home *** CD-ROM | disk | FTP | other *** search
/ Thinkpad Essentials 1997 / cd1may97.iso / confpwin / SETUP.INI < prev    next >
INI File  |  1997-03-12  |  10KB  |  219 lines

  1. // This file defines how SBW will be installed.  There are some general
  2. // conventions that apply to this ini file which are not generally used
  3. // in ini files.  
  4. //
  5. // If you need to have some keyword value apply to
  6. // only certain platforms, you can do that by using the syntax
  7. // prefix*keyword where prefix can be
  8. //         WIN16 - Windows 3.1 or 3.11
  9. //        WINNT - Windows NT
  10. //        WIN95 - Windows 95
  11. //        WIN32S - machines that have Win32s installed
  12. // For example, if you want to change the title based on platform, you
  13. // can use
  14. //         WIN16*Title = SB for Windows 3.1 and 3.11
  15. //        WINNT*Title = SB for Windows NT
  16. // If the prefix*keyword is not found, the system then looks for just 
  17. // keyword, so that specifies the default value.
  18. //
  19. // If you are specifying a path name as part of the extensions listed
  20. // at the bottom of this file, you can use the following variables and
  21. // their values on this system will be substituted.
  22. //        APP_PATH - where the user selected to install the application
  23. //        MODEL_PATH - where the user selected that models reside
  24. //        DLL_PATH - where the user specified that system files like 
  25. //                    VBXs should go
  26. //        WINDIR - the \windows (or \winnt35, etc) directory
  27. //        WINSYSDIR - the windows system directory
  28.  
  29.  
  30. //////////////////////////////////////////////////////////////////
  31. /////////////////////////////////////////////////////////////////
  32. [Startup]
  33.  
  34. // This only read by InstallShield.  It specifies the name that will
  35. // appear in the first dialog as the application name.
  36. AppName=IBM ConfigPro Lite
  37. // This is only read by InstallShield.  It specifies whether you want
  38. // InstallShield to run 16 bit InstallShield on a 32 bit machine.  If
  39. // set to Y, then it will force 16 bit to run.  If it is N, then it
  40. // will try to run 32 bit InstallShield first.
  41. 16on16=N
  42.  
  43. PromptForLic=0
  44.  
  45. ///////////////////////////////////////////////////////////////////
  46. //////////////////////////////////////////////////////////////////
  47. [General Options]                
  48.  
  49. // Title is the title that will be used during the installation and
  50. // in the registry when this installation is built for Win95.
  51. Title=IBM ConfigPro Lite
  52. // Version specifies the version of the application that is being
  53. // installed.  This will eventually be used in the registry.
  54. Version=1.0
  55. // This is the name of the main executable that will be installed by
  56. // this script.  Eventually this will be put in the registry.
  57. Executable=sbw.exe
  58.  
  59. // If you are extending the sbw install, reset NumDisks to be t he
  60. // actual number of disks that will be installed.  When this value
  61. // is wrong, the installation status bar will not reach 100% at the
  62. // correct time.  This number does not include the first disk, which
  63. // only contains setup stuff.
  64. NumDisks=6
  65.  
  66. // Install Path is the default path used to install this application.
  67. InstallPath=C:\CONFPROL
  68.  
  69. // This is the directory will all the files for this application will
  70. // be installed.  This name will be appended to the InstallPath to
  71. // make APP_PATH.
  72. AppDir=
  73.  
  74. // Set RebootAtEnd to 1 if you want the install script to make you 
  75. // reboot at the end of the installation.
  76. RebootAtEnd=0
  77.  
  78. AddToPath=NONE
  79.  
  80. ///////////////////////////////////////////////////////////////////
  81. //////////////////////////////////////////////////////////////////
  82. [Engine Options]
  83.  
  84. // To turn off installation of the engine, set Active to 0.
  85. Active=1
  86.  
  87. // This flag, when set to a string, will specify the label to use when
  88. // asking the user for an engine disk.  The engine disk will
  89. // be included as the second disk after the setup disk, which has
  90. // nothing except setup files on it.
  91. DiskName=
  92.  
  93. // This flag tells where to install the engine.  If it is blank, DLL_PATH
  94. // is used.
  95. InstallPath=APP_PATH\sbw
  96.  
  97.  
  98.  
  99. ///////////////////////////////////////////////////////////////////
  100. //////////////////////////////////////////////////////////////////
  101. [Model Options]
  102.  
  103. // Set ModelPath to the location of the model directory.  Set to blank
  104. // to use the default, which is the same directory as SBW.  This directory
  105. // will be set using the -D option on the SBW icon.
  106. ModelPath=APP_PATH\model
  107.  
  108. // AskUser specifies whether or not to ask the user where they want to
  109. // install their model.  Set to 1 to ask the user and 0 to not ask the
  110. // user.
  111. AskUser=0
  112.  
  113.  
  114.  
  115. ///////////////////////////////////////////////////////////////////
  116. //////////////////////////////////////////////////////////////////
  117. [Decompressions]
  118. // This group allows extension of the installation by specifying additional
  119. // files and disks to install.  Lines should be in the format
  120. //   decompress1 = disk name|tag file|compressed file|file to extract|destination path|file num|num files
  121. // An example for SBW disk 1 is
  122. //   decompress1 = SBW disk 1|sbw.z|sbw.z|*.*|APP_PATH|1|1
  123. // Then each additional line should be numbered decompress2, decompress3, etc.
  124. decompress1=file(s)|sbw.z|sbw.z|*.*|APP_PATH\sbw|1|2
  125. decompress2=file(s)|system1.z|system1.z|*.*|APP_PATH\sbw|2|2
  126. decompress3=file(s)|system2.z|system2.z|*.*|WINSYS16_PATH|1|1
  127. decompress4=file(s)|system3.z|system3.z|*.*|WINSYS16_PATH|1|1
  128. decompress5=file(s)|qb.z|qb.z|*.*|APP_PATH\qb|1|5
  129. decompress6=file(s)|qb.z|qbwinsys.z|*.*|WINSYS16_PATH|2|5
  130. decompress7=file(s)|qb.z|qbcustom.z|*.*|APP_PATH\qb|3|5
  131. decompress8=file(s)|qb.z|qbcustom.z|qb.ini|APP_PATH\qb|4|5|FORCE
  132. decompress9=file(s)|qb.z|integsbw.z|*.*|APP_PATH\sbw|5|5
  133. decompress10=file(s)|ibmqb.z|ibmqb.z|*.*|APP_PATH\qb|1|5
  134. decompress11=file(s)|ibmsbw.z|ibmsbw.z|*.*|APP_PATH\sbw|2|5
  135. decompress12=file(s)|model.z|model.z|*.*|APP_PATH\sbw|3|5
  136. decompress13=file(s)|price.z|price.z|*.*|APP_PATH\qb|4|5
  137. //decompress14=file(s)|relnotes.z|relnotes.z|*.*|APP_PATH|5|5
  138.  
  139.  
  140. ///////////////////////////////////////////////////////////////////
  141. //////////////////////////////////////////////////////////////////
  142. [INI Extensions]
  143. // This group allows extension of the installation by specifying additional
  144. // settings to write into INI files.  Lines should be in the format
  145. //   write1 = ini file|section|keyword|value
  146. // An example might be
  147. //   write1 = APP_PATH\sbw.ini|Database|QuoteSheetsInDB|0
  148. // Then each additional line should be numbered write2, write3, etc.
  149.  
  150. // These are the standard settings for SBW in integrated mode
  151. write1 = APP_PATH\sbw\sbw.ini|Options|SingleDocMode|1
  152. write2 = APP_PATH\sbw\sbw.ini|Options|UseSBCustom|1
  153. write3 = APP_PATH\sbw\sbw.ini|Options|MaximizeNewQuotesheets|1
  154. write4 = APP_PATH\sbw\sbw.ini|Options|CustomerInfoRequiredBeforeSave|1
  155. write5 = APP_PATH\sbw\sbw.ini|Quote|Active|0
  156. write6 = APP_PATH\sbw\sbw.ini|Quote|ExternalQuoter|1
  157. write7 = APP_PATH\sbw\sbw.ini|Quote|BundleIfInactive|1
  158. write8 = APP_PATH\sbw\sbw.ini|Quote|BlockingTimeout|30
  159. write9 = APP_PATH\sbw\sbw.ini|Quote|QuoteExpandLevel|2
  160. write10 = APP_PATH\sbw\sbw.ini|Quote|ConsiderPricingLevel|1
  161. write11 = APP_PATH\sbw\sbw.ini|Quote|FilterComponents|0
  162. write12 = APP_PATH\sbw\sbw.ini|Quote|QuoteBuilderPath|APP_PATH\qb
  163. write13 = APP_PATH\sbw\sbw.ini|Misc|Active|0
  164. write14 = APP_PATH\sbw\sbw.ini|Reports|Report1|&Resource_Report Resource_Report ResourceReport RESOURCE.DLL S NOPCM 0
  165. write15 = APP_PATH\sbw\sbw.ini|Road Map|Maximized|0
  166. write16 = APP_PATH\sbw\sbw.ini|Road Map|Left|6195
  167. write17 = APP_PATH\sbw\sbw.ini|Road Map|Top|5475
  168. write18 = APP_PATH\sbw\sbw.ini|Road Map|Width|3270
  169. write19 = APP_PATH\sbw\sbw.ini|Road Map|Height|1530
  170. write20 = APP_PATH\sbw\sbw.ini|Road Map|LastTab|0
  171. write21 = APP_PATH\sbw\sbw.ini|Configurations|AllowInteractiveMode|0
  172. write22 = APP_PATH\sbw\sbw.ini|Database|QuoteSheetsInDB|0
  173.  
  174. // These are the standard settings for QB in integrated mode
  175. write23 = APP_PATH\qb\qb.ini|SBW Embedding|Embedded|1
  176. write24 = APP_PATH\qb\qb.ini|SBW Embedding|SBWPath|APP_PATH\sbw
  177. write25 = APP_PATH\qb\qb.ini|SBW Embedding|LaunchMinimized|1
  178. write26 = APP_PATH\qb\qb.ini|SBW Embedding|RefIDPrefix|SBW
  179. write27 = APP_PATH\qb\qb.ini|SBW Embedding|ClearAllOnRequote|0
  180. write28 = APP_PATH\qb\qb.ini|SBW Embedding|ClearChangedSystemsOnRequote|1
  181. write29 = APP_PATH\qb\qb.ini|Options|SingleDocMode|1
  182. write30 = APP_PATH\qb\qb.ini|API|Active|1
  183. write31 = APP_PATH\qb\qb.ini|Extensions|Active|1
  184. write32 = APP_PATH\qb\qb.ini|Options|AnnoyingQuickTipsReminders|0
  185. write33 = APP_PATH\qb\qb.ini|Printing|Print3D|0
  186. write34 = APP_PATH\qb\qb.ini|Printing|PrintFieldDecorations|0
  187. write35 = APP_PATH\qb\qb.ini|Extensions|Handler1|DLL qb2txt_EventHandler qb2txt.dll 1500 SYNCH DYN
  188. write36 = APP_PATH\qb\qb.ini|Extensions|Handler2|APP QBExtHandlerForm qbbrowse.exe 60 SYNCH INIT
  189. write37 = APP_PATH\qb\qb.ini|Extensions|Handler3|APP QBExtHandlerForm qbbrowse.exe 1492 SYNCH INIT
  190. write38 = APP_PATH\qb\qb.ini|Extensions|Handler4|APP IBMExt ibmext.exe -1 SYNCH INIT
  191. write39 = APP_PATH\qb\qb.ini|Menus|Add1|1 4 SEPARATOR
  192. write40 = APP_PATH\qb\qb.ini|Menus|Add2|1 5 &Export_To_Text... 1500 Export quote to text file
  193. write41 = APP_PATH\qb\qb.ini|Menus|Add3|3 6 SEPARATOR
  194. write42 = APP_PATH\qb\qb.ini|Menus|Add4|3 7 Product_&Browser... 1492
  195. write43 = APP_PATH\qb\qb.ini|Menus|Add5|3 8 SEPARATOR
  196. write44 = APP_PATH\qb\qb.ini|Menus|Add6|3 9 Price_&Setting... 1001
  197. write45 = APP_PATH\qb\qb.ini|Menus|Add7|3 10 Apply_&Discount... 1002
  198.  
  199. /////////////////////////////////////////////////////////////////////
  200. //////////////////////////////////////////////////////////////////
  201. [Icons]
  202. // This group allows the customer to specify which icons to place
  203. // in the main program folder.  Lines should be in the format
  204. //   icon1 = icon name|full command line|working directory|icon path
  205. // Each additional line should be numbered icon2, icon3, etc.
  206.  
  207. icon1=IBM ConfigPro Lite 1.0|APP_PATH\sbw\sbw.exe|APP_PATH\sbw|APP_PATH\sbw\sbw.exe
  208. icon2=IBM ConfigPro Help|WINDIR\winhelp.exe APP_PATH\sbw\sbw.hlp|APP_PATH\sbw|WINDIR\winhelp.exe
  209.  
  210.  
  211. // Use FolderName to set the name of the folder where all these icons
  212. // will go if you want it to be different from the title of the
  213. // application.
  214. FolderName=IBM ConfigPro Lite
  215.  
  216. ///////////////////////////////////////////////////////////////////
  217. //////////////////////////////////////////////////////////////////
  218. [Postprocess Options]
  219.