home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April A / Pcwk4a98.iso / Wtestowe / OnNet16 / CIM / SETUP.INF < prev    next >
INI File  |  1997-02-05  |  24KB  |  707 lines

  1. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2. ;;;;;;;;;;;;;;;;;;;;      install-wizard     ;;;;;;;;;;;;;;;;;;;;
  3. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  4. ;;
  5. ;; The install wizard section describes how to initialize the install,
  6. ;; and what environments(OS and products) this install works with
  7. ;;
  8. ;; The following are the key values possible in this section.
  9. ;;      init, logo, product-name, product-code, major-version,
  10. ;;    minor-version, patch-level,
  11. ;;    platforms, supported-installs, share-location,
  12. ;;      works-with, objects, billboard, registry-upgrade,
  13. ;;      short-cut, launch, on-exit
  14. ;;
  15. ;; 
  16. ;;
  17. ;; init=#1,#2,#3,#4,#5,#6
  18. ;;    Controls gradiant coloring of frame.  #1,#2,#3 is RGB value
  19. ;;    at screen top, #4,#5,#6 is RGB at bottom.  Screen is gradually
  20. ;;    varied from top to bottom.
  21. ;;
  22. ;; bitmap = dll-name, bitmap16ID, bitmap256ID 
  23. ;;     This bitmap is tiled in the background window to act as wallpaper.
  24. ;;     dll-name - name of dll containing the bitmap.  If empty,
  25. ;;          bitmap is in main executable.
  26. ;;     bitmap16ID - ID of 16 color bitmap in resource.
  27. ;;     bitmap256ID - ID of 256 colorbitmap in resource.
  28. ;;
  29. ;; logo=dll-name,640x480 bitmap, 800x600 BM, 1024x768 BM, 1280x1024 BM
  30. ;;   describes bitmap to be displayed in top left corner of frame.
  31. ;;   If monochrome it will be "shaded" to look 3 dimensional and allow
  32. ;;   the background to show though black portions. If color, is simply
  33. ;;   bitblitted.
  34. ;;
  35. ;; product-name= name of product (should be substitution symbol)
  36. ;; product-code= shipping's product code.
  37. ;; major-version=numeric digit
  38. ;; minor-version=numeric digit
  39. ;; patch-level= numeric digit 
  40. ;;   The product information keys identify the name, code, and version
  41. ;;   of the product.  This is used to determing new, vs upgrade, vs reinstall.
  42. ;;
  43. ;;
  44. ;; platforms=WinNTSUR,Win95
  45. ;;   List of platforms the product may be installed on.
  46. ;;   Possible values: WinNT, WinNTSUR, Win95, Win31.
  47. ;;
  48. ;; supported-installs=new,upgrade,reinstall
  49. ;;   list of install modes possible. 
  50. ;;   Possible values: new, upgrade, reinstall
  51. ;;
  52. ;; share-location=[CD | server-path]
  53. ;;    the optional location a client may share from.  For a
  54. ;;    client install it is the path of the binaries and may
  55. ;;    be a relative path or UNC path.  For a CD it is simply CD.
  56. ;;
  57. ;; works-with=product-code,[major-version],[minor-version]
  58. ;;    lists a product with which this version is compatible.
  59. ;;    product-code is the code used by production for the product.
  60. ;;    The major and minor versions are the lowest possible
  61. ;;    version this product can work with.  T
  62. ::    This key may appear multiple times.
  63. ;;
  64. ;; objects=section,dll-name,class-name
  65. ;;    specifies and "install object".
  66. ;;        section - a section in this file describing the object
  67. ;;        dll-name - dll containing object's code
  68. ;;                  empty implies code is in main install.
  69. ;;        class-name - name of C++ class implementing the object
  70. ;;    This key may appear multiple times, once for each object
  71. ;;    used by the install.
  72. ;;
  73. ;; billboard=selexp, dll-name, bitmapID, stringID, time
  74. ;;    this specifies a billboard which may be displayed 
  75. ;;    during copying of files.  
  76. ;;        selexp - selector expression. display billboard if "yes"
  77. ;;        dll-name - name of dll the bitmap to display on billboard
  78. ;;        bitmapID - id of bitmap
  79. ;;        stringID - id of first string to display on billboard
  80. ;;        time - relative time billboard is displayed. 
  81. ;;    This entry may occur multiple times.
  82. ;;    stringID is a number  That number, expressed as a string of decimal
  83. ;;    characters identifies the first string in the 
  84. ;;    [StringTable] section of this file which will be displayed on
  85. ;;    the billboard.  Subsequent sequential numbers will be used for
  86. ;;    other strings to be displayed until there is a missing number.
  87. ;;    For example, if the ID value is 4025, there might be the following
  88. ;;    entries in [StringTable]
  89. ;;
  90. ;;         4025=First line of text
  91. ;;         4026=Second line of text
  92. ;;         4027=Third line of text
  93. ;;         ;; no 4028, indicates end of text for billboard.
  94. ;;
  95. ;; registry-upgrade = selexp, dll-name
  96. ;;     specifies a registry upgrade dll which may be processed.
  97. ;;         selexp - selector expression, use dll only if 'yes'
  98. ;;         dll-name - dll containing the reg upgrade API.
  99. ;;     This entry may occur multiple times.
  100. ;;
  101. ;; short-cut = selexp, link-name, link-target
  102. ;;     specifies a shortcut which the install may create.
  103. ;;         selexp - make the shortcut only if yes.
  104. ;;         link-name- name of link ( should be a substitution symbol )
  105. ;;         link-target - pathname of executable
  106. ;;                    ( may contain substitution symbols )
  107. ;;     This entry may occur multiple times.
  108. ;;
  109. ;; launch = selexp, path-expression\program-name
  110. ;;         selexp - launch only if 'yes'
  111. ;;         path-expression
  112. ;;         program-name
  113. ;;     Specifies a program which is executed just before the 
  114. ;;     reboot dialog.  
  115. ;;     This entry may occur multiple times.
  116. ;;
  117. ;; on-exit = exit | reboot
  118. ;;     Controls what the reboot behavior is in an unattended
  119. ;;     install.  exit will cause the install to exit at the end.
  120. ;;     reboot will automaticall reboot the machine.
  121. ;;
  122. ;; 
  123. ;;
  124.  
  125. [install-wizard]
  126. ;product-code is the code symbol for the product used by manufacturing.
  127. product-code=cim32
  128. ;product-name is a string table id for the displayed name of the product.
  129. product-name=@strprodname
  130. ;major-version is the major version of the product
  131. major-version=1
  132. ;minor-version is the minor version of the product
  133. minor-version=5
  134. ;patch-level is the patch level of the product
  135. patch-level=0
  136.  
  137.  
  138. bitmap=instback,3016,3256
  139. bitmap=,3016,3256
  140. bitmap=,3000
  141.  
  142. objects=welcomedialog,,FxWelcomeDialog
  143. objects=licensedialog,,FxReviewLicenseDialog
  144. objects=installtypedialog,,FxInstallTypeDialog
  145. objects=reinstalldialog,,FxReinstallDialog
  146. objects=userinfodialog,,FxUserInfoDialog
  147. objects=datafilefolderdialog,,FxDataFolderDialog
  148. ;objects=winsock2dialog,,FxWinSock2Dialog
  149. objects=componentsdialog,,FxComponentsDialog
  150. ;objects=ndiconflictdialog,,FxNDIConflictDialog
  151. ;objects=ndiforeigndialog,,FxNDIForeignDialog
  152. ;objects=startmenudialog,,FxStartMenuDialog
  153. objects=copyfilesdialog,,FxCopyFilesDialog
  154. ;objects=adaptersdialog,,FxAdaptersDialog
  155. ;objects=nameserversdialog,,FxNameServersDialog
  156. ;objects=routersdialog,,FxRoutersDialog
  157.  
  158. platforms=Win95, WinNTSUR
  159.  
  160.  
  161. registry-upgrade=@isFTPCIM32ProC5,@destdir\upgcim32.dll
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  169. ;;;;;;;;;;;;;;;;;;;;;     install-objects      ;;;;;;;;;;;;;;;;;;
  170. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  171. ;;
  172. ;; The following sections describe the install-objects. Each
  173. ;; section corresponds to one install object and is must
  174. ;; be referenced by an install-wizard "objects" entry to
  175. ;; be used.
  176. ;;
  177. ;; Each install object may add keys for its own use.  There
  178. ;; are a few common keys:
  179. ;;
  180. ;; resource = dll-name, dialogID
  181. ;;     dll-name - name of dll containing code for object.
  182. ;;     dialogID - id of dialogbox template for the object.
  183. ;;
  184. ;; visible = selexp
  185. ;;     selexp = selector expression.  If no, the dialog will not
  186. ;;              be displayed.
  187. ;;
  188. ;; bitmap = dll-name, bitmapID
  189. ;;     dll-name - name of dll containing the bitmap.  If empty,
  190. ;;          bitmap is in main executable.
  191. ;;     bitmapID - ID of bitmap in resource.  There must be a static.
  192. ;;          control in the dialog template with id 3000.  The
  193. ;;          bitmap will be displayed in that control and will be
  194. ;;          clipped to its dimensions.
  195. ;;     position - centered | left.  centered is default, centers
  196. ;;          bitmap in the control provided..
  197. ;;   this entry may be used more than once to display multiple
  198. ;;   bitmaps. 
  199. ;;
  200. ;; logname = name
  201. ;;     name - a descriptive name for use in the log file to
  202. ;;          identify the dialog.
  203. ;;
  204. ;; field = value, (default | mandatory | static )
  205. ;;     value
  206. ;;
  207.  
  208. [welcomedialog]
  209. resource=,130
  210. visible=yes
  211. bitmap=,3000,3000
  212. ;bitmap=,3006,3001,left
  213. logname=Welcome Dialog
  214.  
  215. [licensedialog]
  216. resource=,134
  217. visible=~@InstallReinstall
  218. logname=License Dialog
  219.  
  220. [ndiconflictdialog]
  221. resource=,145
  222. visible=no
  223. logname=NDI Conflict Dialog
  224.  
  225. [userinfodialog]
  226. resource=,139
  227. visible=no
  228. bitmap=,3005,3000
  229. logname=User Information Dialog
  230.  
  231. [datafilefolderdialog]
  232. resource=,142
  233. visible=yes
  234. bitmap=,3000,3000
  235. logname=Data Files Folder Dialog
  236.  
  237. [componentsdialog]
  238. resource=,137
  239. visible=no
  240. logname=Components Dialog
  241.  
  242. ;[startmenudialog]
  243. ;resource=,144
  244. ;visible=~@admin
  245. ;bitmap=,3005,3000
  246. ;logname=Start Menu Dialog
  247.  
  248. [copyfilesdialog]
  249. resource=,143
  250. visible=yes
  251. bitmap=,3004,3000
  252. logname=Copyfiles Dialog
  253.  
  254. [reinstalldialog]
  255. resource=,147
  256. visible=yes
  257. bitmap=,3002,3000
  258. logname=Reinstall Dialog
  259.  
  260. ;; This install object has some special keys
  261. ;;
  262. ;; installtype=installset,@name, @description
  263. ;;     installset - section containing selectors for
  264. ;;        a particular installset
  265. ;;     name - string table entry for display name of installtype
  266. ;;     description - string table entry for description of
  267. ;;        installtype.
  268.  
  269. [installtypedialog]
  270. resource=,136
  271. visible=yes
  272. bitmap=,3001,3000
  273. logname=Install Type Dialog
  274.  
  275. installtype=issFull,@strisnFull,@strisdFull,
  276.  
  277.  
  278.  
  279. ;; This install object has some special keys
  280. ;;
  281. ;; foreign-device-info=inffile,deviceID
  282. ;;     inffile - name of the INF file for the device
  283. ;;     deviceID - setting for DeviceID in INF file
  284. ;; 
  285. ;; install-ftp-device=selexp
  286. ;;     selexp - selector expression. If yes remove existing device
  287. ;;         by default ( or for batch installs ).
  288. ;; class=classname
  289. ;;     classname = Net | NetTrans | NetClient | NetServer
  290. ;;
  291.  
  292. [ndiforeigndialog]
  293. resource=,146
  294. visible=yes
  295. logname=NDI Foreign Dialog
  296. bitmap=,3003,3000
  297. foreign-device-info=nettrans.inf,MSTCP
  298. ;;foreign-device-info=nettrans.inf,NETBEUI
  299. class=NetTrans
  300. install-ftp-device=yes
  301.  
  302. [winsock2dialog]
  303. resource=,168
  304. visible=~@admin
  305. logname=WinSock2 Dialog
  306. bitmap=,3003,3000
  307. class=NetTrans
  308.  
  309. ;; These install objects are for the kernel wizard.
  310. ;; The dialog is displayed after copyfiles if selexp is yes
  311.  
  312. [adaptersdialog]
  313. resource=,158
  314. visible=@FTPKernelInstalled
  315. logname=Adapters Dialog
  316.  
  317. [nameserversdialog]
  318. resource=,159
  319. visible=@FTPKernelInstalled
  320. bitmap=,3003,3000
  321. logname= Dialog
  322.  
  323. [routersdialog]
  324. resource=,160
  325. visible=@FTPKernelInstalled
  326. bitmap=,3003,3000
  327. logname=Choose Name Dialog
  328.  
  329. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  330. ;;;;;;;;;;;;;;;;;;;;      install-sets     ;;;;;;;;;;;;;;;;;;;;;;
  331. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  332.  
  333. ;; An install set is a particular set of applications corresponding
  334. .. to a particular type of install.  The install-set sections contain
  335. ;; lists of selectors which are set according to selector expressiong.
  336. ;; These selectors can then be used in the settings for components
  337. ;; and install sections to include or exclude particular components
  338. ;; or install sections from the install set.  When an install type
  339. ;; is chosen, all install-set sections are processed.  All entries
  340. ;; for the nonchosen set are set to "no".  Then all  entries for
  341. ;; the chosen section are evaluated.
  342.  
  343.  
  344. [issFull]
  345. custom=yes
  346. admin=no
  347. client=no
  348. cksetup9C=yes
  349. ckUninstall9A=yes
  350. ckFTPCIM32C2=yes
  351. ckCIMLicenseKDA=yes
  352. cksetuphelpfiE3=yes
  353. ckFTPCIM32InsF0=yes
  354.  
  355.  
  356.  
  357.  
  358.  
  359. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  360. ;;;;;;;;;;;;;;;;;;;;;;;;; components ;;;;;;;;;;;;;;;;;;;;;;;;
  361. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  362.  
  363. ;; The components section is the root or a tree.  There can be
  364. ;; one or many lines in the components section, each line being a 
  365. ;; node in the tree.  A node can be either a component or an
  366. ;; install object.  Based upon user selection, the ident is set
  367. ;; to "no" if unchecked, "yes" if copied/installed.
  368. ;;
  369. ;; There are two kinds of entries, components and install sections.
  370. ;; They are differentiated by the number of arguments.  Components.
  371. ;; have seven, install sections have four, five or eight ( the
  372. ;; last four are optional but if any of the last three are
  373. ;; present, all must be present.
  374. ;;
  375. ;; Component:
  376. ;;
  377. ;; ident=@description,checked,present,shared,system,[down-ptr]
  378. ;;     ident - selector set to "yes" if component copied
  379. ;;     name - entry in stringtable containing short name
  380. ;;     description - entry in stringtable containing description
  381. ;;     checked - selector expression indicating initial checked
  382. ;;         state of the component.
  383. ;;     present - selector expression indicating if component
  384. ;;         is present.  A component may not be present for some
  385. ;;         installsets.  If not present it cannot be installed.
  386. ;;     shared - name of selector which is set to yes if component
  387. ;;         is left on server, else set to no.
  388. ;;     system - yes if component is copied to windows or system
  389. ;;         directories.
  390. ;;     down-ptr - name of section describing children of component.
  391. ;;
  392. ;; Install Section:
  393. ;;
  394. ;; ident=section,refkey,destexpr,selector,regfile,inffile,classname,sectname
  395. ;;     ident - selector set to "yes" if section copied
  396. ;;     section - name of files.inf section for this section
  397. ;;     refkey - reference key for section ( empty if no key )
  398. ;;     destexpr - stringtable entry containing directory name to
  399. ;;         which the section should be copied.
  400. ;;     selector - selector expression indicating if the 
  401. ;;         section should be copied.
  402. ;;     regfile - name of file containing registry edits for section
  403. ;;     ndiclass - name of ndi install class for network component
  404. ;;     ndiolddevid - device ID of previous version of component ( if any )
  405. ;;     ndioldinffile - name of inf file of previous version of component
  406. ;;     ndinewdevid - device ID of current version of component.
  407. ;;     ndinewinffile - name of inf file for current version of component
  408. ;;
  409.  
  410. [components]
  411.  
  412. idFTPCIM32C2=@stFTPCIM32C2,@stFTPCIM32C2desc,@ckFTPCIM32C2,yes,yes,yes,dpFTPCIM32C2
  413. idSupport=@strSupportCompName,@strSupportCompDesc,yes,yes,yes,dpSupport
  414.  
  415. [dpSupport]
  416. isUninstall9A = ,,@destdir,yes,yes,,,,,,,no
  417. isUninstallpr9D = scUninstallpr9D,,@destdir,@isUninstall9A,yes,,,,,,,no
  418. isClassInstal9B = scClassInstal9B,,@destdir,@idsetup9C|@isUninstall9A,yes,,,,,,,no
  419. isregsvr32C6 = scregsvr32C6,,@systemdir,@idFTPCIM32C2|@isVB4RedistsC8,yes,,,,,,,no
  420. isFTPCFGD3 = scFTPCFGD3,,@destdir,@idsetup9C|@isUninstall9A|@idFTPCIM32C2,yes,,,,,,,no
  421.  
  422. [dpFTPCIM32C2]
  423. isFTPCIM32C2 = ,,@destdir,yes,,,,,,,no
  424. ismsmask3ocxAF = scmsmask3ocxAF,,@systemdir,yes,,,,,,,no
  425. isFTPCIM32HelC9 = scFTPCIM32HelC9,,@destdir,yes,,,,,,,no
  426. isVB4RedistsC8 = ,,@systemdir,yes,,,,,,,no
  427. isFTPCIM32ProC5 = scFTPCIM32ProC5,,@destdir,yes,,,,,,,no
  428. isFTPCIM32DatC4 = scFTPCIM32DatC4,,@onnetuserroot,yes,,,,,,,no
  429. isFPTCIM32SysC3 = scFPTCIM32SysC3,,@systemdir,yes,@systemdir\ftpcim32.reg,,,,,,no
  430. isctl3d32dll69 = ,,@systemdir,yes,,,,,,,no
  431. ismfc40dll33 = scmfc40dll33,,@systemdir,yes,,,,,,,no
  432. isVB40Redists90 = scVB40Redists90,,@systemdir,yes,@systemdir\vbredist.reg,,,,,,no
  433. isctl3dnt8E = scctl3dnt8E,,@systemdir,@WinNTSUR,,,,,,,no
  434. isctl3d958D = scctl3d958D,,@systemdir,@Win95,,,,,,,no
  435.  
  436.  
  437.  
  438. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  439. ;;;;;;;;;;;;;;;;;;;;      start bar          ;;;;;;;;;;;;;;;;;;;;
  440. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  441. ;;
  442. ;; [start-bar]
  443. ;; ident=selector,@pathname,@linkname,@linktarget
  444. ;;    ident- unused.
  445. ;;    pathname - location of link relative to the location user
  446. ;;       chose to add the links.
  447. ;;    linkname - stringtable entry containing name of link.
  448. ;;    linktarget - pathname of executable.
  449. [start-bar]
  450.  
  451. ident=@isFTPCIM32ProC5, @programs\FTP Custom Install Manager, @strsbFTPCustomInstallManagerftpcim32exe, @destdir\ftpcim32.exe,,,
  452.  
  453.  
  454.  
  455.  
  456.  
  457.  
  458. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  459. ;;;;;;;;;;;;;;;;;;;;          paths          ;;;;;;;;;;;;;;;;;;;;
  460. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  461. ;;
  462. ;; [paths]
  463. ;; path-symbol=expression
  464. ;;   path-symbol - name of path symbol.
  465. ;;   expression - path expression.
  466. ;;   expression is reevaluated and assigned to path-symbol 
  467. ;;      whenever a new root of the install is entered in the 
  468. ;;      destination path dialog.
  469. ;;
  470. [paths]
  471. commonfiles=@destdir
  472. OnNetRoot=@destdir
  473. localroot=@destdir
  474.  
  475. cimdatadir=@onnetuserroot
  476.  
  477.  
  478.  
  479. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  480. ;;;;;;;;;;;;;;;;;;;;       createdir         ;;;;;;;;;;;;;;;;;;;;
  481. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  482. ;;
  483. ;; [createdir]
  484. ;; dir=selexp,pathexp
  485. ;;    dir - not used.
  486. ;;    selexp - selector expression.  If yes, create the directory.
  487. ;;    pathexp -- name of directory to create.  May contain string
  488. ;;       table entries.
  489. ;;     
  490. [createdir]
  491.  
  492.  
  493.  
  494.  
  495. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  496. ;;;;;;;;;;;;;;;;;;       MoveFiles            ;;;;;;;;;;;;;;;;;;;
  497. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  498. ;;
  499. ;; [MoveFiles]
  500. ;; ident= sel-expr, delete-selexpr, overwrite-selexp, old-name, new-name
  501. ;;    sel-exp - selector expression.  If evaluates to "yes",
  502. ;;       process this move line.
  503. ;;    delete-selexpr - if yes then delete the src file.
  504. ;;    overwrite-selexpr - if yes then overwrite existing dst files.
  505. ;;    old-name - original name for file.  May contain string table
  506. ;;       entries.
  507. ;;    new-name - desired new name for file.  May contain string
  508. ;;       table entries.
  509. [MoveFiles]
  510.  
  511.  
  512.  
  513.  
  514. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  515. ;;;;;;;;;;;;;;;;;;;        No Uninstall      ;;;;;;;;;;;;;;;;;;
  516. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  517. ;;
  518. ;; [no-uninstall]
  519. ;; ident=filename
  520. ;;    filename - name of file (including path) that should not
  521. ;;      be uninstalled
  522. [no-uninstall]
  523.  
  524. ident=@systemdir\olepro32.dll
  525. ident=@systemdir\msvcrt40.dll
  526. ident=@systemdir\mfc40.dll
  527. ident=@systemdir\ctl3d32.dll
  528. ident=@systemdir\ctl3d32.dll
  529. ident=@systemdir\vb40032.dll
  530. ident=@systemdir\comdlg32.ocx
  531. ident=@systemdir\threed32.ocx
  532. ident=@systemdir\comctl32.ocx
  533. ident=@systemdir\mpr.dll
  534. ident=@systemdir\vsocx32.ocx
  535. ident=@systemdir\picclp32.ocx
  536. ident=@systemdir\dao3032.dll
  537. ident=@systemdir\msjt3032.dll
  538. ident=@systemdir\msjter32.dll
  539. ident=@systemdir\vbajet32.dll
  540. ident=@systemdir\vbdb32.dll
  541. ident=@systemdir\msrd2x32.dll
  542. ident=@systemdir\mswng300.dll
  543. ident=@systemdir\odbcjt32.dll
  544. ident=@systemdir\odbcji32.dll
  545. ident=@systemdir\odbctl32.dll
  546. ident=@systemdir\vbar2232.dll
  547. ident=@systemdir\ven2232.olb
  548. ident=@systemdir\win32.tlb
  549. ident=@systemdir\vb32str.tlb
  550. ident=@systemdir\vbutil32.tlb
  551. ident=@systemdir\msjint32.dll
  552. ident=@systemdir\regsvr32.exe
  553.  
  554.  
  555.  
  556. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  557. ;;;;;;;;;;;;;;;;;;;;       StringTable       ;;;;;;;;;;;;;;;;;;;;
  558. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  559. ;;
  560. ;; [StringTable]
  561. ;; id=stringvalue
  562. ;;    id - id of string in string table.
  563. ;;    stringvalue - value of string in string table.
  564. ;;
  565. ;;    White space after the equal sign is significant.  These values
  566. ;; are loaded by the install wizard at the beginning of the install.
  567. ;; They are put in the string table ( a class derived from 
  568. ;; CMapStringToString and accessed via GetString().
  569.  
  570. [StringTable]
  571. destdir= @ProgramFilesDir\FTP Software\CIM
  572. onnetuserroot=@windrive\CIMDATA
  573.  
  574. 3000=Thank You
  575. 3001=For choosing OnNet32 v2.0
  576. 3002=from FTP Software,
  577. 3003=the world's number-one provider of TCP/IP
  578. 3005=software solutions for the PC.
  579.  
  580. 3010=OnNet32 is Optimized
  581. 3011=To connect Windows 95
  582. 3012=and Windows NT 4.0 desktops
  583. 3013=to Enterprise systems
  584. 3014=and beyond to the Internet.
  585.  
  586. 3020=OnNet32 provides
  587. 3021=- Easy networking for end users
  588. 3022=- Optimum control for network managers
  589. 3023=- OPEN Tools  for application developers
  590.  
  591. 3030=Easy to Use
  592. 3031=OnNet32 provides the industry's
  593. 3032=easiest-to-use IP application suite.
  594. 3033=
  595. 3034=That means you can
  596. 3035=focus on your work, not your network.
  597.  
  598. 3040=New Mail OnNet
  599. 3041=Now it's easier than ever to share 
  600. 3042=information with others in the office 
  601. 3043=or on the Internet.  Mail Assistants 
  602. 3044=let you manage the flow of mail to and 
  603. 3045=from your PC.  Send and receive protected 
  604. 3046=messages with new PGP security.
  605.  
  606. 3050=KEYview
  607. 3051=Take advantage of files you find in mail 
  608. 3052=or on the Web -- without needing the 
  609. 3053=application that created them.
  610. 3054=
  611. 3055=View or convert HTML, graphics, word
  612. 3056=processing, and now, even multimedia files.
  613.  
  614.  
  615. 3060=Reach the Internet
  616. 3061=With OnNet32,
  617. 3062=find information around the world
  618. 3063=or do work over your office Intranet web.
  619. 3064=You can even post your own home pages 
  620. 3065=on your PC with the new personal 
  621. 3066=Web server.
  622.  
  623. 3070=Reach the Enterprise
  624. 3071=OnNet32 continues to provide world-class
  625. 3072=connectivity applications, to let you
  626. 3073=reach your mainframe or UNIX business 
  627. 3074=systems, to help you print and share files.
  628.  
  629.  
  630. 3080=For the Administrator
  631. 3081=OPEN Object and OPEN Script let you 
  632. 3082=customize networking to meet the needs 
  633. 3083=of your users.  Automate work.
  634. 3084=Link networking into PC desktop business
  635. 3085=systems that support OLE, such as 
  636. 3086=databases, spreadsheets, accounting 
  637. 3087=packages and more!
  638.  
  639.  
  640. 3090=Reliable Foundation
  641. 3091=OnNet32 provides a solid foundation for
  642. 3092=your critical applications.  Take advantage
  643. 3093=of award-winning network infrastructure
  644. 3094=and graphical management tools.  The 
  645. 3095=TCP/IP stack supports new IPv6, Winsock 2.0,
  646. 3096=and emerging mobile networking standards.
  647.  
  648. 3100=New Intranet Security
  649. 3101=OnNet32 offers industry-leading security
  650. 3102=- SOCKS and ANS firewalls
  651. 3103=- New IP Security in the kernel
  652. 3104=- SSL for secure transactions over the Web
  653. 3105=- NT domain security
  654. 3106=- PGP security for Mail
  655.  
  656. 3110=OPEN Developer Tools
  657. 3111=OnNet32 provides new tools for 
  658. 3112=developers.  With OPEN Tools, 
  659. 3113=build custom IP applications, or 
  660. 3114=Internet-enable existing applications.
  661. 3115=Use OnNet32 Active automation and 
  662. 3116=controls to simplify development with 
  663. 3117=a modular, open, reusable code base.
  664.  
  665.  
  666. 3120=FTP Customer Services
  667. 3121=FTP partners with you by providing
  668. 3122=- Answers to many of your questions at
  669. 3123=   the FTP Web site
  670. 3124=- Technical support from FTP or resellers
  671. 3125=- Custom engineering
  672. 3126=- On-site Consulting Services
  673.  
  674. 3130=FTP Software offers ...
  675. 3131=Tools to build your Enterprise Intranet:
  676. 3132=- 16 and 32-bit TCP/IP Client and Server solutions
  677. 3133=- Web publishing, management, and server solutions
  678. 3134=- HyperDesk GroupWorks Collaboration tools
  679. 3135=- Internet and Enterprise Document conversion utilities
  680. 3136=- Intelligent Agent toolkits
  681.  
  682.  
  683. 3140=We Value Your Business
  684. 3141=Please register today so we can better
  685. 3142=serve your needs:
  686. 3143=-  Use the Web browser to reach FTP's 
  687. 3144=   home page (http://www.ftp.com),
  688. 3145=-  fax or mail in your card
  689.  
  690. 3150=
  691. 3151=See what else FTP has to offer.
  692. 3152=Visit our world wide web at www.ftp.com
  693. 3153=
  694. 3154=See what else OnNet32 has to offer.
  695. 3155=Take the online product tour!
  696.  
  697. strprodname=Custom Install Manager 1.5
  698. strisnFull=Full
  699. strisdFull=
  700. stFTPCIM32C2=Custom Install Manager
  701. stFTPCIM32C2desc=Allows customization of install data on network installation for a client installation.
  702. strSupportCompName=Shared Files
  703. strSupportCompDesc=Files that are required by several programs and that are always installed.
  704. strsbFTPCustomInstallManagerftpcim32exe=FTP Custom Install Manager
  705.  
  706.  
  707.