home *** CD-ROM | disk | FTP | other *** search
/ Mundo do CD-ROM 16 / CDROM16.iso / internet / fastfind / INSTALL.INF < prev    next >
Encoding:
INI File  |  1996-11-07  |  21.0 KB  |  899 lines

  1. ;******************************************************************************
  2. ;* Internet FastFind 1.0 installation script  (International English)         *
  3. ;******************************************************************************
  4.  
  5. ; Script Switch Numbers
  6.  
  7. ;  SWITCH_IS_NT40                             01
  8. ;  SWITCH_IS_WIN95                            02
  9.  
  10. ;  SWITCH_PRODUCT_EXISTS                      08
  11.  
  12. ;  SWITCH_CUSTOM_INSTALL                      09
  13.  
  14. ;  SWITCH_RESTORE_DEFAULTS                    11
  15.  
  16. ;  SWITCH_SELECTED_NIC                        20
  17. ;  SWITCH_SELECTED_WEBFIND                    21
  18. ;  SWITCH_SELECTED_NOTIFY                     22
  19. ;  SWITCH_SELECTED_FTP                        23
  20. ;  SWITCH_SELECTED_ZIP                        24
  21. ;  SWITCH_SELECTED_WEBLAUNCH                  25
  22. ;  SWITCH_SELECTED_PATCHCONNECT               26
  23. ;  SWITCH_SELECTED_NETFILEFIND                27
  24.  
  25. ;  SWITCH_PREVIOUS                            50
  26. ;  SWITCH_NEXT                                51
  27. ;  SWITCH_CANCEL                              52
  28.  
  29. ;  SWITCH_EXIT_CONTINUE                       96
  30. ;  SWITCH_EXIT_RESTART                        97
  31. ;  SWITCH_EXIT_REBOOT                         98
  32.  
  33. [InstallVersion]
  34. 4.0
  35.  
  36. [process]
  37. EnableForceWrite()
  38. EnableOverwrite()
  39. EnableWin95Shell()
  40. Enable256Advos()
  41. SaveRegistry(SaveRegGroup)
  42. SetActiveCopy(MainCopy, install.inf)
  43. Backup(CustDLLCopy)
  44. Backup(SettingsDLLCopy)
  45. ;Bitmaps(Bitmaps)
  46. DisableHelp()
  47. CallProc(InitCustomDLL)
  48.  
  49. #ifnot(switch01)
  50.    #ifnot(switch02)
  51.       MessageBox(MB_IncorrectWinVer)
  52.       switch97=FALSE
  53.       Exit()
  54.    #endif
  55. #endif
  56.  
  57. #if(switch01)
  58.    switch53=CallProcEx(bIsAdmin)
  59.    #ifnot(switch53)
  60.       CallProc(MB_NeedAdminToInstall)
  61.       goto(Exit)
  62.    #endif
  63. #endif
  64.  
  65. CallProc(DelWinInit)
  66.  
  67. switch20=TRUE
  68. switch21=TRUE
  69. switch22=TRUE
  70. switch23=TRUE
  71. switch24=TRUE
  72. switch25=TRUE
  73. switch26=TRUE
  74. switch27=TRUE
  75.  
  76. CallProc(KillRunningTasks)
  77.  
  78. CallProc(CheckForExistingProduct)
  79.  
  80. CallProc(SetDefaultProductDirectory)
  81.  
  82. WizardPanel(WizWelcome, siwrodan.dll)
  83. WizardProcessPanel()
  84.  
  85. WizardPanel(WizLicense, siwrodan.dll)
  86. WizardProcessPanel()
  87.  
  88. #if(switch20)
  89.    SelectOption(NIC)
  90. #else
  91.    DeselectOption(NIC)
  92. #endif
  93.  
  94. #if(switch21)
  95.    SelectOption(WebFind)
  96. #else
  97.    DeselectOption(WebFind)
  98. #endif
  99.  
  100. #if(switch22)
  101.    SelectOption(Notify)
  102. #else
  103.    DeselectOption(Notify)
  104. #endif
  105.  
  106. #if(switch23)
  107.    SelectOption(FTP)
  108. #else
  109.    DeselectOption(FTP)
  110. #endif
  111.  
  112. #if(switch24)
  113.    SelectOption(Zip)
  114. #else
  115.    DeselectOption(Zip)
  116. #endif
  117.  
  118. #if(switch25)
  119.    SelectOption(WebLaunch)
  120. #else
  121.    DeselectOption(WebLaunch)
  122. #endif
  123.  
  124. #if(switch26)
  125.    SelectOption(PatchConnect)
  126. #else
  127.    DeselectOption(PatchConnect)
  128. #endif
  129.  
  130. #if(switch27)
  131.    SelectOption(NetFileFind)
  132. #else
  133.    DeselectOption(NetFileFind)
  134. #endif
  135.  
  136. SelectOption(LiveUpdate)
  137. SelectOption(RequiredFiles)
  138.  
  139. WizardPanel(WizSelectLocation, siwrodan.dll)
  140. WizardProcessPanel()
  141. CallProc(SetSymantecDirectory)
  142. CallProc(SetLiveUpdateDirectory)
  143.  
  144. WizardIncludePanel(WizKeepSettings)
  145. WizardPanel(WizKeepSettings, siwrodan.dll)
  146. #if(switch08)
  147.    WizardProcessPanel()
  148. #else
  149.    WizardExcludePanel(WizKeepSettings)
  150. #endif
  151.  
  152. ;WizardIncludePanel(WizNoDiskSpace)
  153. ;WizardPanel(WizNoDiskSpace, siwrodan.dll)
  154. ;switch53=CallProcEx(bIsSufficientDiskSpace)
  155. ;#ifnot(switch53)
  156. ;   WizardProcessPanel()
  157. ;#else
  158. ;   WizardExcludePanel(WizNoDiskSpace)
  159. ;#endif
  160.  
  161. WizardPanel(WizSetupReview, siwrodan.dll)
  162. WizardProcessPanel()
  163.  
  164. #ifnot(switch08)
  165.    switch11=TRUE
  166. #endif
  167.  
  168. #if(switch11)
  169.    switch53=IsOptionSelected(NIC)
  170.    #if(switch53)
  171.       CallProc(RemoveSettingsNIC)
  172.    #endif
  173.  
  174.    switch53=IsOptionSelected(Notify)
  175.    #if(switch53)
  176.       CallProc(RemoveSettingsNotify)
  177.    #endif
  178.  
  179.    switch53=IsOptionSelected(WebFind)
  180.    #if(switch53)
  181.       CallProc(RemoveSettingsWebFind)
  182.    #endif
  183.  
  184.    switch53=IsOptionSelected(FTP)
  185.    #if(switch53)
  186.       CallProc(RemoveSettingsFTP)
  187.    #endif
  188.  
  189.    switch53=IsOptionSelected(Zip)
  190.    #if(switch53)
  191.       CallProc(RemoveSettingsZip)
  192.    #endif
  193.  
  194.    switch53=IsOptionSelected(WebLaunch)
  195.    #if(switch53)
  196.       CallProc(RemoveSettingsWebLaunch)
  197.    #endif
  198.  
  199.    switch53=IsOptionSelected(NetFileFind)
  200.    #if(switch53)
  201.       CallProc(RemoveSettingsNetFileFind)
  202.    #endif
  203.  
  204.    switch53=IsOptionSelected(PatchConnect)
  205.    #if(switch53)
  206.       CallProc(RemoveSettingsPatchConnect)
  207.    #endif
  208.  
  209.    #ifnot(switch09)
  210.       CallProc(DeleteSettings)
  211.    #endif
  212. #endif
  213.  
  214. switch53=CallProcEx(CreateInstallDirs)
  215. #ifnot(switch53)
  216.    MessageBox(MB_UnableToCreateInstallDirs)
  217.    switch97=FALSE
  218.    goto(Exit)
  219. #endif
  220.  
  221. ;switch53=CallProcEx(bIsDiskOne)
  222. ;#ifnot(switch53)
  223. ;   Exit()
  224. ;#endif
  225.  
  226. switch53=CallProcEx(bInstallLiveUpdate)
  227. #ifnot(switch53)
  228.    DeselectOption(LiveUpdate)
  229. #endif
  230.  
  231. Copy()
  232.  
  233. CallProc(HourglassOn)
  234.  
  235. CallProc(RegisterSharedLocation)
  236. CallProc(RegisterSharedUsage)
  237. CallProc(RegisterSharedUsage_LiveUpdate)
  238. CallProc(RegisterProductInfo)
  239.  
  240. switch53=CallProcEx(bWinInetNewer)
  241. #if(switch53)
  242.    CallProc(InstallWinInet)
  243. #endif
  244.  
  245. switch53=IsOptionSelected(NIC)
  246. #if(switch53)
  247.    CallProc(AddSettingsNIC)
  248. #endif
  249.    
  250. switch53=IsOptionSelected(WebFind)
  251. #if(switch53)
  252.    CallProc(AddSettingsWebFind)
  253.    #if(switch11)
  254.       CallProc(DefaultSettingsWebFind)
  255.    #endif
  256. #endif
  257.    
  258. switch53=IsOptionSelected(Notify)
  259. #if(switch53)
  260.    CallProc(AddSettingsNotify)
  261.    #if(switch11)
  262.       CallProc(DefaultSettingsNotify)
  263.    #endif
  264. #endif
  265.    
  266. switch53=IsOptionSelected(FTP)
  267. #if(switch53)
  268.    CallProc(AddSettingsFTP)
  269.    #if(switch11)
  270.       CallProc(DefaultSettingsFTP)
  271.       CallProc(MergeFTPSites)
  272.    #endif
  273.    CallProc(RegisterSharedUsage_FTP)
  274. #endif
  275.  
  276. switch53=IsOptionSelected(Zip)
  277. #if(switch53)
  278.    CallProc(AddSettingsZip)
  279.    CallProc(RegisterSharedUsage_Zip)
  280.    #if(switch11)
  281.       CallProc(DefaultSettingsZip)
  282.    #endif
  283. #endif
  284.  
  285. switch53=IsOptionSelected(WebLaunch)
  286. #if(switch53)
  287.    CallProc(AddSettingsWebLaunch)
  288.    #if(switch11)
  289.       CallProc(DefaultSettingsWebLaunch)
  290.    #endif
  291. #endif
  292.  
  293. switch53=IsOptionSelected(NetFileFind)
  294. #if(switch53)
  295.    CallProc(AddSettingsNetFileFind)
  296.    #if(switch11)
  297.       CallProc(DefaultSettingsNetFileFind)
  298.    #endif
  299. #endif
  300.  
  301. switch53=IsOptionSelected(PatchConnect)
  302. #if(switch53)
  303.    CallProc(AddSettingsPatchConnect)
  304. #endif
  305.  
  306. CallProc(HourglassOff)
  307.  
  308. Groups(MainGroup)
  309.  
  310. ResetTarget(SetTargetToTarget1)
  311.  
  312. WizardPanel(WizTechSupport, siwrodan.dll)
  313. WizardProcessPanel()
  314.  
  315. WizardPanel(WizHowToReach, siwrodan.dll)
  316. WizardProcessPanel()
  317.  
  318. Delete(DelWintDist)
  319.  
  320. #if(switch02)
  321.    switch96=FALSE
  322.    switch97=TRUE
  323.    switch98=FALSE
  324. #else
  325.    switch96=FALSE
  326.    switch97=FALSE
  327.    switch98=TRUE
  328. #endif
  329.  
  330. WizardPanel(WizFinish, siwrodan.dll)
  331. WizardProcessPanel()
  332.  
  333. :Exit
  334. #if(switch97)
  335.    switch53=CallProcEx(bRestartWindows)
  336.    #if(switch53)
  337.       ExitRestart()
  338.    #else
  339.       Exit()
  340.    #endif
  341. #endif
  342.  
  343. #if(switch98)
  344.    switch53=CallProcEx(bRebootSystem)
  345.    #if(switch53)
  346.       RebootNT()
  347.    #else
  348.       Exit()
  349.    #endif
  350. #endif
  351.  
  352. Exit()
  353.  
  354. ;###########################################################################
  355. ;###########################################################################
  356.  
  357. ;***************************************************************************
  358. ;* SubProc Executed When Install Takes Over As Shell
  359. ;***************************************************************************
  360.  
  361. [subproc]
  362. Backup(CustDLLCopy)            ; Copy custom dll to windows dir
  363. Backup(SettingsDLLCopy)
  364. Return()
  365.  
  366.  
  367. ;***************************************************************************
  368. ;* Dialog Info                                                             *
  369. ;***************************************************************************
  370.  
  371. [MainCopy:CopyDialog]
  372. caption = "Copying files..."
  373. posx = -1
  374. posy = -20
  375.  
  376. [MainCopy:Primary]
  377. caption = "Select Components"
  378. button1 = "Select..."
  379. button2 = "Select..."
  380. button3 = "Select..."
  381. button4 = "Select..."
  382. button5 = "Select..."
  383. text = PrimaryText
  384.  
  385. [PrimaryText]
  386. "Please select the items you want to install.  If a selection"
  387. "has a button to the right, you can select individual files or"
  388. "components."
  389.  
  390. ;***************************************************************************
  391. ;* Message Text                                                            *
  392. ;***************************************************************************
  393.  
  394. [cancel]
  395. caption = "Exit Install?"
  396. text    = "Are you sure that you want to exit?"
  397.  
  398. [cancelshell]
  399. caption = "Exit Install?"
  400. "You have chosen to cancel the Install"
  401. "program. In order to reset the Windows"
  402. "environment, Install will also restart"
  403. "Windows. Are you sure you want to exit?"
  404.  
  405. [FileCopy]
  406. copycaption             = "Installing Files"
  407. errorcaption    = "Error Copying Files"
  408. insertcaption   = "Insert Diskette"
  409. Message                 = MessageText
  410.  
  411. [NotImplemented]
  412. caption = "Feature Not Implemented"
  413. "This feature has not yet been implemented."
  414.  
  415. [MB_IncorrectWinVer]
  416. caption = "Incorrect Windows Version"
  417. "Internet FastFind 1.0 requires Windows 95 or Windows NT 4.0 or later.  Setup is unable to proceed."
  418.  
  419. ;KLUDGE - Remove when support added
  420. [MB_CustomInstallNotSupported]
  421. caption="Internet FastFind Setup"
  422. "Custom installation is not yet supported.  A full install will be performed."
  423. ;END KLUDGE
  424.  
  425. [MB_UnableToCreateInstallDirs]
  426. caption="Fatal Error"
  427. "Cannot create target directories.  Setup is unable to proceed."
  428.  
  429. ;***************************************************************************
  430. ;* File Exist verifications                                                *
  431. ;***************************************************************************
  432.  
  433. ;***************************************************************************
  434. ;* Delete Files                                                            *
  435. ;***************************************************************************
  436.  
  437. [DelWintDist]
  438. wintdist.exe, TARGET1
  439.  
  440. ;***************************************************************************
  441. ;* External function calls (DLL)                                           *
  442. ;***************************************************************************
  443.  
  444. [InitCustomDLL]
  445. dll = siwrodan.dll
  446. function = InitCustomDLL
  447.  
  448. [ExitHookProc]
  449. dll = siwrodan.dll
  450. function = ReleaseCustomDLL
  451.  
  452. [TestFunction]
  453. dll=siwrodan.dll
  454. function=TestFunction
  455.  
  456. [CheckForExistingProduct]
  457. dll=siwrodan.dll
  458. function=CheckForExistingProduct
  459.  
  460. [SetDefaultProductDirectory]
  461. dll=siwrodan.dll
  462. function=SetDefaultProductDirectory
  463.  
  464. [SetSymantecDirectory]
  465. dll=siwrodan.dll
  466. function=SetSymantecDirectory
  467.  
  468. [CreateInstallDirs]
  469. dll=siwrodan.dll
  470. function=CreateInstallDirs
  471.  
  472. [RegisterSharedLocation]
  473. dll=siwrodan.dll
  474. function=RegisterSharedLocation
  475.  
  476. [RegisterSharedUsage]
  477. dll=siwrodan.dll
  478. function=RegisterSharedUsage
  479.  
  480. [RegisterSharedUsage_Zip]
  481. dll=siwrodan.dll
  482. function=RegisterSharedUsage_Zip
  483.  
  484. [RegisterSharedUsage_FTP]
  485. dll=siwrodan.dll
  486. function=RegisterSharedUsage_FTP
  487.  
  488. [RegisterProductInfo]
  489. dll=siwrodan.dll
  490. function=RegisterProductInfo
  491.  
  492. [KillRunningTasks]
  493. dll=siwrodan.dll
  494. function=KillRunningTasks
  495.  
  496. [HourglassOn]
  497. dll=siwrodan.dll
  498. function=HourglassOn
  499.  
  500. [HourglassOff]
  501. dll=siwrodan.dll
  502. function=HourglassOff
  503.  
  504. [NukeV1]
  505. dll=siwrodan.dll
  506. function=NukeV1
  507.  
  508. [SetUninstallFlags]
  509. dll=siwrodan.dll
  510. function=SetUninstallFlags
  511.  
  512. [RemoveUninstallFlags]
  513. dll=siwrodan.dll
  514. function=RemoveUninstallFlags
  515.  
  516. [DeleteSettings]
  517. dll=siwrodan.dll
  518. function=DeleteSettings
  519.  
  520. [bIsDiskOne]
  521. dll=siwrodan.dll
  522. function=bIsDiskOne
  523.  
  524. [AddSettingsNIC]
  525. dll=siwrodan.dll
  526. function=AddSettingsNIC
  527.  
  528. [RemoveSettingsNIC]
  529. dll=siwrodan.dll
  530. function=RemoveSettingsNIC
  531.  
  532. [AddSettingsWebFind]
  533. dll=siwrodan.dll
  534. function=AddSettingsWebFind
  535.  
  536. [RemoveSettingsWebFind]
  537. dll=siwrodan.dll
  538. function=RemoveSettingsWebFind
  539.  
  540. [AddSettingsNotify]
  541. dll=siwrodan.dll
  542. function=AddSettingsNotify
  543.  
  544. [RemoveSettingsNotify]
  545. dll=siwrodan.dll
  546. function=RemoveSettingsNotify
  547.  
  548. [AddSettingsFTP]
  549. dll=siwrodan.dll
  550. function=AddSettingsFTP
  551.  
  552. [RemoveSettingsFTP]
  553. dll=siwrodan.dll
  554. function=RemoveSettingsFTP
  555.  
  556. [AddSettingsZip]
  557. dll=siwrodan.dll
  558. function=AddSettingsZip
  559.  
  560. [RemoveSettingsZip]
  561. dll=siwrodan.dll
  562. function=RemoveSettingsZip
  563.  
  564. [AddSettingsWebLaunch]
  565. dll=siwrodan.dll
  566. function=AddSettingsWebLaunch
  567.  
  568. [RemoveSettingsWebLaunch]
  569. dll=siwrodan.dll
  570. function=RemoveSettingsWebLaunch
  571.  
  572. [DefaultSettingsExplorerExtensions]
  573. dll=siwrodan.dll
  574. function=DefaultSettingsExplorerExtensions
  575.  
  576. [InstallWinInet]
  577. dll=siwrodan.dll
  578. function=InstallWinInet
  579.  
  580. [MergeFTPSites]
  581. dll=siwrodan.dll
  582. function=MergeFTPSites
  583.  
  584. [AddSettingsNetFileFind]
  585. dll=siwrodan.dll
  586. function=AddSettingsNetFileFind
  587.  
  588. [RemoveSettingsNetFileFind]
  589. dll=siwrodan.dll
  590. function=RemoveSettingsNetFileFind
  591.  
  592. [AddSettingsPatchConnect]
  593. dll=siwrodan.dll
  594. function=AddSettingsPatchConnect
  595.  
  596. [RemoveSettingsPatchConnect]
  597. dll=siwrodan.dll
  598. function=RemoveSettingsPatchConnect
  599.  
  600. [RefreshDesktop]
  601. dll=siwrodan.dll
  602. function=RefreshDesktop
  603.  
  604. [bRestartWindows]
  605. dll=siwrodan.dll
  606. function=bRestartWindows
  607.  
  608. [bRebootSystem]
  609. dll=siwrodan.dll
  610. function=bRebootSystem
  611.  
  612. [DefaultSettingsWebFind]
  613. dll=siwrodan.dll
  614. function=DefaultSettingsWebFind
  615.  
  616. [DefaultSettingsNotify]
  617. dll=siwrodan.dll
  618. function=DefaultSettingsNotify
  619.  
  620. [DefaultSettingsFTP]
  621. dll=siwrodan.dll
  622. function=DefaultSettingsFTP
  623.  
  624. [DefaultSettingsZip]
  625. dll=siwrodan.dll
  626. function=DefaultSettingsZip
  627.  
  628. [DefaultSettingsWebLaunch]
  629. dll=siwrodan.dll
  630. function=DefaultSettingsWebLaunch
  631.  
  632. [DefaultSettingsNetFileFind]
  633. dll=siwrodan.dll
  634. function=DefaultSettingsNetFileFind
  635.  
  636. [SetLiveUpdateDirectory]
  637. dll=siwrodan.dll
  638. function=SetLiveUpdateDirectory
  639.  
  640. [RegisterSharedUsage_LiveUpdate]
  641. dll=siwrodan.dll
  642. function=RegisterSharedUsage_LiveUpdate
  643.  
  644. [StartWebLaunch]
  645. dll=siwrodan.dll
  646. function=StartWebLaunch
  647.  
  648. [StartNotify]
  649. dll=siwrodan.dll
  650. function=StartNotify
  651.  
  652. [DelWinInit]
  653. dll=siwrodan.dll
  654. function=DelWinInit
  655.  
  656. [bInstallLiveUpdate]
  657. dll=siwrodan.dll
  658. function=bInstallLiveUpdate
  659.  
  660. [bIsAdmin]
  661. dll=siwrodan.dll
  662. function=bIsAdmin
  663.  
  664. [MB_NeedAdminToInstall]
  665. dll=siwrodan.dll
  666. function=MB_NeedAdminToInstall
  667.  
  668. [AddLiveUpdateToProgramGroup]
  669. dll=siwrodan.dll
  670. function=AddLiveUpdateToProgramGroup
  671.  
  672. [bWinInetNewer]
  673. dll=siwrodan.dll
  674. function=bWinInetNewer
  675.  
  676. [bIsSufficientDiskSpace]
  677. dll=siwrodan.dll
  678. function=bIsSufficientDiskSpace
  679.  
  680. ;***************************************************************************
  681. ;* Misc install functions                                                  *
  682. ;***************************************************************************
  683.  
  684. [Bitmaps]
  685. color = %s\symantec.rle, -1, -1
  686.  
  687. [MainCopy:Advo]
  688. posx = 20
  689. posy = 20
  690. location = siwrodan.dll
  691. count = 1
  692. BitmapsOnly=1
  693.  
  694. [SaveRegGroup]
  695. WINDOWS, system.iff, user.iff
  696.  
  697. ;***************************************************************************
  698. ;* Set Directories                                                         *
  699. ;***************************************************************************
  700.  
  701. [CrDirTarget]
  702. %s, TARGET1
  703.  
  704. [SetTargetToTarget1]
  705. reset = TARGET
  706. location = %s, TARGET1
  707.  
  708.  
  709. ;***************************************************************************
  710. ;* File backup                                                             *
  711. ;***************************************************************************
  712.  
  713. [CustDLLCopy]
  714. siwrodan.dll, siwrodan.dll, SOURCE, TEMPDIR
  715.  
  716. [SettingsDLLCopy]
  717. settings.dll, settings.dll, SOURCE, TEMPDIR
  718.  
  719. ;***************************************************************************
  720. ;* Autoexec Mods                                                           *
  721. ;***************************************************************************
  722.  
  723. ;***************************************************************************
  724. ;* SetShell section                                                        *
  725. ;***************************************************************************
  726.  
  727. [SetShell]
  728. WinIniName = win.ini
  729. SystemIniName = system.ini
  730. Message = MessageBox.SetShellMessage
  731. SysSectionName = boot
  732. WinSectionName = windows
  733. shell = %s\setup.exe
  734. load =
  735. run =
  736. SetShellIfLoaded=
  737. Backup = Backup.SetShellSave
  738. Restore = Backup.SetShellRestore
  739. Active=no
  740. IfActiveList=LoadedList
  741. SubProcess=SubProc
  742.  
  743. [SetShellSave]
  744. win.ini, win.siw, WINDOWS, WINDOWS
  745. system.ini, system.siw, WINDOWS, WINDOWS
  746.  
  747. [SetShellRestore]
  748. system.siw, system.ini, WINDOWS, WINDOWS
  749. win.siw, win.ini, WINDOWS, WINDOWS
  750.  
  751. [_LoadedList]
  752.  
  753. [SetShellMessage]
  754. caption  =  "Internet FastFind Setup"
  755. "Welcome to Internet FastFind Setup.  Please select OK to allow Setup to restart Windows and continue the installation.  Press Cancel to exit Setup."
  756.  
  757.  
  758. ;***************************************************************************
  759. ;* Groups                                                                  *
  760. ;***************************************************************************
  761.  
  762. [MainGroup]
  763. "Internet FastFind", nn.grp
  764.  
  765. [Internet FastFind]
  766. "WebFind",                          webfind.exe,   WebFind,,TARGET1,,,,TARGET1
  767. "Internet FastFind",                iff.exe,       NIC,,TARGET1,,,,TARGET1
  768. "Notify",                           notify.exe,    Notify,,TARGET1,,,,TARGET1
  769. "PatchConnect",                     pconnect.exe,  PatchConnect,,TARGET1,,,,TARGET1
  770. "NetFileFind",                      netff.exe,     NetFileFind,,TARGET1,,,,TARGET1
  771. "Internet FastFind Release Notes",  readme.txt,    RequiredFiles,,TARGET1,,,,TARGET1
  772.  
  773. ;***************************************************************************
  774. ;* Copy                                                                    *
  775. ;***************************************************************************
  776.  
  777. [MainCopy]
  778. ;SelectionType.ComponentName,    "SelectionDlgText",               Size,    Required?,<Files>?,ShowItem?
  779.  
  780. CopyMain.RequiredFiles,          "Required Files - %ldK",            0,       Y,          N,          Y
  781. CopyMain.LiveUpdate,             "Symantec LiveUpdate - %ldK",       0,       N,          N,          N
  782. CopyMain.NIC,                    "Internet FastFind - %ldK",         0,       N,          N,          Y
  783. CopyMain.WebFind,                "WebFind - %ldK",                   0,       N,          N,          Y
  784. CopyMain.Notify,                 "Notify - %ldK",                    0,       N,          N,          Y
  785. CopyMain.FTP,                    "EasyFTP - %ldK",                   0,       N,          N,          Y
  786. CopyMain.Zip,                    "EasyZIP - %ldK",                   0,       N,          N,          Y
  787. CopyMain.WebLaunch,              "WebLaunch - % ldK",                0,       N,          N,          Y
  788. CopyMain.PatchConnect,           "PatchConnect - % ldK",             0,       N,          N,          Y
  789. CopyMain.NetFileFind,            "NetFileFind - % ldK",              0,       N,          N,          Y
  790.  
  791. ;***************************************************************************
  792. ;* Wizard Panels                                                           *
  793. ;***************************************************************************
  794.  
  795. [WizWelcome]
  796. Caption="Internet FastFind Setup"
  797. Title="Welcome"
  798. DlgProc=_WelcomeDlgProc@16
  799. ResourceID=501
  800. Bitmap16=900
  801. PanelDataProc=_WelcomeDataProc@0
  802. PanelFlags=First
  803.  
  804. [WizLicense]
  805. Caption="Internet FastFind Setup"
  806. DlgProc=_LicenseDlgProc@16
  807. PanelDataProc=_LicenseDataProc@0
  808. ResourceId=502
  809.  
  810. [WizSelectLocation]
  811. Caption="Internet FastFind Setup"
  812. Title="Program Location"
  813. DlgProc=SIW_ProductDlgProc
  814. ResourceId=1000
  815. Bitmap16=903
  816. PanelDataProc=DefaultDataProc
  817.  
  818. [WizSetupReview]
  819. Caption="Internet FastFind Setup"
  820. Title="Setup Review"
  821. DlgProc=SIW_ProductDlgProc
  822. ResourceId=1001
  823. Bitmap16=900
  824. PanelDataProc=DefaultDataProc
  825.  
  826. [WizTechSupport]
  827. Caption="Internet FastFind Setup"
  828. Title="Symantec Support Solutions"
  829. DlgProc=_TechSupDlgProc@16
  830. Bitmap16=207
  831. ResourceId=507
  832. PanelFlags=First
  833.  
  834. [WizHowToReach]
  835. Caption="Internet FastFind Setup"
  836. Title="How to Reach Us"
  837. DlgProc=_ReachDlgProc@16
  838. ResourceId=513
  839. Bitmap16=213
  840.  
  841. [WizFinish]
  842. Caption="Internet FastFind Setup"
  843. Title="Installation Complete"
  844. DlgProc=SIW_ProductDlgProc
  845. ResourceId=1003
  846. ;Bitmap16=906
  847. Bitmap16=900
  848. PanelDataProc=DefaultDataProc
  849. PanelFlags=last+finish
  850.  
  851. [WizKeepSettings]
  852. Caption="Internet FastFind Setup"
  853. Title="Keep Current Settings?"
  854. DlgProc=SIW_ProductDlgProc
  855. ResourceId=1010
  856. Bitmap16=900
  857. PanelDataProc=DefaultDataProc
  858.  
  859. [WizRegisterNow]
  860. Caption="Internet FastFind Setup"
  861. Title="Register Now"
  862. DlgProc=_RegNowDlgProc@16
  863. PanelDataProc=_RegNowDataProc@0
  864. ResourceId=504
  865. Bitmap16=204
  866. PanelFlags=first+Skip
  867.  
  868. [WizRegisterPersonal]
  869. Caption="Internet FastFind Setup"
  870. DlgProc=_UsaRegDlgProc@16
  871. PanelDataProc=_UsaRegDataProc@0
  872. ResourceId=505
  873. PanelFlags=Skip
  874.  
  875. [WizRegisterMarketing]
  876. Caption="Internet FastFind Setup"
  877. DlgProc=_MarketingDlgProc@16
  878. PanelDataProc=_MarketingDataProc@0
  879. ResourceId=506
  880. PanelFlags=Skip
  881.  
  882. [WizRegisterDecide]
  883. Caption="Internet FastFind Setup"
  884. Title="Send Us Your Form"
  885. DlgProc=_SendRegDlgProc@16
  886. PanelDataProc=_SendRegDataProc@0
  887. ResourceId=514
  888. Bitmap16=214
  889. PanelFlags=Skip
  890.  
  891. [WizNoDiskSpace]
  892. Caption="Internet FastFind Setup"
  893. Title="Insufficient Disk Space"
  894. DlgProc=SIW_ProductDlgProc
  895. ResourceId=1011
  896. Bitmap16=900
  897. PanelDataProc=DefaultDataProc
  898.  
  899.