home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 17 / CD_ASCQ_17_101194.iso / vrac / iw351.zip / APP.INF < prev    next >
INI File  |  1994-08-22  |  4KB  |  124 lines

  1. ; -------------------------------------------------------------
  2. ;
  3. ;  Stripped Installation Script -- 073194 -- Version 3.3
  4. ;
  5. ; -------------------------------------------------------------
  6.  
  7. [infofile]
  8.     filename = README
  9.     appname  = SAMPLE APPL
  10. ;    exefile  = "\notepad.exe sub\readme."
  11.     exefile  = "#W\notepad.exe #D\sub\readme."
  12.     message  = "Do you want to view the readme file?"
  13.  
  14. ; -------------------------------------------------------------
  15.  
  16. [dialog]
  17.     caption = "Sample Installation"
  18.  
  19.  
  20. ; -------------------------------------------------------------
  21.  
  22. [data]
  23. ;    defdir = C:\INSTWARE
  24.     defdir = #W\SYSTEM\INSTWARE
  25.  
  26.  
  27. ; -------------------------------------------------------------
  28.  
  29. [disks]
  30.     1 =., "INSTALL"
  31.     
  32. ; -------------------------------------------------------------
  33.  
  34. [needed.space]
  35.     minspace = 12000
  36.  
  37. ; -------------------------------------------------------------
  38.  
  39. [dest.directories]
  40.     #app.main,    0:
  41.     #app.sub,     0:sub
  42.     #app.SETUPSYSDIR,    0:SETUPSYSDIR
  43.     #app.SETUPWINDIR,    0:SETUPWINDIR
  44.  
  45. ; -------------------------------------------------------------
  46.  
  47. [app.main]
  48.     1:APPSETUP.INF,    "Application Configuration File"
  49.     1:INSTWAR.HLP,    "Application Help File"
  50.     1:INSTALL.ICO,    "Application Icon"
  51.  
  52. ; -------------------------------------------------------------
  53.  
  54. [app.SETUPSYSDIR]
  55.     1:README,        "##WReadme File"
  56.  
  57. ; -------------------------------------------------------------
  58.  
  59. [app.SETUPWINDIR]
  60.  
  61. ; -------------------------------------------------------------
  62.  
  63. [app.sub]
  64.     1:README,    "README"
  65.     1:INSTALL.EXE,    "INSTALL.EXE"
  66.     1:IW.EXE,        "IW.EXE"
  67.     1:SFX.EXE,        "##WTest Executable"
  68.  
  69. ; -------------------------------------------------------------
  70.  
  71. [progman.groups]
  72.     "Bob Dolan Shareware", BOBDOLAN.GRP
  73.  
  74. ["Bob Dolan Shareware"]
  75.     "Install", SUB\IW.EXE
  76.     "Install & Help", INSTWAR.HLP, INSTALL.ICO
  77.  
  78. ; -------------------------------------------------------------
  79.     
  80. [INIFiles]
  81.     WIN.INI, InstallWare, TestEntry1, TestString1
  82.     WIN.INI, InstallWare, TestEntry2, #D
  83.     SYSTEM.INI, InstallWare, TestEntry1, TestString1
  84.     CONTROL.INI, InstallWare, TestEntry2, #D\SUBDIR\FILENAME.EXT
  85.     BOB.INI,     InstallWare, TestEntry1, "Bob wrote this!"
  86.     
  87. ; -------------------------------------------------------------
  88.  
  89. [ExtCmds]
  90.     #D\SUB\SFX.EXE, NO
  91. ;    "NOTEPAD.EXE sub\readme.", NO
  92.     "NOTEPAD.EXE #V\BOOTLOG.TXT", NO
  93.  
  94. ; -------------------------------------------------------------
  95.  
  96. [Options]
  97.     DirChg, yes            ; If this option is set to NO, the Install directory
  98.                         ; editbox will not be displayed
  99.  
  100.     OverWrite, NO        ; This option determines what the default setting of
  101.                         ; of the OverWrite radio buttons will be.
  102.  
  103.     Restart, YES        ; If this option is set to YES, the user will be
  104.                         ; prompted to restart Windows.  If set to NO, it will
  105.                         ; just happen (the developer should warn about this
  106.                         ; at the beginning of the install).  If the field is not
  107.                         ; present, then no restart will occur.
  108.  
  109. ;    Reboot, YES             ; If this option is set to YES, the user will be
  110.                         ; prompted to reboot the system.  If set to NO, it will
  111.                         ; just happen (the developer should warn about this
  112.                         ; at the beginning of the install).  If the field is not
  113.                         ; present, then no reboot will occur.
  114.  
  115.     RestartString, "The system must be rebooted/restarted for all changes to take effect.  Would you like to do this now?"
  116.                         ; This field MUST be present if you use either of the
  117.                         ; reboot/restart fields.                        
  118.  
  119.     DeleteIW, NO        ; Due to SHARE problems on some systems, you might want 
  120.                         ; to leave IW.EXE on the target system.  To do so, set
  121.                         ; this option to NO (i.e. don't delete it)  Note that
  122.                         ; this is not an issue with single disk installations.
  123.     
  124.