home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: SysTools / SysTools.zip / wi_a04.zip / apps.wis < prev    next >
Text File  |  1999-05-03  |  3KB  |  110 lines

  1.  
  2. <!-- This is a sample WarpIn installation profile. -->
  3.  
  4. <WARPIN>
  5.  
  6. <!-- Every .WPI archive contains one or more packages. -->
  7.  
  8. <HEAD>
  9. <PCK INDEX=1
  10.      PACKAGEID="Ulrich Möller\OS/2 applications\Mahjongg\1\0"
  11.      TARGET="J:\TEST"
  12.      TITLE="Mahjongg"
  13.      CREATEOBJECT="WPFolder|OS/2 Applications|<WP_DESKTOP>|OBJECTID=<TEST_KLONDIKEFOLDER>"
  14.      CREATEOBJECT="WPProgram|Mahjongg|<TEST_KLONDIKEFOLDER>|EXENAME=$(1)\mahjongg.exe;OBJECTID=<TEST_MAHJONGGEXE>"
  15.      SELECT
  16.      >This package contains the OS/2 "Mahjongg" game.</PCK>
  17.  
  18. <PCK INDEX=2
  19.      PACKAGEID="Ulrich Möller\OS/2 applications\Klondike\1\0"
  20.      TARGET="J:\TEST"
  21.      TITLE="Klondike"
  22.      CREATEOBJECT="WPFolder|OS/2 Applications|<WP_DESKTOP>|OBJECTID=<TEST_KLONDIKEFOLDER>"
  23.      CREATEOBJECT="WPProgram|Klondike|<TEST_KLONDIKEFOLDER>|EXENAME=$(1)\klondike.exe;OBJECTID=<TEST_KLONDIKEEXE>"
  24.      SELECT
  25.      >This package contains the OS/2 "Klondike" game.</PCK>
  26.  
  27. <PCK INDEX=5
  28.      PACKAGEID="Ulrich Möller\OS/2 applications\Sounds\1\0"
  29.      TARGET="J:\TEST"
  30.      TITLE="Sounds"
  31.      CONFIGSYS="SET DPATH=$(1) | ADDRIGHT"
  32.      >This package has additional sounds for the other packages.</PCK>
  33. </HEAD>
  34.  
  35. <!-- Here come the different pages. They are linked by
  36.      the <NEXTBUTTON> tags, which must have a target.
  37.      Each page must have a TYPE= attribute, which tells
  38.      WarpIn what will be visible on that page. -->
  39.  
  40. <BODY>
  41.  
  42. <PAGE INDEX=1 TYPE=TEXT>
  43. <NEXTBUTTON TARGET=2>~Next</NEXTBUTTON>
  44. <TEXT>
  45.  
  46.  
  47. Welcome!
  48.  
  49. This demo archive has three packages with files from the OS2\APPS directory.
  50.  
  51. You can unpack the files in here in a new directory (specify the path on the next page), have CONFIG.SYS updated with a demo string, and have WPS objects created.
  52.  
  53. If you select the Sounds package, your DPATH entry in CONFIG.SYS will be updated to contain the target path of that package.
  54.  
  55. Select "Next" to continue.
  56.  
  57. Select "Cancel" to abort installation.</TEXT>
  58. </PAGE>
  59.  
  60.  
  61. <!-- The TYPE_README will show a README text in a multi-line entry field. -->
  62.  
  63. <PAGE INDEX=2 TYPE=README>
  64. <NEXTBUTTON TARGET=3>~I agree</NEXTBUTTON>
  65. <TEXT>
  66. By pressing the "I agree" button, you agree to all terms and conditions to the below licence agreement.</TEXT>
  67. <README>
  68. Hmmm. I guess this would be your licence agreement.
  69. </README>
  70. </PAGE>
  71.  
  72. <!-- The TYPE=CONTAINER will list the packages which can be installed. -->
  73.  
  74. <PAGE INDEX=3 TYPE=CONTAINER>
  75. <NEXTBUTTON TARGET=4>~Next</NEXTBUTTON>
  76. <TEXT>
  77. On this page, you may deselect the package if it is already installed or change the package's target path. </TEXT>
  78. </PAGE>
  79.  
  80.  
  81. <!-- The TYPE=CONFIGURE will allow the user to set the CONFIG.SYS and
  82.      WPS classes/objects stuff. -->
  83.  
  84. <PAGE INDEX=4 TYPE=CONFIGURE>
  85. <NEXTBUTTON TARGET=5>~Next</NEXTBUTTON>
  86. <TEXT>
  87.  
  88. Please select additional configuration that WarpIN should perform after installing this archive.
  89.  
  90. </TEXT>
  91. </PAGE>
  92.  
  93. <!-- Here's another TYPE=TEXT page before we install.
  94.      The special target "0" indicates that after this page we
  95.      should start installation.
  96.      Note that the TYPE=INSTALL page (which we had in Alpha #3)
  97.      is no longer supported. -->
  98.  
  99. <PAGE INDEX=5 TYPE=TEXT>
  100. <NEXTBUTTON TARGET=0>I~nstall</NEXTBUTTON>
  101. <TEXT>
  102.  
  103.  
  104.  
  105. Press "Install" to begin installing this archive.</TEXT>
  106. </PAGE>
  107.  
  108. </BODY>
  109. </WARPIN>
  110.