home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 18 / 18.iso / w / w249 / 1.ddi / NETWORK.INF / NETWORK.bin
Encoding:
INI File  |  1991-08-30  |  32.2 KB  |  923 lines

  1. [UI Localizable Vars]
  2. ; name of the ini file. Shouldn't need to be internationalized.
  3. IniFileName = "setup.ini"
  4.  
  5. ; date if the ini file. Used to see whether or not we have run setup before
  6. IniFileDate = "1991-09-03"
  7.  
  8. ; All files which do not explicitly have their dates set in the file lists
  9. ; will use this date.
  10. SHIPDATE = "1991-09-03"
  11.  
  12. ; Appears to the right of the file group sizes in custom dialog (e.g. 23K)
  13. Ksym = K
  14.  
  15. ; Bad path entered in the path dialog
  16. BadPath = "The location that you have chosen to install Works in is "+
  17.     "invalid or not allowed.  Please check the drive and/or directory name."
  18.  
  19. ; Two bottom lines in the custom dialog. Do NOT modify the $(DISK_NEEDED)
  20. ; or the $(DISK_EXIST) strings. The are replaced at run time with the
  21. ; proper values
  22. DiskNeededLine = "Space Required: $(DISK_NEEDED)K."
  23. DiskExistLine = "Space Available: $(DISK_EXIST)K."
  24.  
  25. ; Title of setup error messages
  26. ErrorTitle = "Setup Message"
  27.  
  28. ; Title of Welcome Dialog
  29. WelcomeTitle = "Welcome to Microsoft Works for Windows."
  30.  
  31. ; Help text and title for the path dialog. \n's force line feeds
  32. PathHelpTitle = "Help for Destination Path"
  33. PathHelpText = "Setup suggests you install Works in the \MSWORKS "+
  34.     "directory.\n\nTo change the location where Works "+
  35.     "will be installed, type a drive letter, a colon (:), a "+
  36.     "backslash (\\), and then the name of the directory where you want "+
  37.     "Works installed.  For example, type X:\\MSWORKS."
  38.  
  39. ; Final dialog text
  40. FinishedText = "When you run Works you can choose to see an introduction "+
  41.     "to Works, or you can go directly to work with the product.\n\n"+
  42.     "Choose Return to Windows to return to Windows.  Choose Run Works "+
  43.     "to start using Works now."
  44.  
  45. ; What we set the default path string to in the previous case
  46. UNKNOWNPATH = "?"
  47.  
  48. ; Text of the path dialog
  49. DestinationText = "Setup installs files on your hard disk.  Choose the "+
  50.     "location where you want to install the Microsoft Works for Windows "+
  51.     "files.\n\nTo change the suggested location, press the BACKSPACE "+
  52.     "key to delete characters, and then type the drive and directory "+
  53.     "where you want Works installed."
  54.  
  55. ; Cancel Setup dialog text
  56. ExitText = "Microsoft Works for Windows may not be properly installed.  "+
  57.     "If you quit Setup now, you may have to run Setup again.\n\n"+
  58.     "Are you sure you want to cancel?  Choose Cancel Setup to cancel "+
  59.     "Setup, or choose Resume to return to the previous installation "+
  60.     "option."
  61.  
  62. ; Text of the spell dialog
  63. SpellText = "Select the speller and thesaurus language you wish to use "+
  64.     "from the list below, and then choose Continue."
  65.  
  66. ; Text of the dialog appearing while files are being copied
  67. DuringInstallText="Now would be a great time to fill out your "+
  68.     "registration card.  When you send it in, Microsoft will:\n\n"+
  69.     "  - Inform you of product updates.\n  - Offer you customer "+
  70.     "support.\n  - Provide you information about\n    related "+
  71.     "Microsoft products."
  72.  
  73. ; Title and text of message that there is a virus in setup
  74. ; Default destination path for setup (drive letter is replaced with proper
  75. ; one
  76. DESTPATH = "C:\MSWORKS"
  77.  
  78. ; Message when tries to install NOTHING
  79. NoOptionsChecked = "You must check at least one option."
  80.  
  81. ; Install failed because it either couldn't find files or couldn't write
  82. ; them to the destination
  83. InstallError1 = "Setup could not complete the installation.  Possibly "+
  84.     "the hard disk was full, there was a disk error in trying to "+
  85.     "update one of the files, or your Microsoft Works disks are damaged."
  86.  
  87. ; SO little disk space that we couldn't even add to the win.ini
  88. InstallError2 = "Setup could not complete the installation.  Possibly "+
  89.     "the hard disk was full or there was a problem updating the WIN.INI "+
  90.     "file."
  91.  
  92. ; SO little disk space that we couldn't even add to the win.ini or progman
  93. ; Also COULD be because disk error writing the above or to the msworks.exe
  94. InstallError3 = "Setup could not complete the installation.  Possibly "+
  95.     "the hard disk was full, or there was a disk error in trying to "+
  96.     "update one of the files."
  97.  
  98. ; Title, description, and file name for each of the three wizards
  99. Wizard1Desc = "Address Books@The Address Books WorksWizard helps you "+
  100.     "create a database of people's names, addresses and other "+
  101.     "information that's important to you. Once you've "+
  102.     "created an address book, you use the other "+
  103.     "WorksWizards to create form letters and print "+
  104.     "mailing labels.@wizzy1.lsn@2"
  105. Wizard2Desc = "Form Letters@The Form Letters WorksWizard helps you to create "+
  106.     "a personalized letter you can send to many people. When you print, "+
  107.     "Works inserts the names and addresses you selected from the "+
  108.     "address book you created with the Address Books WorksWizard or from "+
  109.     "any Works database.@wizzy1.lsn@3"
  110. Wizard3Desc = "Mailing Labels@The Mailing Labels WorksWizard prints mailing "+
  111.     "labels of any size with names and addresses from an address book "+
  112.     "you have created with the Address Books WorksWizard or from any "+
  113.     "Works database.@wizzy1.lsn@1"
  114.  
  115. ; Name of the progman group we create for EBU apps
  116. ProgManGroup = "Microsoft SolutionSeries"
  117.  
  118. ; If Regload fails... 
  119. RegistrationFailed = "Setup was unable to run REGLOAD.  Please try "+
  120.     "closing other applications and running setup again."
  121.  
  122. ;  Title of Works in the progman group
  123. MSWorks = "Microsoft Works"
  124.  
  125. ; Filename of msworks.exe
  126. MSWorksExe = "msworks.exe"
  127. ; File name of the thesaurus DLL
  128. THESAURDLL = "thesaur.dll"
  129.  
  130. ; Do we want to use the speller list in this localization?
  131. fDoSpellerList = "NO"
  132.  
  133. ; Default speller in the speller list (or speller to use if no list)
  134. DEFSPELLER = "American"
  135. SPELLER = "American"
  136. SpellerName = "Spelling 1033,0"
  137. ; Biggest speller/thesaurus in the speller list  (IMPORTANT!!)
  138. BIGSPELLER = "American"
  139.  
  140. ; Setup title
  141. Setup_Title = "Microsoft Works Setup"
  142.  
  143. ; Filename of note-it.exe
  144. NoteItExe = "note-it.exe"
  145. NoteItPath = "\msapps\note-it\"
  146.  
  147. ; Filename of MSDRAW
  148. MSDrawExe = "msdraw.exe"
  149. MSDrawPath = "\msapps\msdraw\"
  150.  
  151. ; Default name of custom dictionary
  152. CustomName = "custom.dic"
  153.  
  154. ; Names of the spellers in the speller list
  155. SPELLER-LIST =  { "American", "French"}
  156. ; Format of SpellerTable
  157. ;1        Language (must match name in SPELLER_LIST), 
  158. ;2        speller lex
  159. ;3        thesaurus lex
  160. ;4        speller name to be inserted in the shared apps entry
  161. SpellerTable = { +
  162.         {American, mssp_am.lex, thesaur.lex, "Spelling 1033,0"}, +
  163.         {French, mssp_fr.lex, thesaur.lex, "Spelling 123,0"}, +
  164.         }
  165.  
  166. ; Format of SHAREDIRFILES ('*intl*' means it needs to internationalized):
  167. ;1        KEYNAME *intl*, 
  168. ;2        SECTIONAME,  
  169. ;3        VALUE (what the key should equal), 
  170. ;4        IVALUE1 (where the first path is in the value), 
  171. ;5        VARPATHFILE1 (variable to contain first path\file), 
  172. ;6        FILE1 (name of the first files) *intl*, 
  173. ;7        RELATIVEPATH1 (from c:\windows\msapps\"),
  174. ;8        IVALUE2 (where the first path is in the value), 
  175. ;9        VARPATHFILE2 (variable to contain first path\file), 
  176. ;10    FILE2 (name of the first files) *intl*, 
  177. ;11    RELATIVEPATH2 (from c:\windows\msapps\"),
  178. ;12    IGROUP (which group it is dependent on to be conditionally installed)
  179.  
  180. SHAREDDIRFILES = { +
  181.     {"$(SpellerName)", "MS Proofing Tools", +
  182.         "$(File1),$(File2)", +
  183.         "1", "SH_SP110D", "msspell.dll", "proof",+
  184.          "2", "SH_SP110L", "mssp_am.lex", "proof",+
  185.          "4"}, +
  186.     {"WrdPrfctDOS50", "MS Text Converters", +
  187.         "WordPerfect 5.0,$(File1),doc", +
  188.         "2", "SH_CWP", "wpft5.cnv", "textconv",+
  189.          "0", "", "","textconv",+
  190.          "5"},  +
  191.     {"WrdPrfctDOS", "MS Text Converters", +
  192.         "WordPerfect 5.1,$(File1),doc", +
  193.         "2", "SH_CWP", "wpft5.cnv", "textconv",+
  194.          "0", "", "","textconv",+
  195.          "5"},  +
  196.     {"MSWordWin", "MS Text Converters", +
  197.         "Word for Windows 1.x,$(File1),doc", +
  198.         "2", "SH_CWORD", "wordwin1.cnv", "textconv",+
  199.          "0", "", "","textconv",+
  200.          "5"},  +
  201.     {"Windows Write", "MS Text Converters", +
  202.         "Windows Write,$(File1),wri", +
  203.         "2", "SH_CWRITE", "writwin.cnv", "textconv",+
  204.          "0", "", "","textconv",+
  205.          "5"},  +
  206.     {"MSWorksWin", "MS Text Converters", +
  207.         "Works for Windows 2.0,$(File1),wps", +
  208.         "2", "SH_CWORKS", "wrkswin.cnv", "textconv",+
  209.          "0", "", "","textconv",+
  210.          "5"},  +
  211.     {"Computer Graphics Metafile(.CGM)","MS Graphic Import Filters", +
  212.         "$(File1),CGM", +
  213.         "1","SH_CCGM","cgmimp.flt","grphflt",    +
  214.          "0", "", "","",+
  215.          "5"},  +
  216.     {"Encapsulated Postscript(.EPS)","MS Graphic Import Filters", +
  217.         "$(File1),EPS", +
  218.         "1","SH_CEPS","epsimp.flt","grphflt",    +
  219.          "0", "", "","",+
  220.          "5"},  +
  221.     {"PC Paintbrush(.PCX)","MS Graphic Import Filters", +
  222.         "$(File1),PCX", +
  223.         "1","SH_CPCX","pcximp.flt","grphflt",    +
  224.          "0", "", "","",+
  225.          "5"},  +
  226.     {"Tagged Image Format(.TIF)","MS Graphic Import Filters", +
  227.         "$(File1),TIF", +
  228.         "1","SH_CTIF","tiffimp.flt","grphflt",    +
  229.          "0", "", "","",+
  230.          "5"}+
  231. }
  232.  
  233. ; Final dialog text for admin version
  234. FinishedTextAdmin = "A workstation may now set up Works by running "+
  235.     "setup from the network server using the /n switch.  Also, please "+
  236.     "read the README.TXT file that was just installed.\n\nThanks "+
  237.     "for purchasing Microsoft Works for Windows."
  238. ProductReg="msworks.reg"
  239. CannotWriteDir = "The location you have chosen to install to is either "+
  240.     "write-protected, or you don't have network privileges to modify "+
  241.     "files in that location."
  242. WriteToNonNetDir = "Are you sure you want to install to a non-network "+
  243.     "drive?  Network workstations will need access to this location to "+
  244.     "run Microsoft Works."
  245. WWelcomeTitle = "Microsoft Works for Windows Workstation Setup"
  246. AWelcomeTitle = "Microsoft Works for Windows Administrator Setup"
  247. NetPathNotFound = "Cannot locate a network drive.  Please choose the "+
  248.     "OK button and then type the location you wish to install to, or "+
  249.     "cancel Setup and check your network configuration."
  250. NoRoomText = "There is not enough room on the disk to install Microsoft "+
  251.     "Works.  Please cancel Setup and make more room, and then run Setup "+
  252.     "again."
  253. ; Help text and title for the not enough room dialog. \n's force line feeds
  254. CustomHelpTitle = "Setup Help"
  255. CustomHelpText = "Setup is telling you that there is not enough room "+
  256.     "on the disk drive you have chosen to install to.\n\nPlease cancel "+
  257.     "Setup and remove other files from that disk, then run Setup again "+
  258.     "to do the installation.\n\nSee your Windows or DOS Documentation "+
  259.     "for information on how to remove files from your hard disk."
  260. CannotWriteSystemDir = "We are unable to write to your system directory." +
  261.     "It is either "+
  262.     "write-protected, or you don't have network privileges to modify "+
  263.     "files in that location."
  264. LocalWindows = "Setup has detected that you are using a private (non-"+
  265.     "shared) copy of Windows.  Please read the README.TXT file after "+
  266.     "the setup is complete and do the procedures in section B."
  267. BadWindowPath = "Invalid Windows path in your AUTOEXEC.BAT file. "+
  268.         "It must contain a drive letter."
  269. ; # = Disk title, a file on the disk, name of directory if on network
  270. ; This is the 1.2M disk layout
  271. [Source Media Descriptions]
  272.     1 = "Disk 1: Setup, Spell, Thesaurus, Converters, Samples", TAGFILE = setup.exe, +
  273.         NETPATH = ""
  274.     2 = "Disk 2: Program, Microsoft Draw", TAGFILE = msworks.ex$, +
  275.         NETPATH = ""
  276.     3 = "Disk 3: Tutorial 1", TAGFILE = wnworks.le$, NETPATH = ""
  277.     4 = "Disk 4: Tutorial 2, Help, Clipart, WorksWizards", TAGFILE = wnworks2.le$, +
  278.         NETPATH = ""
  279.     5 = "Server", TAGFILE = olecli.dln, NETPATH = ""
  280.  
  281. [Program Files]
  282. EXE = 2,msworks.ex$,RENAME=msworks.exe,SIZE=991200, VERSION="2,0,0,10"
  283. 2,olecli.dl$,RENAME=olecli.dll,SIZE=75264,DEST=$(SYSTEMPATH)"\",$(COPYOLECLI), VERSION="1,2,0,0"
  284. 2,olesvr.dl$,RENAME=olesvr.dll,SIZE=22528,DEST=$(SYSTEMPATH)"\",$(COPYOLESVR), VERSION="1,2,1,0"
  285. 2,shell.dl$,RENAME=shell.dll,SIZE=24384,DEST=$(SYSTEMPATH)"\",$(COPYSHELL), VERSION="3,10,0,43"
  286. 2,smallb.fo$,RENAME=smallb.fon,SIZE=17408
  287. 2,smalle.fo$,RENAME=smalle.fon,SIZE=21504
  288. 2,regload.ex$,RENAME=regload.exe,SIZE=21504,DEST=$(WINDOWSPATH)"\"
  289. 2,msworks.re$,RENAME=msworks.reg,SIZE=2065,DEST=$(WINDOWSPATH)"\",OVERWRITE=ALWAYS
  290. 2,note-it.ex$,RENAME=note-it.exe,SIZE=52576,DEST=$(WINDOWSPATH)$(NoteItPath), VERSION="1,0,0,10"
  291. 2,solution.hl$,RENAME=solution.hlp,SIZE=24290
  292. 1,accounts.wd$,RENAME=accounts.wdb,SIZE=4312
  293. 1,acctsrec.wd$,RENAME=acctsrec.wdb,SIZE=3096
  294. 1,inventry.wd$,RENAME=inventry.wdb,SIZE=6992
  295. 1,salesrep.wk$,RENAME=salesrep.wks,SIZE=2285
  296. 1,hardware.wp$,RENAME=hardware.wps,SIZE=1566
  297. 1,collect.wp$,RENAME=collect.wps,SIZE=1182
  298. 1,flyer.wp$,RENAME=flyer.wps,SIZE=933
  299. 1,amortize.wk$,RENAME=amortize.wks,SIZE=3754
  300. 1,finance.wk$,RENAME=finance.wks,SIZE=3297
  301. 1,logo.bm$,RENAME="clipart\logo.bmp",SIZE=1102
  302. 4,wnworks.cb$,RENAME="msworks.cbt\wnworks.cbt",SIZE=112816
  303. 4,cbtlib2.dl$,RENAME="msworks.cbt\cbtlib2.dll",SIZE=14880
  304. 4,wizzy1.ls$,RENAME="msworks.cbt\wizzy1.lsn",SIZE=333724
  305. 4,fields.wp$,RENAME=fields.wps,SIZE=6057
  306. 4,labelswp.$,RENAME="msworks.cbt\labelswp",SIZE=667
  307.  
  308. [Help Files]
  309. 4,msworks.hl$,RENAME=msworks.hlp,SIZE=1265064
  310. 4,msdraw.hl$,RENAME=msdraw.hlp,SIZE=269546,DEST=$(WINDOWSPATH)$(MSDrawPath)
  311. 4,note-it.hl$,RENAME=note-it.hlp,SIZE=63245,DEST=$(WINDOWSPATH)$(NoteItPath)
  312.  
  313. [Cbt Files]
  314. 3,wnworks.le$,RENAME="msworks.cbt\wnworks.les",SIZE=1937442
  315. 4,wnworks2.le$,APPEND="msworks.cbt\wnworks.les",SIZE=65536
  316. 4,address.wd$,RENAME="msworks.cbt\address.wdb",SIZE=4590
  317. 4,attend.wp$,RENAME="msworks.cbt\attend.wps",SIZE=670
  318. 4,auction.wd$,RENAME="msworks.cbt\auction.wdb",SIZE=3093
  319. 4,auntmadg.wp$,RENAME="msworks.cbt\auntmadg.wps",SIZE=6180
  320. 4,babbitt.wk$,RENAME="msworks.cbt\babbitt.wks",SIZE=1866
  321. 4,balou_c.wp$,RENAME="msworks.cbt\balou_c.wps",SIZE=1054
  322. 4,balou_p.wp$,RENAME="msworks.cbt\balou_p.wps",SIZE=1078
  323. 4,bbath.wd$,RENAME="msworks.cbt\bbath.wdb",SIZE=3039
  324. 4,board.wd$,RENAME="msworks.cbt\board.wdb",SIZE=4950
  325. 4,books.wd$,RENAME="msworks.cbt\books.wdb",SIZE=5821
  326. 4,breeds.wp$,RENAME="msworks.cbt\breeds.wps",SIZE=670
  327. 4,cheese.wd$,RENAME="msworks.cbt\cheese.wdb",SIZE=2204
  328. 4,climbers.wd$,RENAME="msworks.cbt\climbers.wdb",SIZE=15383
  329. 4,coins.wd$,RENAME="msworks.cbt\coins.wdb",SIZE=4551
  330. 4,energy.wk$,RENAME="msworks.cbt\energy.wks",SIZE=2966
  331. 4,florist.wp$,RENAME="msworks.cbt\florist.wps",SIZE=1442
  332. 4,forecast.wk$,RENAME="msworks.cbt\forecast.wks",SIZE=1812
  333. 4,friends.wp$,RENAME="msworks.cbt\friends.wps",SIZE=1054
  334. 4,grant.wp$,RENAME="msworks.cbt\grant.wps",SIZE=6370
  335. 4,herbfarm.wk$,RENAME="msworks.cbt\herbfarm.wks",SIZE=2180
  336. 4,jun05src.wk$,RENAME="msworks.cbt\jun05src.wks",SIZE=813
  337. 4,letter.wp$,RENAME="msworks.cbt\letter.wps",SIZE=6180
  338. 4,lexicone.wp$,RENAME="msworks.cbt\lexicone.wps",SIZE=798
  339. 4,lillooet.wd$,RENAME="msworks.cbt\lillooet.wdb",SIZE=3108
  340. 4,moles.wp$,RENAME="msworks.cbt\moles.wps",SIZE=798
  341. 4,patrons.wd$,RENAME="msworks.cbt\patrons.wdb",SIZE=7615
  342. 4,popcost.wp$,RENAME="msworks.cbt\popcost.wps",SIZE=930
  343. 4,popmemo.wp$,RENAME="msworks.cbt\popmemo.wps",SIZE=798
  344. 4,popsales.wk$,RENAME="msworks.cbt\popsales.wks",SIZE=2595
  345. 4,popsheet.wk$,RENAME="msworks.cbt\popsheet.wks",SIZE=2853
  346. 4,program.wp$,RENAME="msworks.cbt\program.wps",SIZE=2388
  347. 4,resume.wp$,RENAME="msworks.cbt\resume.wps",SIZE=1310
  348. 4,sale1.wp$,RENAME="msworks.cbt\sale1.wps",SIZE=1438
  349. 4,sales.wk$,RENAME="msworks.cbt\sales.wks",SIZE=2357
  350. 4,sheet1_a.wk$,RENAME="msworks.cbt\sheet1_a.wks",SIZE=1405
  351. 4,sheet1_u.wk$,RENAME="msworks.cbt\sheet1_u.wks",SIZE=1151
  352. 4,sumatra.wk$,RENAME="msworks.cbt\sumatra.wks",SIZE=1168
  353. 4,thesis.wp$,RENAME="msworks.cbt\thesis.wps",SIZE=3870
  354. 4,toys_l.wd$,RENAME="msworks.cbt\toys_l.wdb",SIZE=9613
  355. 4,toys_m.wd$,RENAME="msworks.cbt\toys_m.wdb",SIZE=8165
  356. 4,whodunit.wd$,RENAME="msworks.cbt\whodunit.wdb",SIZE=16113
  357. 4,winners.wp$,RENAME="msworks.cbt\winners.wps",SIZE=670
  358. 4,wwfloris.wk$,RENAME="msworks.cbt\wwfloris.wks",SIZE=2627
  359. 4,wyse1.wp$,RENAME="msworks.cbt\wyse1.wps",SIZE=6450
  360. 4,wyse2.wp$,RENAME="msworks.cbt\wyse2.wps",SIZE=6434
  361.  
  362. [American Spell Files]
  363. 1,msspell.dl$,RENAME=msspell.dll,SIZE=76800,DEST=$(SH_SP110DP), VERSION="1,0,0,0"
  364. 1,mssp_am.le$,RENAME=mssp_am.lex,SIZE=176839,DEST=$(SH_SP110LP)
  365. 1,thesaur.dl$,RENAME=thesaur.dll,SIZE=11255
  366. 1,thesaur.le$,RENAME=thesaur.lex,SIZE=353587
  367.  
  368. [Spell Files]
  369. ; foreign spell files too (this list is the UNION of all)...
  370. 1,msspell.dl$,RENAME=msspell.dll,SIZE=76800,DEST=$(SH_SP110DP), VERSION="1,0,0,0"
  371. 1,mssp_am.le$,RENAME=mssp_am.lex,SIZE=176839,DEST=$(SH_SP110LP)
  372. 1,thesaur.dl$,RENAME=thesaur.dll,SIZE=11255
  373. 1,thesaur.le$,RENAME=thesaur.lex,SIZE=353587
  374. 1,setup.exe,RENAME=setup.exe,SIZE=16000
  375. 1,stfsetup.ex$,RENAME=stfsetup.ex$,SIZE=155376
  376. 1,network.inf,RENAME=network.inf,SIZE=32992
  377. 1,ver.dl$,RENAME=ver.dl$,SIZE=18414
  378. 2,olecli.dl$,RENAME=olecli.dln,SIZE=75264, VERSION="1,2,0,0"
  379. 2,olesvr.dl$,RENAME=olesvr.dln,SIZE=22528, VERSION="1,2,1,0"
  380. 2,shell.dl$,RENAME=shell.dln,SIZE=24384, VERSION="3,10,0,43"
  381. 1,readme.tx$,RENAME=readme.txt,SIZE=2958
  382.  
  383. [Draw Files]
  384. 2,msdraw.ex$,RENAME=msdraw.exe,SIZE=574256,DEST=$(WINDOWSPATH)$(MSDrawPath), VERSION="1,0,0,32768"
  385. 2,16colors.pa$,RENAME=16colors.pal,SIZE=162,DEST=$(WINDOWSPATH)$(MSDrawPath)
  386. 2,17grays.pa$,RENAME=17grays.pal,SIZE=162,DEST=$(WINDOWSPATH)$(MSDrawPath)
  387. 2,47colors.pa$,RENAME=47colors.pal,SIZE=238,DEST=$(WINDOWSPATH)$(MSDrawPath)
  388. 2,86colors.pa$,RENAME=86colors.pal,SIZE=394,DEST=$(WINDOWSPATH)$(MSDrawPath)
  389. 2,geni.pa$,RENAME=geni.pal,SIZE=410,DEST=$(WINDOWSPATH)$(MSDrawPath)
  390. 4,2darrow1.wm$,RENAME="clipart\2darrow1.wmf",SIZE=1750
  391. 4,2darrow2.wm$,RENAME="clipart\2darrow2.wmf",SIZE=2742
  392. 4,2doorvan.wm$,RENAME="clipart\2doorvan.wmf",SIZE=7798
  393. 4,3darrow1.wm$,RENAME="clipart\3darrow1.wmf",SIZE=1878
  394. 4,3darrow2.wm$,RENAME="clipart\3darrow2.wmf",SIZE=2422
  395. 4,3darrow3.wm$,RENAME="clipart\3darrow3.wmf",SIZE=1974
  396. 4,3darrow4.wm$,RENAME="clipart\3darrow4.wmf",SIZE=1558
  397. 4,3darrow5.wm$,RENAME="clipart\3darrow5.wmf",SIZE=1430
  398. 4,3dskylne.wm$,RENAME="clipart\3dskylne.wmf",SIZE=7766
  399. 4,5ppuzzle.wm$,RENAME="clipart\5ppuzzle.wmf",SIZE=3766
  400. 4,ambulanc.wm$,RENAME="clipart\ambulanc.wmf",SIZE=8022
  401. 4,binder.wm$,RENAME="clipart\binder.wmf",SIZE=1462
  402. 4,blusedan.wm$,RENAME="clipart\blusedan.wmf",SIZE=9590
  403. 4,books.wm$,RENAME="clipart\books.wmf",SIZE=4470
  404. 4,capitol.wm$,RENAME="clipart\capitol.wmf",SIZE=3414
  405. 4,chekmark.wm$,RENAME="clipart\chekmark.wmf",SIZE=694
  406. 4,circles.wm$,RENAME="clipart\circles.wmf",SIZE=2262
  407. 4,cityview.wm$,RENAME="clipart\cityview.wmf",SIZE=9174
  408. 4,clmnbldg.wm$,RENAME="clipart\clmnbldg.wmf",SIZE=4854
  409. 4,coins.wm$,RENAME="clipart\coins.wmf",SIZE=7798
  410. 4,crowd.wm$,RENAME="clipart\crowd.wmf",SIZE=10038
  411. 4,crutches.wm$,RENAME="clipart\crutches.wmf",SIZE=2966
  412. 4,dictnary.wm$,RENAME="clipart\dictnary.wmf",SIZE=4886
  413. 4,disk35.wm$,RENAME="clipart\disk35.wmf",SIZE=1238
  414. 4,disk525.wm$,RENAME="clipart\disk525.wmf",SIZE=1590
  415. 4,factory.wm$,RENAME="clipart\factory.wmf",SIZE=5270
  416. 4,gears.wm$,RENAME="clipart\gears.wmf",SIZE=5302
  417. 4,gradcap.wm$,RENAME="clipart\gradcap.wmf",SIZE=1334
  418. 4,helicptr.wm$,RENAME="clipart\helicptr.wmf",SIZE=5846
  419. 4,hndwrtng.wm$,RENAME="clipart\hndwrtng.wmf",SIZE=3126
  420. 4,man&desk.wm$,RENAME="clipart\man&desk.wmf",SIZE=3414
  421. 4,man.wm$,RENAME="clipart\man.wmf",SIZE=3510
  422. 4,mapmen.wm$,RENAME="clipart\mapmen.wmf",SIZE=11286
  423. 4,money.wm$,RENAME="clipart\money.wmf",SIZE=2678
  424. 4,multarw1.wm$,RENAME="clipart\multarw1.wmf",SIZE=726
  425. 4,multarw2.wm$,RENAME="clipart\multarw2.wmf",SIZE=790
  426. 4,multarw4.wm$,RENAME="clipart\multarw4.wmf",SIZE=982
  427. 4,nurse.wm$,RENAME="clipart\nurse.wmf",SIZE=4150
  428. 4,policecr.wm$,RENAME="clipart\policecr.wmf",SIZE=8726
  429. 4,running.wm$,RENAME="clipart\running.wmf",SIZE=7190
  430. 4,schlfish.wm$,RENAME="clipart\schlfish.wmf",SIZE=5110
  431. 4,speaker.wm$,RENAME="clipart\speaker.wmf",SIZE=9398
  432. 4,star.wm$,RENAME="clipart\star.wmf",SIZE=630
  433. 4,thermmtr.wm$,RENAME="clipart\thermmtr.wmf",SIZE=2134
  434. 4,triangle.wm$,RENAME="clipart\triangle.wmf",SIZE=790
  435. 4,vichouse.wm$,RENAME="clipart\vichouse.wmf",SIZE=9526
  436. 4,woman.wm$,RENAME="clipart\woman.wmf",SIZE=5302
  437. 4,yacht.wm$,RENAME="clipart\yacht.wmf",SIZE=5750
  438.  
  439. [Converter Files]
  440. 1,wpft5.cn$,RENAME=wpft5.cnv,SIZE=172352,DEST=$(SH_CWPP)
  441. 1,wordwin1.cn$,RENAME=wordwin1.cnv,SIZE=142848,DEST=$(SH_CWORDP)
  442. 1,writwin.cn$,RENAME=writwin.cnv,SIZE=71168,DEST=$(SH_CWRITEP)
  443. 1,wrkswin.cn$,RENAME=wrkswin.cnv,SIZE=89264,DEST=$(SH_CWORKSP)
  444. 1,pcximp.fl$,RENAME=pcximp.flt,SIZE=12912,DEST=$(SH_CPCXP), VERSION="2,0,0,32768"
  445. 1,cgmimp.fl$,RENAME=cgmimp.flt,SIZE=44640,DEST=$(SH_CCGMP), VERSION="2,0,0,32768"
  446. 1,tiffimp.fl$,RENAME=tiffimp.flt,SIZE=58880,DEST=$(SH_CTIFP), VERSION="2,0,0,32768"
  447. 1,epsimp.fl$,RENAME=epsimp.flt,SIZE=71648,DEST=$(SH_CEPSP), VERSION="2,0,0,32768"
  448.  
  449. [DLLs]
  450. 5,olecli.dln,RENAME=olecli.dll,SIZE=75264,$(COPYOLECLI),DEST=$(SYSTEMPATH), VERSION="1,2,0,0"
  451. 5,olesvr.dln,RENAME=olesvr.dll,SIZE=22528,$(COPYOLESVR),DEST=$(SYSTEMPATH), VERSION="1,2,1,0"
  452. 5,shell.dln,RENAME=shell.dll,SIZE=24384,$(COPYSHELL),DEST=$(SYSTEMPATH), VERSION="3,10,0,43"
  453. 5,regload.exe,RENAME=regload.exe,SIZE=21504
  454. 5,msworks.reg,RENAME=msworks.reg,SIZE=2065,OVERWRITE=ALWAYS
  455.  
  456. [UI Temp Vars]
  457. ANYFILESEXIST = "FALSE"
  458. OPTIONS-PICKED = {ON, ON, ON, ON, ON, ON}
  459. GROUPLIST = {"Program Files", "Help Files", "Cbt Files", +
  460.     "Spell Files", "Converter Files", "Draw Files"}
  461.  
  462. [Normal File Groups]
  463. @("Program Files")
  464. @("Help Files")
  465. @("Cbt Files")
  466. @("Spell Files")
  467. @("Converter Files")
  468. @("Draw Files")
  469.  
  470. [Shell Commands]
  471.     read-syms    "UI Localizable Vars"
  472.     read-syms    "UI Temp Vars"
  473.     set-title    $(Setup_Title)
  474.     set-subst    PathHelpText = $(PathHelpText)
  475.     set-subst    DestinationText = $(DestinationText)
  476.     set-subst    ExitText = $(ExitText)
  477.     set-subst     DuringInstallText = $(DuringInstallText)
  478.     set-subst     InsertDisk = $(InsertDisk)
  479.     set NoteItPath = "\"
  480.     set MSDrawPath = "\"
  481.     set fdbDoFileInstall = "YES"
  482.  
  483.     set COPYSHELL = "COPY"
  484.     set COPYOLECLI = "COPY"
  485.     set COPYOLESVR = "COPY"
  486.  
  487.     ui    start "InitStuff"
  488.     ui    start "FIsAdmin"
  489.     ui    start "GetSystemDirectory"
  490.     set    fAdmin = $(ANSWER)
  491.     ifstr(i)    $(fAdmin) == "YES"
  492.         set-subst    FinishedText = $(FinishedTextAdmin)
  493.         set-subst    WelcomeTitle = $(AWelcomeTitle)
  494.     else
  495.         set-subst    FinishedText = $(FinishedText)
  496.         set-subst    WelcomeTitle = $(WWelcomeTitle)
  497.     endif
  498.  
  499.     ui    start "GetWindowsDirectory"
  500.     IfStr(I) $(ANSWER) == "NO"
  501.         set-subst szText = $(BadWindowPath)
  502.         ui    start "MessageBox"
  503.         goto "exit"
  504.     endif
  505.  
  506. welcome =  set from = welcome
  507.     ui    start    "Welcome"
  508.     ifstr(i) $(DLGEVENT) == "CONTINUE"
  509.         ui  pop 1
  510.         goto "init"
  511.     else-ifstr(i) $(DLGEVENT) == "EXIT"
  512.         goto "quit"
  513.     else
  514.         install "Error - info"
  515.         goto error
  516.     endif
  517.  
  518. init =    ifstr(i)    $(fAdmin) == "NO"
  519.         goto "WorkStationInstall"
  520.     endif
  521.  
  522.     Init-System    1, $(IniFileName)
  523.     set from = Path
  524.     ui  start "FixupDestPath" 
  525.     IfStr(I) $(ANSWER) == "NO"
  526.         set-subst szText = $(NetPathNotFound)
  527.         ui    start "MessageBox"
  528.         set EditTextIn = $(UNKNOWNPATH)
  529.         set EditFocus = ALL          ; END | START | ALL
  530.     else
  531.         set EditTextIn = $(DESTPATH)
  532.         set EditFocus = END          ; END | START | ALL
  533.     endif
  534.     
  535.     set HelpText = $(PathHelpText)
  536.     set HelpTitle = $(PathHelpTitle)
  537.  
  538.     set    PATH = $(SYSTEMPATH)
  539.     ui    start    "FPathWritable"
  540.     ifstr(i)    $(ANSWER) == "NO"
  541.         set-subst szText = $(CannotWriteSystemDir)
  542.         ui    start "MessageBox"
  543.         goto "exit"
  544.     endif
  545.     
  546.     ui    start    "FSysWinSame"
  547.     ifstr(i)    $(ANSWER) == "YES"
  548.         set-subst szText = $(LocalWindows)
  549.         ui    start "MessageBox"
  550.     endif
  551.  
  552. Path=    ui    start   "Path"
  553.     ifstr(i) $(DLGEVENT) == "CONTINUE"
  554.         set DESTPATH = $(EditTextOut)
  555.  
  556.         set    PATH = $(DESTPATH)
  557.         ui    start    "FPathWritable"
  558.         ifstr(i)    $(ANSWER) == "NO"
  559.             set-subst szText = $(CannotWriteDir)
  560.             ui    start "MessageBox"
  561.             goto "Path"
  562.         endif
  563.  
  564.         ui    start    "FIsNetDrive"
  565.         ifstr(i)    $(ANSWER) == "NO"
  566.             set-subst szText = $(WriteToNonNetDir)
  567.             ui    start    "FAsk"
  568.             ifstr(i)    $(ANSWER) == "NO"
  569.                 goto "Path"
  570.             endif
  571.         endif            
  572.  
  573.         ui  pop 1
  574.  
  575.         ui    start    "FixupDestPathForIntl"
  576.         set    WINDOWSPATH = $(DESTPATH)
  577.         ; DLL's go into dest directory so that workstation setup can 
  578.         ;    copy them
  579.  
  580.         ui    start    "StartWait"
  581.         ForListDo    $(SHAREDDIRFILES)
  582.             set rginfo = $($)
  583.             set *($(rginfo), 5)P = $(DESTPATH)"\"
  584.             
  585.             ; Second variable, if it exists
  586.             IfInt *($(rginfo), 8) != 0
  587.                 set *($(rginfo), 9)P = $(DESTPATH)"\"
  588.             endif
  589.  
  590.         EndForListDo
  591.  
  592.         ui    start    "DoFileLookups" 
  593.         ui    start    "EndWait"
  594.  
  595.         ui    start    "FEnoughSpace"
  596.         ifstr(i) $(ANSWER) == "YES"
  597.             goto "installnow1"      
  598.         endif
  599.  
  600. sizedlg=    set from = sizedlg
  601.         set-subst HelpText = $(CustomHelpText)
  602.         set HelpTitle = $(CustomHelpTitle)
  603.         ui    start    "SizeError"
  604.         ui    pop    1
  605.         goto "exit"
  606.  
  607.     else-ifstr(i) $(DLGEVENT) == "EXIT"
  608.         set DESTPATH = $(EditTextOut)
  609.         goto "quit"
  610.     else
  611.         install "Error - edit"
  612.         goto error
  613.     endif
  614.  
  615.  
  616. quit  = ui    start  "Quit"
  617.     ifstr(i) $(DLGEVENT) == "RESUME"
  618.         ui  pop 1
  619.         goto $(from)
  620.     else
  621.         goto "exit"
  622.     endif
  623.  
  624. exit =  exit
  625.  
  626. error = write-symtab "shl-st2.new"
  627.     exit
  628.  
  629. installnow1 =     set-subst szText = $(DuringInstallText)
  630.  
  631.     ifstr(i) $(fdbDoFileInstall) != "YES"
  632.         goto exitdlg1
  633.     endif
  634.  
  635.     ui    start    "Modeless"
  636.  
  637.     install    "Install-Files"
  638.     ifstr(I) $(STF_INSTALL_OUTCOME) == "STF_USERQUIT"
  639.         goto "exit"
  640.     endif
  641.     ifstr(I) $(STF_INSTALL_OUTCOME) != "STF_SUCCESS"
  642.         set-subst szText = $(InstallError1)
  643.         ui    start    "MessageBox"
  644.         goto "exit"
  645.     endif
  646.  
  647.  
  648.     ui    pop    1
  649.  
  650. exitdlg1 = ui      start   "ExitNet"
  651.     ui  pop 1
  652. exit
  653.  
  654. WorkStationInstall = set    DESTPATH = $(STF_SRCDIR)
  655.     ui    start "GetWindowsDirectory"
  656.     set ListItemsIn = $(SPELLER-LIST)
  657.     set from = spellerlist
  658.     set ListItemsOut = $(DEFSPELLER)        ; default selection
  659.     set SPELLER = $(DEFSPELLER)             ; default selection
  660.     ifstr(i) $(fDoSpellerList) == "NO"
  661.         goto "SkipDlg"
  662.     endif
  663.     ui      start   "List"
  664.     set SPELLER = $(ListItemsOut)
  665.     ifstr(i) $(DLGEVENT) == "CONTINUE"
  666.         ui  pop 1
  667. SkipDlg =     ForListDo    $(SpellerTable)
  668.             set rginfo = $($)
  669.             ifstr(i) *($(rginfo), 1) == $(SPELLER)
  670.                 ; Speller lex variable
  671.                 set SH_SP110LF = *($(rginfo), 2)
  672.                 set thesaur_lex = *($(rginfo), 3)
  673.                 set SpellerName = *($(rginfo), 4)
  674.             endif
  675.         EndForListDo
  676.  
  677.         goto "installnow2"      
  678.     else-ifstr(i) $(DLGEVENT) == "EXIT"
  679.         goto "quit"
  680.     else
  681.         debug-msg "Error - list"
  682.         goto error
  683.     endif
  684.  
  685.  
  686. installnow2 =     ifstr(i) $(fdbDoFileInstall) != "YES"
  687.             goto exitdlg2
  688.         endif
  689.  
  690.     ui    start    "StartWait"
  691.     ForListDo    $(SHAREDDIRFILES)
  692.         set rginfo = $($)
  693.         ; First variable
  694.         set *($(rginfo), 5)P = $(DESTPATH)
  695.  
  696.         ; Second variable, if it exists
  697.         IfInt *($(rginfo), 8) != 0
  698.             set *($(rginfo), 9)P = $(DESTPATH)
  699.         endif
  700.  
  701.         ; See if already exist in ini file        
  702.         set iniSect = *($(rginfo), 2)
  703.         set-subsym iniKey = *($(rginfo), 1)
  704.         ui    start "DetectIniLine"
  705.         ;If they have a value already, then replace the default path
  706.         IfStr(I)  $(LINE) !=  ""
  707.             ; Get path/filename
  708.             set WHERE = *($(rginfo), 4)
  709.             ui    start    "GetPieceFromLine"
  710.             
  711.             IfStr(I) $(szParsePiece) != ""
  712.                 ui    start    FExist
  713.                 IfStr(I) $(ANSWER) == "YES"
  714.                     ; Get path from the ini line
  715.                     ui    start    "GetPathFromParsePiece"
  716.  
  717.                     IfStr(I) $(ANSWER) == "YES"
  718.                         ; Set variable to their path
  719.                         set *($(rginfo), 5)P = $(szPath)
  720.                     endif
  721.                 endif
  722.             endif
  723.             IfInt *($(rginfo), 8) != 0
  724.                 set WHERE = *($(rginfo), 8)
  725.                 ui    start    "GetPieceFromLine"
  726.                 IfStr(I) $(szParsePiece) != ""
  727.                     ui    start    FExist
  728.                     IfStr(I) $(ANSWER) == "YES"
  729.                         ; Get path from the ini line
  730.                         ui    start    "GetPathFromParsePiece"
  731.  
  732.                         IfStr(I) $(ANSWER) == "YES"
  733.                             ; Set variable to their path
  734.                             set *($(rginfo), 9)P = $(szPath)
  735.                         endif
  736.                     endif    ;ANSWER
  737.                 endif    ; file!=""
  738.             endif    ;table entry != ""
  739.         endif    ;line != ""
  740.     EndForListDo
  741.  
  742.     set CustomSpeller = $(WINDOWSPATH)"\"$(CustomName)
  743.     set iniSect = "MS Proofing Tools"
  744.     set-subsym iniKey = "Custom Dict 1"
  745.     ui    start "DetectIniLine"
  746.     set szParsePiece = $(LINE)
  747.     IfStr(I) $(szParsePiece) != ""
  748.         ui    start    FExist
  749.         IfStr(I) $(ANSWER) == "YES"
  750.             set CustomSpeller = $(LINE)
  751.         endif
  752.     endif
  753.         
  754.     ui    start    "FSysWinSame"
  755.     ifstr(i)    $(ANSWER) == "NO"
  756.         set COPYSHELL =  "!COPY"
  757.         set COPYOLECLI = "!COPY"
  758.         set COPYOLESVR = "!COPY"
  759.     endif
  760.  
  761.     ; If a DLL is running, then set the corresponding DOxxx to ;
  762.     set    szFile = "SHELL.DLL"
  763.     ui    start    "FRunning"
  764.     ifstr(i) $(ANSWER) == "YES"
  765.         set COPYSHELL = "!COPY"
  766.     endif
  767.  
  768.     set    szFile = "OLECLI.DLL"
  769.     ui    start    "FRunning"
  770.     ifstr(i) $(ANSWER) == "YES"
  771.         set COPYOLECLI = "!COPY"
  772.     endif
  773.  
  774.     set    szFile = "OLESVR.DLL"
  775.     ui    start    "FRunning"
  776.     ifstr(i) $(ANSWER) == "YES"
  777.         set COPYOLESVR = "!COPY"
  778.     endif
  779.  
  780.     install    "Install-DLLs"
  781.     ifstr(I) $(STF_INSTALL_OUTCOME) == "STF_USERQUIT"
  782.         goto "exit"
  783.     endif
  784.     ifstr(I) $(STF_INSTALL_OUTCOME) != "STF_SUCCESS"
  785.         set-subst szText = $(InstallError1)
  786.         ui    start    "MessageBox"
  787.         goto "exit"
  788.     endif
  789.     
  790.     install    "Install-Shared"
  791.     ifstr(I) $(STF_INSTALL_OUTCOME) != "STF_SUCCESS"
  792.         ui    start    "EndWait"
  793.         set-subst szText = $(InstallError2)
  794.         ui    start    "MessageBox"
  795.         goto "exit"
  796.     endif
  797.  
  798.  
  799.     install    "Install-ProgMan"
  800.     ifstr(I) $(STF_INSTALL_OUTCOME) != "STF_SUCCESS"
  801.         ui    start    "EndWait"
  802.         set-subst szText = $(InstallError3)
  803.         ui    start    "MessageBox"
  804.         goto "exit"    
  805.     endif
  806.  
  807.     ; Register OLE
  808.     set    lf = "\r\n"
  809.     set-subst    lf = $(lf)
  810.     set    File = $(WINDOWSPATH)"\msworks.reg"
  811.     set    To = $(DESTPATH)$(MSWorksExe)" %1"$(lf)
  812.     set    From = "msworks.exe %1"$(lf)
  813.     ui    start "FileFilter"
  814.  
  815.     set    File = $(WINDOWSPATH)"\msworks.reg"
  816.     set    To = $(DESTPATH)$(MSWorksExe)$(lf)
  817.     set    From = "msworks.exe"$(lf)
  818.     ui    start "FileFilter"
  819.  
  820.     set    File = $(WINDOWSPATH)"\msworks.reg"
  821.     set    To = $(DESTPATH)$(NoteItExe)$(lf)
  822.     set    From = $(NoteItExe)$(lf)
  823.     ui    start "FileFilter"
  824.  
  825.     set    File = $(WINDOWSPATH)"\msworks.reg"
  826.     set    To = $(DESTPATH)$(MSDrawExe)$(lf)
  827.     set    From = "MSDRAW.EXE"$(lf)
  828.     ui    start "FileFilter"
  829.  
  830.     set szFile = $(WINDOWSPATH)"\regload /s msworks.reg"
  831.     ui    start    "RunExe"
  832.     ifstr(I) $(ANSWER) != "YES"
  833.         ui    start    "EndWait"
  834.         set-subst szText = $(RegistrationFailed)
  835.         ui    start    "MessageBox"
  836.         goto "exit"
  837.     endif
  838.     ui    start    "EndWait"
  839.  
  840. exitdlg2=    ui      start   "Exit"
  841.     ui  pop 1
  842.     ifstr(i) $(DLGEVENT) == "R"
  843.         set szPath = $(DESTPATH)
  844.         ui    start    "ChDriveDir"
  845.         set szFile = $(DESTPATH)$(MSWorksExe)
  846.         ui    start    "StartWait"
  847.         ui    start    "RunExe"
  848.         ui    start    "EndWait"
  849.     endif
  850. exit
  851.  
  852. [Install-Files]
  853. set STF_DATE = $(SHIPDATE)
  854. set STF_OVERWRITE = OLDER
  855. ForListDo    $(OPTIONS-PICKED)
  856.      AddNthSectionFileToCopyList "Normal File Groups", $(#), $(STF_SRCDIR), $(DESTPATH)
  857. EndForListDo
  858. CopyFilesInCopyList
  859. Close-System "Program Files", "EXE", $(DESTPATH), "291", "191"
  860. exit
  861.  
  862. [Install-DLLs]
  863. set STF_DATE = $(SHIPDATE)
  864. set STF_OVERWRITE = OLDER
  865. AddSectionFilesToCopyList "DLLs", $(STF_SRCDIR), $(WINDOWSPATH)
  866. CopyFilesInCopyList
  867. exit
  868.  
  869. [Install-ProgMan]
  870. ;    Add extentions to ini
  871. CreateIniSection "WIN.INI", "Extensions"
  872. CreateIniKeyValue "WIN.INI", "Extensions", "wdb", $(DESTPATH)$(MSWorksExe)" ^.wdb", O
  873. CreateIniKeyValue "WIN.INI", "Extensions", "wps", $(DESTPATH)$(MSWorksExe)" ^.wps", O
  874. CreateIniKeyValue "WIN.INI", "Extensions", "wks", $(DESTPATH)$(MSWorksExe)" ^.wks", O
  875.  
  876. CreateIniSection $(WINDOWSPATH)"\msworks.ini", "Wizards"
  877. CreateIniKeyValue $(WINDOWSPATH)"\msworks.ini", "Wizards", "Wizard1", +
  878.     $(Wizard1Desc), O
  879. CreateIniKeyValue $(WINDOWSPATH)"\msworks.ini", "Wizards", "Wizard2", +
  880.     $(Wizard2Desc), O
  881. CreateIniKeyValue $(WINDOWSPATH)"\msworks.ini", "Wizards", "Wizard3", +
  882.     $(Wizard3Desc), O
  883. CreateIniSection "win.ini", "OLE"
  884. CreateIniKeyValue "win.ini", "OLE", "nomessagebox", "yes"
  885.  
  886. CreateIniSection $(WINDOWSPATH)"\msworks.ini", "Windows Works"
  887. CreateIniKeyValue $(WINDOWSPATH)"\msworks.ini", "Windows Works", "DoWelcome", "1"
  888.  
  889. CreateIniSection $(WINDOWSPATH)"\msworks.ini", "Word Processor"
  890. CreateIniKeyValue $(WINDOWSPATH)"\msworks.ini", "Word Processor", +
  891.     "Speller", $(SpellerName), O
  892. CreateIniKeyValue $(WINDOWSPATH)"\msworks.ini", "Word Processor", +
  893.     "CustomDict", "Custom Dict 1", O
  894.  
  895. CreateIniSection $(WINDOWSPATH)"\msworks.ini", "Thesaurus"
  896. CreateIniKeyValue $(WINDOWSPATH)"\msworks.ini", "Thesaurus", +
  897.     "LibPath", $(DESTPATH)$(THESAURDLL), O
  898. CreateIniKeyValue $(WINDOWSPATH)"\msworks.ini", "Thesaurus", +
  899.     "DictPath", $(DESTPATH)$(thesaur_lex), O
  900.  
  901. ;    Add group and files to group
  902. CreateProgManGroup    $(ProgManGroup), "" 
  903. ShowProgManGroup    $(ProgManGroup), "1" 
  904. CreateProgManItem    $(ProgManGroup), $(MSWorks), $(DESTPATH)$(MSWorksExe)
  905. exit
  906.  
  907. [Install-Shared]
  908. ; Add shared files to win.ini
  909. ForListDo    $(SHAREDDIRFILES)
  910.     set rginfo = $($)
  911.     CreateIniSection "WIN.INI", *($(rginfo), 2)
  912.     set File1 = $(*($(rginfo), 5)P)*($(rginfo), 6)
  913.     IfInt *($(rginfo), 8) != 0
  914.         set-subsym File2 = $(*($(rginfo), 9)P)*($(rginfo), 10)
  915.     endif
  916.     Set-Subsym sz = *($(rginfo), 3)
  917.     Set-Subsym sz2 = *($(rginfo), 1)
  918.     CreateIniKeyValue "WIN.INI", *($(rginfo), 2), $(sz2), $(sz), O
  919. EndForListDo
  920. CreateIniKeyValue "WIN.INI", "MS Proofing Tools", +
  921.     "Custom Dict 1", $(CustomSpeller), O
  922. exit
  923.