home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / wpicreat.zip / template.wis < prev    next >
Text File  |  2001-04-21  |  3KB  |  48 lines

  1. <WARPIN>
  2.  
  3. <HEAD>
  4.  
  5. <!-- This is a commnet. Remember too keep the conventions! Take a look at the Conventions for places where you see SectionName or ProgName. You only need to change something that is in **Here is what to change**. 
  6.   The first thig is the prog's name etc.. The comes the prog's icon (with the needed folder) and the prog's documents references (and it's folders). Last  but not least are the config.sys statements and the program's description.
  7.   You can remove the lines you don't need. Notice me for any thing that does not follow conventions (such as two different Prog ICONs in one package, so I can notice them on the Web-page.-->
  8.  
  9. <PCK INDEX=1
  10.      PACKAGEID="OSK\**ProgName**\**PackageName(mostly the same than ProgName)**\**Version Major**\**Version Minor(Number behind the dot)**"
  11.      TARGET="$(OSK_DRIVE):$(**OSK_PMPATH(or OSK_TXTPATH)**)\**Section**\**ProgsPathName**"
  12.      TITLE="**Full Descriptive ProgName**"
  13.  
  14. <!-- the next line is for ICONs in the AutoStart folder only. remove it if you don't need it. The OSK_Start_ProgName is for that there can be two ICONS for the same prog, one in the app folder an one in the startup. -->
  15.      CREATEOBJECT="WPProgram|**Full Descriptive  ProgName**|WP_START|EXENAME=$(1)\**ProgName.EXE(or CMD etc)**;OBJECTID=<OSK_Start_**ProgName**>" 
  16.  
  17.      CREATEOBJECT="WPFolder|**SectionName**|<WP_DESKTOP>|OBJECTID=<OSK_**SectionName**>"
  18.      CREATEOBJECT="WPProgram|**Full Descriptive  ProgName**|<OSK_**SectionName**>|EXENAME=$(1)\**ProgName.EXE(or CMD etc)**;ASSOCFILTER=**Applications-association Filter if any(e.g. *.INI)**;OBJECTID=<OSK_**ProgName**>" 
  19.  
  20.      CREATEOBJECT="WPFolder|Application Docs|<WP_DESKTOP>|OBJECTID=<OSK_AppDocs>"
  21.      CREATEOBJECT="WPFolder|**SectionName** Docs|<OSK_AppDOCs>|OBJECTID=<OSK_**SectionName(or "Console" for NON-PM programs)**Docs>"
  22.  
  23. ** Remove this lines if it's a PM Program CREATEOBJECT="WPFolder|Console - **Section** Docs|<OSK_ConsoleDocs>|OBJECTID=<OSK_Cons**SectionName**Docs>" **
  24.  
  25. ** creation of Referenzes for DOCs here (does not work yet    CREATEOBJECT="WP???|TVFS Information|<OSK_ConsAdminDocs>|EXENAME=view.exe;PARAMETERS=$(1)\TVFS.inf;OBJECTID=<OSK_TVFSINF>" **
  26.  
  27.      CONFIGSYS="**Append Statements to Variables(e.g. PATH=;$(1))** | ADDRIGHT"  
  28.      CONFIGSYS="**Add this line to the Config.sys if not there yet** | UNIQUE"  
  29.  
  30.      SELECT NODESELECT
  31.      > This package contains **Shor Description of the Package here**.</pck>
  32. </HEAD>
  33.  
  34. <BODY>
  35. <PAGE INDEX=1 TYPE=CONTAINER>
  36. <NEXTBUTTON TARGET=2>~Next</NEXTBUTTON>
  37. <TEXT>
  38. Want to change the path?
  39. </TEXT>
  40. </PAGE>
  41. <PAGE INDEX=2 TYPE=CONFIGURE>
  42. <NEXTBUTTON TARGET=0>~Install</NEXTBUTTON>
  43. <TEXT>
  44. Press install to start
  45. </TEXT>
  46. </PAGE>
  47. </BODY>
  48. </WARPIN>