home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 September / WIN95_09964.iso / explorer / fmtrial.exe / install.inf < prev    next >
INI File  |  1996-04-15  |  22KB  |  919 lines

  1. ;****************************************************************************
  2. ;* Norton File Manager Trial Edition installation Script                                                                                  *
  3. ;* FOR VERSION 4.0 OF SYMANTEC INSTALL FOR WINDOWS                          *
  4. ;****************************************************************************
  5. [InstallVersion]
  6. 4.0
  7.  
  8. [process]
  9. EnableForceWrite()
  10. EnableOverwrite()
  11.  
  12. switch53=IsInstallShell()
  13. #ifnot(switch53)
  14.    SaveRegistry(SaveRegGroup)
  15. #endif
  16.  
  17. switch89=FALSE
  18. SetActiveCopy(NavigatrCopy, install.inf)
  19. Backup(CustDLLCopy)
  20. CallProc(UnattribSetup)
  21. DisableHelp()
  22. CallProc(Memory)
  23.  
  24. WizardPanel(WizWrongVersion, siwfmtrl.dll)
  25. switch99 = IsWinVerGTE(0395)   
  26. #ifnot(switch99)
  27.        WizardProcessPanel()
  28.        Exit()
  29. #endif
  30.  
  31. switch53=CallProcEx(bIsNavigatorInstalled)
  32. #if(switch53)
  33.    MessageBox(NavigatorAlreadyInstalled)
  34.    Exit()
  35. #endif
  36.    
  37. WizardPanel(WizWelcome, siwfmtrl.dll)
  38. WizardProcessPanel()
  39.  
  40. WizardPanel(WizTrialPromo1, siwfmtrl.dll)
  41. WizardProcessPanel()
  42.  
  43. WizardPanel(WizLicense, siwfmtrl.dll)
  44. WizardProcessPanel()
  45.  
  46. #ifnot(switch89)
  47.    switch88=CallProcEx(SetTargetToAlreadyInstalled)
  48.    #ifnot(switch88)
  49. ;      VersionSearch(VersionSearch)
  50.    #else
  51.       switch88=Exists(ExistsFDLG4)
  52.       #ifnot(switch88)
  53. ;         VersionSearch(VersionSearch)
  54.       #endif
  55.    #endif
  56.  
  57.    GetPrevVerSize()
  58.  
  59.    switch33 = Exists(ExistsFDLG4)
  60.    #if(switch33)
  61.       switch33=CallProcEx(AlreadyInstalled)
  62.    #else
  63.       CallProcEx(SetDefaultDir)
  64.    #endif
  65.  
  66.    #if(switch33)
  67.       WizardExcludePanel(WizSpecifyLocation);
  68.       WizardIncludePanel(WizSpecifyLocation_AlreadyExists);
  69.  
  70.       switch89=TRUE
  71.       WizardGotoPanel(WizSpecifyLocation_AlreadyExists)
  72.    #else
  73.       WizardIncludePanel(WizSpecifyLocation);
  74.       WizardExcludePanel(WizSpecifyLocation_AlreadyExists);
  75.  
  76.       switch89=TRUE
  77.       WizardGotoPanel(WizSpecifyLocation)
  78.    #endif
  79.  
  80. #endif
  81.  
  82. WizardPanel(WizSpecifyLocation_AlreadyExists, siwfmtrl.dll)
  83. WizardIncludePanel(WizNoDiskSpace)
  84. WizardProcessPanel()
  85.  
  86. WizardPanel(WizSpecifyLocation, siwfmtrl.dll)
  87. WizardIncludePanel(WizNoDiskSpace)
  88. WizardProcessPanel()
  89.  
  90. SelectOption(RequiredFiles)
  91.  
  92. :checkspace
  93. switch71 = FALSE
  94. switch72 = FALSE
  95.  
  96. WizardPanel(WizNoDiskSpace, siwfmtrl.dll)
  97. switch98 = CheckDiskSpace(TARGET)   
  98. #ifnot(switch98)
  99.    WizardProcessPanel()
  100. #else
  101.         WizardExcludePanel(WizNoDiskSpace)
  102. #endif
  103.  
  104. #if(switch71)
  105.     Exit()
  106. #endif
  107. #if(switch72)
  108.    WizardGotoPanel(WizSpecifyLocation)            
  109. #endif
  110.  
  111. :CreateShortName
  112. CallProcEx(GetShort)          
  113.  
  114. CreateDirectory(CreateTargetDirectory)
  115.  
  116. :RestoreDefaultsDialog
  117. WizardPanel(WizRestoreDefaults, siwfmtrl.dll)
  118.  
  119. switch33 = FALSE
  120. switch33 = Exists(ExistsFDLG4)
  121.  
  122. #if(switch33)
  123.    switch33=CallProcEx(AlreadyInstalled)
  124.    #if(switch33)
  125.       WizardProcessPanel()
  126.       switch20=CallProcEx(bRestoreDefaults)
  127.    #else
  128.       switch20=TRUE
  129.       WizardExcludePanel(WizRestoreDefaults)
  130.    #endif
  131. #else
  132.    switch20=TRUE
  133.    WizardExcludePanel(WizRestoreDefaults)
  134. #endif
  135.  
  136. CallProcEx(GetShort)          
  137. #if(switch20)
  138.    Delete(DelPrevSettings)
  139.    CallProc(DelRegKeyNavigator)
  140. #endif
  141.  
  142. :CopyFilesDialog
  143. WizardPanel(WizCopyFiles)
  144. WizardProcessPanel()
  145.  
  146. DisableUtils()
  147. :CheckForDisk1
  148. switch53=Exists(IsDisk1)
  149. ;#ifnot(switch53)
  150. ;   MessageBox(InsertDisk1)
  151. ;   goto(CheckForDisk1)
  152. ;#endif
  153. Copy()
  154. EnableUtils()
  155.  
  156. CallProcEx(GetShort)          
  157. EnableWin95Shell()
  158. Groups(NavigatorGroups)
  159.  
  160. CallProcEx(GetShort)          
  161. CallProc(AddRegistryInfo)
  162.  
  163. CallProcEx(GetShort)          
  164. CallProc(RemoveFromExplorerPath)
  165. CallProc(AddToExplorerPath)
  166.  
  167.  
  168. WizardPanel(WizHowToReach, siwfmtrl.dll)
  169. WizardProcessPanel()
  170.  
  171. WizardPanel(WizRegisterNow, siwfmtrl.dll)
  172. WizardIncludePanel(WizSendRegistration)
  173. WizardIncludePanel(WizOnlineMarketing)
  174. WizardIncludePanel(WizOnlineRegistration)
  175. WizardSetSkip(WizRegisterNow, WizFinished)
  176. WizardSetSkip(WizFinished, WizFinished)
  177. WizardProcessPanel()
  178. WizardPanel(WizOnlineRegistration, siwfmtrl.dll)
  179. WizardSetSkip(WizOnlineRegistration, WizFinished)
  180. WizardSetSkip(WizFinished, WizFinished)
  181. WizardProcessPanel()
  182. WizardPanel(WizOnlineMarketing, siwfmtrl.dll)
  183. WizardSetSkip(WizOnlineMarketing, WizFinished)
  184. WizardSetSkip(WizFinished, WizFinished)
  185. WizardProcessPanel()
  186. WizardPanel(WizSendRegistration, siwfmtrl.dll)
  187. WizardSetSkip(WizSendRegistration, WizFinished)
  188. WizardSetSkip(WizFinished, WizFinished)
  189. WizardProcessPanel()
  190.  
  191. WizardPanel(WizFinished, siwfmtrl.dll)
  192. WizardExcludePanel(WizSendRegistration)
  193. WizardExcludePanel(WizOnlineMarketing)
  194. WizardExcludePanel(WizOnlineRegistration)
  195. WizardSetSkip(WizFinished, WizFinished)
  196. WizardProcessPanel()
  197.  
  198. CallProcEx(GetShort)          
  199. delete(Leftovers)
  200. CallProcEx(FlushRegistry)
  201. Delete(CustDLLDel)
  202. delete(DeleteInstall)
  203.  
  204. ;#if(switch73)
  205. ;    ExitRestart()
  206. ;#else
  207.     Exit()
  208. ;#endif
  209.  
  210. End()
  211.  
  212.  
  213. ;###########################################################################
  214. ;###########################################################################
  215.  
  216. [subproc]
  217. SaveRegistry(SaveRegGroup)
  218. Delete(WinInitDel)
  219. EnableForceWrite()
  220. EnableOverwrite()
  221. Backup(CustDLLCopy)            ; Copy custom dll to windows dir
  222. CallProc(UnattribSetup)
  223.  
  224. Return()
  225.  
  226.  
  227. ;***************************************************************************
  228. ;* Dialog Info                                                             *
  229. ;***************************************************************************
  230.  
  231. [VersionSearch]
  232. caption = "Searching for Compatible Product"
  233. text1   = "Searching for a previous installation"
  234. text2   = "of a compatible Symantec product."
  235. appname = "symfdlg4.dll"
  236. apppath = "C:\Program Files\Norton Navigator"
  237.  
  238. [NavigatrCopy:TypeSelect]
  239. count = 3
  240. caption = "Install Type Selection"
  241. text = "Please select the type of install you wish to perform."
  242. grouptext = "Install Types"
  243. button1 = "&Express Setup"      ;switch91
  244. button2 = "&Minimal Setup"      ;switch92
  245. button3 = "&Custom Setup"       ;switch93
  246. descrip1= "Installs the entire Norton Navigator product using our default settings."
  247. descrip2= "Installs the minimum files needed to run Norton Navigator."
  248. descrip3= "Installs only the components you select."
  249.  
  250. [NavigatrCopy:Primary]
  251. caption = "Norton Navigator Main Component Selection"
  252. button1 = "Select..."
  253. button2 = "Select..."
  254. button3 = "Select..."
  255. button4 = "Select..."
  256. button5 = "Select..."
  257. text    = PriSelText
  258.  
  259. [PriSelText]
  260. "Please select the items you wish to install."
  261. "If a selection has a button to the right, you"
  262. "can press it to select individual files or"
  263. "components."
  264.  
  265. [NavigatrCopy:Component]
  266. caption = "Norton Navigator Component Selection"
  267. text    = "Please select the items you wish to install.  (Checked items will be installed.)"
  268.  
  269. [TargetDrive]
  270. caption = "Select Installation Directory"
  271. defpath = "C:\Program Files\Norton Navigator"
  272. text    = "Please select the directory to which you wish to install this product."
  273. reqspace= "Approximate disk space required:"
  274.  
  275. [NoSpace]
  276. caption = "Insufficient Disk Space"
  277. text    = idstext
  278. radio1  = "&Change Drive"
  279. radio2  = "&Deselect Components"
  280. descrip1= "Choose this option to select another drive with sufficient disk space."
  281. descrip2= "Choose this option to deselect components"
  282. AllowContinue= 0
  283.  
  284. [idstext]
  285. "There is insufficent disk space on the"
  286. "current target drive (%c:).  The drive"
  287. "has %u KB of space available, but the"
  288. "installation will require approximately"
  289. "%u KB.  Please choose one of the options"
  290. "below or exit installation and delete"
  291. "files to free more space."
  292.  
  293. [NavigatrCopy:CopyDialog]
  294. caption = "Copying files..."
  295. posx = -1
  296. posy = -20
  297.  
  298.  
  299. ;***************************************************************************
  300. ;* Message Text                                                            *
  301. ;***************************************************************************
  302.  
  303. [cancel]
  304. caption = "Exit Install?"
  305. text    = "Are you sure that you want to exit?"
  306.  
  307. [cancelshell]
  308. caption = "Exit Install?"
  309. "You have chosen to cancel the Install"
  310. "program. In order to reset the Windows"
  311. "environment, Install will also restart"
  312. "Windows. Are you sure you want to exit?"
  313.  
  314. [FileCopy]
  315. copycaption             = "Installing Files"
  316. errorcaption    = "Error Copying Files"
  317. insertcaption   = "Insert Diskette"
  318. Message                 = MessageText
  319.  
  320. [bye]
  321. caption = "Installation Complete"
  322. "Norton Navigator has been"
  323. "successfully installed."
  324.  
  325. [byereboot]
  326. caption = "Installation Complete"
  327. "Norton Navigator has been"
  328. "successfully installed."
  329.  
  330. [WindowsVersion]
  331. 3.10
  332. "This product requires"
  333. "Windows 3.1 or greater."
  334.  
  335. [NotImplemented]
  336. caption = "Feature Not Implemented"
  337. "This feature has not yet been implemented."
  338.  
  339. [ExitAtFinish]
  340. caption = "Install Complete"
  341. "Norton Navigator Installation has completed successfully."
  342.  
  343. [InsertDisk1]
  344. caption="Error"
  345. "Please insert Disk 1."
  346.  
  347. [NavigatorAlreadyInstalled]
  348. caption = "Already Installed"
  349. "The full version of Norton Navigator has"
  350. "already been installed on this computer."
  351. "This trial version will not be installed."
  352.  
  353. ;***************************************************************************
  354. ;* File Exist verifications
  355. ;***************************************************************************
  356.  
  357. [ExistsFDLG4]
  358. symfdlg4.dll, TARGET
  359.  
  360. [ExistsAutoexec]
  361. c:\autoexec.bat
  362.  
  363. [IsDisk1]
  364. siwfmtrl.dl_, SOURCE
  365.  
  366. ;***************************************************************************
  367. ;* Delete Files                                                            *
  368. ;***************************************************************************
  369.  
  370. [WinInitDel]
  371. wininit.ini,   WINDOWS
  372.  
  373. [CustDLLDel]
  374. siwfmtrl.dll,  TEMPDIR
  375.  
  376. [Leftovers]
  377. wnfdlg.reg, TARGET4
  378. fassist.reg, TARGET4
  379. symmenu.reg, TARGET4
  380. wnfm.reg, TARGET4
  381. uninstal.reg, TARGET4
  382. navigatr.reg, TARGET4
  383. addtoreg.exe, TARGET4
  384. setup.siw, WINDOWS
  385.  
  386. [DeleteInstall]
  387. setup.exe,   SYSTEM
  388.  
  389. [DelPrevSettings]
  390. filemgre.ems, TARGET4
  391. fsvundo.dat, TARGET4
  392.  
  393. [DelEmptyAutoexec]
  394. C:\AUTOEXEC.BAT
  395.  
  396. ;***************************************************************************
  397. ;* External function calls (DLL)                                           *
  398. ;***************************************************************************
  399.  
  400. [StartupDlg]
  401. dll = siwfmtrl.dll
  402. function = StartupDialog
  403.  
  404. [CheckLFNTarget]
  405. dll = siwfmtrl.dll
  406. function = DriveSupportsLFN
  407. location = TARGET
  408.  
  409. [CheckLFNCDrive]
  410. dll = siwfmtrl.dll
  411. function = DriveSupportsLFN
  412. location = C
  413.  
  414. [CheckLFNWindows]
  415. dll = siwfmtrl.dll
  416. function = DriveSupportsLFN
  417. location = WINDOWS
  418.  
  419. [CheckPrevVer]
  420. dll = siwfmtrl.dll
  421. function = CheckPrevVerPath
  422.  
  423. [UpdateInstFlag]
  424. dll = siwfmtrl.dll
  425. function = UpdateInstalledFlag
  426.  
  427. [GetShort]
  428. dll = siwfmtrl.dll
  429. function = ConvertToShortName
  430.  
  431. [ConfigureNU]
  432. dll = siwfmtrl.dll
  433. function = NortonStartUpOptions
  434.  
  435. [UnErase]
  436. dll = siwfmtrl.dll
  437. function = UnEraseInstall
  438.  
  439. [ReplaceOldFiles]
  440. dll = siwfmtrl.dll
  441. function = ReplaceOldFilesDialog
  442.  
  443. [CheckWinSpace]
  444. dll = siwfmtrl.dll
  445. function = WindowsDriveSpace
  446.  
  447. [RenameInfo]
  448. dll = siwfmtrl.dll
  449. function = RenameInfoDialog
  450.  
  451. [Memory]
  452. dll = siwfmtrl.dll
  453. function = InitMemory
  454.  
  455. [Rename]
  456. dll = siwfmtrl.dll
  457. function = RenameNUFiles
  458.  
  459. [ExitHookProc]
  460. dll = siwfmtrl.dll
  461. function = ReleaseDLL
  462.  
  463. [DoGroups]
  464. dll = siwfmtrl.dll
  465. function = CreateGroupItems
  466.  
  467. [IsFloppyInDrive]
  468. dll = siwfmtrl.dll
  469. function = IsFloppyInDrive
  470.  
  471. [AlreadyInstalled]
  472. dll = siwfmtrl.dll
  473. function = AlreadyInstalled
  474.  
  475. [SetTargetToAlreadyInstalled]
  476. dll = siwfmtrl.dll
  477. function = SetTargetToAlreadyInstalled
  478.  
  479. [AddToExplorerPath]
  480. dll = siwfmtrl.dll
  481. function = AddToExplorerPath
  482.  
  483. [RemoveFromExplorerPath]
  484. dll = siwfmtrl.dll
  485. function = RemoveFromExplorerPath
  486.  
  487. [DelRegKeyNavigator]
  488. dll = siwfmtrl.dll
  489. function = DelRegKeyNavigator
  490.  
  491. [DelRegKeyVxD]
  492. dll = siwfmtrl.dll
  493. function = DelRegKeyVxD
  494.  
  495. [SetDefaultDir]
  496. dll = siwfmtrl.dll
  497. function = SetDefaultDir
  498.  
  499. [CreateTargetDir]
  500. dll = siwfmtrl.dll
  501. function = CreateTargetDir
  502.  
  503. [HourglassOn]
  504. dll = siwfmtrl.dll
  505. function = HourglassOn
  506.  
  507. [HourglassOff]
  508. dll = siwfmtrl.dll
  509. function = HourglassOff
  510.  
  511. [SetTarget2ToSymantecDir]
  512. dll = siwfmtrl.dll
  513. function = SetTarget2ToSymantecDir
  514.  
  515. [CreateDesktops]
  516. dll = siwfmtrl.dll
  517. function = CreateDesktops
  518.  
  519. [DefaultConfig]
  520. dll = siwfmtrl.dll
  521. function = DefaultConfig
  522.  
  523. [AddWelcomeToRun]
  524. dll = siwfmtrl.dll
  525. function = AddWelcomeToRun
  526.  
  527. [AreTargetsSame]
  528. dll = siwfmtrl.dll
  529. function = AreTargetsSame
  530.  
  531. [InstallShared]
  532. dll = siwfmtrl.dll
  533. function = InstallShared
  534.  
  535. [RemoveFromRun]
  536. dll = siwfmtrl.dll
  537. function = RemoveFromRun
  538.  
  539. [DeleteDesktops]
  540. dll = siwfmtrl.dll
  541. function = DeleteDesktops
  542.  
  543. [DeleteQuicklaunch]
  544. dll = siwfmtrl.dll
  545. function = DeleteQuicklaunch
  546.  
  547. [FlushRegistry]
  548. dll = siwfmtrl.dll
  549. function = FlushRegistry
  550.  
  551. [TestFunction]
  552. dll=siwfmtrl.dll
  553. function=TestFunction
  554.  
  555. [SuppressStartup]
  556. dll=siwfmtrl.dll
  557. function=SuppressStartup
  558.  
  559. [RestoreStartup]
  560. dll=siwfmtrl.dll
  561. function=RestoreStartup
  562.  
  563. [AddRegistryInfo]
  564. dll=siwfmtrl.dll
  565. function=AddRegistryInfo
  566.  
  567. [StoreOriginalDesktop]
  568. dll=siwfmtrl.dll
  569. function=StoreOriginalDesktop
  570.  
  571. [AddRunOnce]
  572. dll=siwfmtrl.dll
  573. function=AddRunOnce
  574.  
  575. [bRestoreDefaults]
  576. dll=siwfmtrl.dll
  577. function=bRestoreDefaults
  578.  
  579. [OverwriteSymevnt]
  580. dll=siwfmtrl.dll
  581. function=OverwriteSymevnt
  582.  
  583. [bInstallImporter]
  584. dll=siwfmtrl.dll
  585. function=bInstallImporter
  586.  
  587. [bInstallWallpaper]
  588. dll=siwfmtrl.dll
  589. function=bInstallWallpaper
  590.  
  591. [AddConfigApply]
  592. dll=siwfmtrl.dll
  593. function=AddConfigApply
  594.  
  595. [ProcessNavVxDKey]
  596. dll=siwfmtrl.dll
  597. function=ProcessNavVxDKey
  598.  
  599. [RestoreNavVxDKey]
  600. dll=siwfmtrl.dll
  601. function=RestoreNavVxDKey
  602.  
  603. [UnattribSetup]
  604. dll=siwfmtrl.dll
  605. function=UnattribSetup
  606.  
  607. [bInstallSymEvnt]
  608. dll=siwfmtrl.dll
  609. function=bInstallSymEvnt
  610.  
  611. [bAutoexecIsZeroLength]
  612. dll=siwfmtrl.dll
  613. function=bAutoexecIsZeroLength
  614.  
  615. [CreateRunHistory]
  616. dll=siwfmtrl.dll
  617. function=CreateRunHistory
  618.  
  619. [SuppressSymevnt]
  620. dll=siwfmtrl.dll
  621. function=SuppressSymevnt
  622.  
  623. [RestoreSymevnt]
  624. dll=siwfmtrl.dll
  625. function=RestoreSymevnt
  626.  
  627. [CreateTutorialLink]
  628. dll=siwfmtrl.dll
  629. function=CreateTutorialLink
  630.  
  631. [bIsNavigatorInstalled]
  632. dll=siwfmtrl.dll
  633. function=bIsNavigatorInstalled
  634.  
  635. ;***************************************************************************
  636. ;* Misc install functions                                                  *
  637. ;***************************************************************************
  638.  
  639. [Pix_Navigator]
  640. color = %s\bigblu.rle
  641. color = %s\compass.rle, 5, 5
  642. color = %s\symantec.rle, -1, -1
  643.  
  644. [NavigatrCopy:Advo]
  645. posx = 20
  646. posy = 20
  647. location = siwfmtrl.dll
  648. count = 1
  649. BitmapsOnly=1
  650.  
  651. [SaveRegGroup]
  652. WINDOWS, system.nn, user.nn
  653.  
  654. [SymevntInSystemIni]
  655. IniName=system.ini
  656. SectionName=386Enh
  657. device=*symevnt.386*
  658.  
  659. [DelSymevntFromSystemIni]
  660. IniName=system.ini
  661. SectionName=386Enh
  662. device=*symevnt.386*
  663.  
  664. [ReadWriteQPD]
  665. siw.qpd, TEMPDIR
  666.  
  667. ;***************************************************************************
  668. ;* Set Directories                                                         *
  669. ;***************************************************************************
  670.  
  671. [CreateTargetDirectory]
  672. %s, TARGET
  673.  
  674. [CreateSharedDirectory]
  675. %s, TARGET2
  676.  
  677.  
  678. ;***************************************************************************
  679. ;* File backup                                                             *
  680. ;***************************************************************************
  681.  
  682. [CustDLLCopy]
  683. siwfmtrl.dll, siwfmtrl.dll, SOURCE, TEMPDIR
  684.  
  685. [BackupAutoexec]
  686. c:\autoexec.bat, c:\autoexec.siw
  687.  
  688.  
  689. ;***************************************************************************
  690. ;* Autoexec Mods                                                           *
  691. ;***************************************************************************
  692.  
  693. [AddEchoOff]
  694. filespec = c:\autoexec.bat
  695. filetype = autoexec
  696. Create=1
  697. CreateText= "@echo off"
  698.  
  699. [AddToPath]
  700. filespec = c:\autoexec.bat
  701. filetype = autoexec
  702. Create=1
  703. AddPath = TARGET4
  704.  
  705. [AddSharedToPath]
  706. filespec = c:\autoexec.bat
  707. filetype = autoexec
  708. Create=1
  709. AddPath = TARGET3
  710.  
  711. ;***************************************************************************
  712. ;* SetShell section                                                        *
  713. ;***************************************************************************
  714.  
  715. [SetShell]
  716. WinIniName = win.ini
  717. SystemIniName = system.ini
  718. Message = MessageBox.SetShellMessage
  719. SysSectionName = boot
  720. WinSectionName = windows
  721. shell = %s\setup.exe
  722. load =
  723. run =
  724. SetShellIfLoaded=
  725. Backup = Backup.SetShellSave
  726. Restore = Backup.SetShellRestore
  727. Active=no
  728. IfActiveList=LoadedList
  729. SubProcess=SubProc
  730.  
  731. [SetShellSave]
  732. win.ini, win.siw, WINDOWS, WINDOWS
  733. system.ini, system.siw, WINDOWS, WINDOWS
  734.  
  735. [SetShellRestore]
  736. system.siw, system.ini, WINDOWS, WINDOWS
  737. win.siw, win.ini, WINDOWS, WINDOWS
  738.  
  739. [LoadedList]
  740. filemgr.exe
  741. fvhex.dll
  742. s32rap8.dll
  743. symcred.dll
  744. symdes4.dll
  745. symems32.dll
  746. symfdlg4.dll
  747. symfsv4.dll
  748.  
  749. [SetShellMessage]
  750. caption  =  "Norton File Manager Setup"
  751. "Welcome to the File Manager Trial"
  752. "setup program.  Please select OK"
  753. "to allow Setup to restart Windows and"
  754. "continue the installation. Press"
  755. "Cancel to exit Setup."
  756.  
  757.  
  758. ;***************************************************************************
  759. ;* Groups                                                                  *
  760. ;***************************************************************************
  761.  
  762. [NavigatorGroups]
  763. "Norton File Manager Trial", navigatr.grp
  764.  
  765. [Norton File Manager Trial]
  766. "Release Notes",                 readme.txt,       RequiredFiles,,TARGET4,,,,TARGET4
  767. "Norton File Manager Trial",     filemgr.exe,      RequiredFiles,,TARGET4,,,,TARGET4
  768.  
  769. ;***************************************************************************
  770. ;* Copy                                                                    *
  771. ;***************************************************************************
  772.  
  773. [NavigatrCopy]
  774. ;SelectionType.ComponentName,   "SelectionDlgText",                                             Size,   Required?,<Files>?,ShowItem?
  775. CopyMain.RequiredFiles,                 "Required Files - %ldK",               0,                       Y,                              N,              Y
  776.  
  777.  
  778. ;***************************************************************************
  779. ;* Wizard Panels                                                           *
  780. ;***************************************************************************
  781. [WizWrongVersion]
  782. Caption="Norton File Manager Trial Edition Setup"
  783. Title="Incorrect Version"
  784. DlgProc=RaptorDlgProc
  785. PanelDataProc=DefaultDataProc
  786. ResourceId=102
  787. Bitmap16=666
  788. PanelFlags=First+Last
  789.  
  790. [WizNoWinSpace]
  791. Caption="Norton File Manager Trial Edition Setup"
  792. Title="Low Disk Space"
  793. DlgProc=RaptorDlgProc
  794. PanelDataProc=DefaultDataProc
  795. ResourceId=108
  796. Bitmap16=666
  797. PanelFlags=First+Last
  798.  
  799. [WizWelcome]
  800. Caption="Norton File Manager Trial Edition Setup"
  801. Title="Welcome to Setup"
  802. DlgProc=RaptorDlgProc
  803. PanelDataProc=DefaultDataProc
  804. Bitmap16=666
  805. ResourceId=143
  806. PanelFlags=First
  807.  
  808. [WizLicense]
  809. Caption="Norton File Manager Trial Edition Setup"
  810. DlgProc=_LicenseDlgProc@16
  811. PanelDataProc=_LicenseDataProc@0
  812. ResourceId=502
  813.  
  814. [WizSpecifyLocation_AlreadyExists]
  815. Caption="Norton File Manager Trial Edition Setup"
  816. Title="Program Location"
  817. DlgProc=RaptorDlgProc
  818. PanelDataProc=DefaultDataProc
  819. Bitmap16=666
  820. ResourceId=135
  821.  
  822. [WizSpecifyLocation]
  823. Caption="Norton File Manager Trial Edition Setup"
  824. Title="Program Location"
  825. DlgProc=RaptorDlgProc
  826. PanelDataProc=DefaultDataProc
  827. Bitmap16=666
  828. ResourceId=118
  829.  
  830. [WizNoDiskSpace]
  831. Caption="Norton File Manager Trial Edition Setup"
  832. Title="Low Disk Space"
  833. DlgProc=RaptorDlgProc
  834. PanelDataProc=DefaultDataProc
  835. Bitmap16=666
  836. ResourceId=106
  837. PanelFlags=First
  838.  
  839. [WizRestoreDefaults]
  840. Caption="Norton File Manager Trial Edition Setup"
  841. Title="Restore Default Settings?"
  842. DlgProc=RaptorDlgProc
  843. PanelDataProc=DefaultDataProc
  844. Bitmap16=666
  845. ResourceId=134
  846.  
  847. [WizCopyFiles]
  848. Caption="Norton File Manager Trial Edition Setup"
  849. Title="Setup Review"
  850. DlgProc=RaptorDlgProc
  851. PanelDataProc=DefaultDataProc
  852. Bitmap16=666
  853. ResourceId=128
  854.  
  855. [WizFinished]
  856. Caption="Norton File Manager Trial Edition Setup"
  857. Title="Setup Complete"
  858. DlgProc=RaptorDlgProc
  859. PanelDataProc=DefaultDataProc
  860. Bitmap16=666
  861. ResourceId=130
  862. PanelFlags=Last+Finish
  863.  
  864. [WizOnlineRegistration]
  865. Caption="Norton File Manager Trial Edition Setup"
  866. DlgProc=_UsaRegDlgProc@16
  867. PanelDataProc=_UsaRegDataProc@0
  868. ResourceId=505
  869. PanelFlags=Skip
  870.  
  871. [WizOnlineMarketing]
  872. Caption="Norton File Manager Trial Edition Setup"
  873. DlgProc=_MarketingDlgProc@16
  874. PanelDataProc=_MarketingDataProc@0
  875. ResourceId=506
  876. PanelFlags=Skip
  877.  
  878. [WizSendRegistration]
  879. Caption="Norton File Manager Trial Edition Setup"
  880. Title="Send Us Your Form"
  881. DlgProc=_SendRegDlgProc@16
  882. PanelDataProc=_SendRegDataProc@0
  883. ResourceId=514
  884. Bitmap16=214
  885. PanelFlags=Skip
  886.  
  887. [WizRegisterNow]
  888. Caption="Norton File Manager Trial Edition Setup"
  889. Title="Register Now"
  890. DlgProc=_RegNowDlgProc@16
  891. PanelDataProc=_RegNowDataProc@0
  892. ResourceId=504
  893. Bitmap16=204
  894. PanelFlags=Skip
  895.  
  896. [WizCrossSell]
  897. Caption="Norton File Manager Trial Edition Setup"
  898. Title="Windows 95 Solutions"
  899. DlgProc=_CrossSellDlgProc@16
  900. PanelDataProc=_CrossSellDataProc@0
  901. ResourceId=512
  902. Bitmap16=212
  903.  
  904. [WizHowToReach]
  905. Caption="Norton File Manager Trial Edition Setup"
  906. Title="How to Reach Us"
  907. DlgProc=_ReachDlgProc@16
  908. ResourceId=513
  909. Bitmap16=213
  910. PanelFlags=First
  911.  
  912. [WizTrialPromo1]
  913. Caption="Norton File Manager Trial Edition Setup"
  914. Title="Product Features"
  915. DlgProc=RaptorDlgProc
  916. PanelDataProc=DefaultDataProc
  917. Bitmap16=666
  918. ResourceId=144
  919.