home *** CD-ROM | disk | FTP | other *** search
INI File | 1996-11-07 | 21.0 KB | 899 lines |
- ;******************************************************************************
- ;* Internet FastFind 1.0 installation script (International English) *
- ;******************************************************************************
-
- ; Script Switch Numbers
-
- ; SWITCH_IS_NT40 01
- ; SWITCH_IS_WIN95 02
-
- ; SWITCH_PRODUCT_EXISTS 08
-
- ; SWITCH_CUSTOM_INSTALL 09
-
- ; SWITCH_RESTORE_DEFAULTS 11
-
- ; SWITCH_SELECTED_NIC 20
- ; SWITCH_SELECTED_WEBFIND 21
- ; SWITCH_SELECTED_NOTIFY 22
- ; SWITCH_SELECTED_FTP 23
- ; SWITCH_SELECTED_ZIP 24
- ; SWITCH_SELECTED_WEBLAUNCH 25
- ; SWITCH_SELECTED_PATCHCONNECT 26
- ; SWITCH_SELECTED_NETFILEFIND 27
-
- ; SWITCH_PREVIOUS 50
- ; SWITCH_NEXT 51
- ; SWITCH_CANCEL 52
-
- ; SWITCH_EXIT_CONTINUE 96
- ; SWITCH_EXIT_RESTART 97
- ; SWITCH_EXIT_REBOOT 98
-
- [InstallVersion]
- 4.0
-
- [process]
- EnableForceWrite()
- EnableOverwrite()
- EnableWin95Shell()
- Enable256Advos()
- SaveRegistry(SaveRegGroup)
- SetActiveCopy(MainCopy, install.inf)
- Backup(CustDLLCopy)
- Backup(SettingsDLLCopy)
- ;Bitmaps(Bitmaps)
- DisableHelp()
- CallProc(InitCustomDLL)
-
- #ifnot(switch01)
- #ifnot(switch02)
- MessageBox(MB_IncorrectWinVer)
- switch97=FALSE
- Exit()
- #endif
- #endif
-
- #if(switch01)
- switch53=CallProcEx(bIsAdmin)
- #ifnot(switch53)
- CallProc(MB_NeedAdminToInstall)
- goto(Exit)
- #endif
- #endif
-
- CallProc(DelWinInit)
-
- switch20=TRUE
- switch21=TRUE
- switch22=TRUE
- switch23=TRUE
- switch24=TRUE
- switch25=TRUE
- switch26=TRUE
- switch27=TRUE
-
- CallProc(KillRunningTasks)
-
- CallProc(CheckForExistingProduct)
-
- CallProc(SetDefaultProductDirectory)
-
- WizardPanel(WizWelcome, siwrodan.dll)
- WizardProcessPanel()
-
- WizardPanel(WizLicense, siwrodan.dll)
- WizardProcessPanel()
-
- #if(switch20)
- SelectOption(NIC)
- #else
- DeselectOption(NIC)
- #endif
-
- #if(switch21)
- SelectOption(WebFind)
- #else
- DeselectOption(WebFind)
- #endif
-
- #if(switch22)
- SelectOption(Notify)
- #else
- DeselectOption(Notify)
- #endif
-
- #if(switch23)
- SelectOption(FTP)
- #else
- DeselectOption(FTP)
- #endif
-
- #if(switch24)
- SelectOption(Zip)
- #else
- DeselectOption(Zip)
- #endif
-
- #if(switch25)
- SelectOption(WebLaunch)
- #else
- DeselectOption(WebLaunch)
- #endif
-
- #if(switch26)
- SelectOption(PatchConnect)
- #else
- DeselectOption(PatchConnect)
- #endif
-
- #if(switch27)
- SelectOption(NetFileFind)
- #else
- DeselectOption(NetFileFind)
- #endif
-
- SelectOption(LiveUpdate)
- SelectOption(RequiredFiles)
-
- WizardPanel(WizSelectLocation, siwrodan.dll)
- WizardProcessPanel()
- CallProc(SetSymantecDirectory)
- CallProc(SetLiveUpdateDirectory)
-
- WizardIncludePanel(WizKeepSettings)
- WizardPanel(WizKeepSettings, siwrodan.dll)
- #if(switch08)
- WizardProcessPanel()
- #else
- WizardExcludePanel(WizKeepSettings)
- #endif
-
- ;WizardIncludePanel(WizNoDiskSpace)
- ;WizardPanel(WizNoDiskSpace, siwrodan.dll)
- ;switch53=CallProcEx(bIsSufficientDiskSpace)
- ;#ifnot(switch53)
- ; WizardProcessPanel()
- ;#else
- ; WizardExcludePanel(WizNoDiskSpace)
- ;#endif
-
- WizardPanel(WizSetupReview, siwrodan.dll)
- WizardProcessPanel()
-
- #ifnot(switch08)
- switch11=TRUE
- #endif
-
- #if(switch11)
- switch53=IsOptionSelected(NIC)
- #if(switch53)
- CallProc(RemoveSettingsNIC)
- #endif
-
- switch53=IsOptionSelected(Notify)
- #if(switch53)
- CallProc(RemoveSettingsNotify)
- #endif
-
- switch53=IsOptionSelected(WebFind)
- #if(switch53)
- CallProc(RemoveSettingsWebFind)
- #endif
-
- switch53=IsOptionSelected(FTP)
- #if(switch53)
- CallProc(RemoveSettingsFTP)
- #endif
-
- switch53=IsOptionSelected(Zip)
- #if(switch53)
- CallProc(RemoveSettingsZip)
- #endif
-
- switch53=IsOptionSelected(WebLaunch)
- #if(switch53)
- CallProc(RemoveSettingsWebLaunch)
- #endif
-
- switch53=IsOptionSelected(NetFileFind)
- #if(switch53)
- CallProc(RemoveSettingsNetFileFind)
- #endif
-
- switch53=IsOptionSelected(PatchConnect)
- #if(switch53)
- CallProc(RemoveSettingsPatchConnect)
- #endif
-
- #ifnot(switch09)
- CallProc(DeleteSettings)
- #endif
- #endif
-
- switch53=CallProcEx(CreateInstallDirs)
- #ifnot(switch53)
- MessageBox(MB_UnableToCreateInstallDirs)
- switch97=FALSE
- goto(Exit)
- #endif
-
- ;switch53=CallProcEx(bIsDiskOne)
- ;#ifnot(switch53)
- ; Exit()
- ;#endif
-
- switch53=CallProcEx(bInstallLiveUpdate)
- #ifnot(switch53)
- DeselectOption(LiveUpdate)
- #endif
-
- Copy()
-
- CallProc(HourglassOn)
-
- CallProc(RegisterSharedLocation)
- CallProc(RegisterSharedUsage)
- CallProc(RegisterSharedUsage_LiveUpdate)
- CallProc(RegisterProductInfo)
-
- switch53=CallProcEx(bWinInetNewer)
- #if(switch53)
- CallProc(InstallWinInet)
- #endif
-
- switch53=IsOptionSelected(NIC)
- #if(switch53)
- CallProc(AddSettingsNIC)
- #endif
-
- switch53=IsOptionSelected(WebFind)
- #if(switch53)
- CallProc(AddSettingsWebFind)
- #if(switch11)
- CallProc(DefaultSettingsWebFind)
- #endif
- #endif
-
- switch53=IsOptionSelected(Notify)
- #if(switch53)
- CallProc(AddSettingsNotify)
- #if(switch11)
- CallProc(DefaultSettingsNotify)
- #endif
- #endif
-
- switch53=IsOptionSelected(FTP)
- #if(switch53)
- CallProc(AddSettingsFTP)
- #if(switch11)
- CallProc(DefaultSettingsFTP)
- CallProc(MergeFTPSites)
- #endif
- CallProc(RegisterSharedUsage_FTP)
- #endif
-
- switch53=IsOptionSelected(Zip)
- #if(switch53)
- CallProc(AddSettingsZip)
- CallProc(RegisterSharedUsage_Zip)
- #if(switch11)
- CallProc(DefaultSettingsZip)
- #endif
- #endif
-
- switch53=IsOptionSelected(WebLaunch)
- #if(switch53)
- CallProc(AddSettingsWebLaunch)
- #if(switch11)
- CallProc(DefaultSettingsWebLaunch)
- #endif
- #endif
-
- switch53=IsOptionSelected(NetFileFind)
- #if(switch53)
- CallProc(AddSettingsNetFileFind)
- #if(switch11)
- CallProc(DefaultSettingsNetFileFind)
- #endif
- #endif
-
- switch53=IsOptionSelected(PatchConnect)
- #if(switch53)
- CallProc(AddSettingsPatchConnect)
- #endif
-
- CallProc(HourglassOff)
-
- Groups(MainGroup)
-
- ResetTarget(SetTargetToTarget1)
-
- WizardPanel(WizTechSupport, siwrodan.dll)
- WizardProcessPanel()
-
- WizardPanel(WizHowToReach, siwrodan.dll)
- WizardProcessPanel()
-
- Delete(DelWintDist)
-
- #if(switch02)
- switch96=FALSE
- switch97=TRUE
- switch98=FALSE
- #else
- switch96=FALSE
- switch97=FALSE
- switch98=TRUE
- #endif
-
- WizardPanel(WizFinish, siwrodan.dll)
- WizardProcessPanel()
-
- :Exit
- #if(switch97)
- switch53=CallProcEx(bRestartWindows)
- #if(switch53)
- ExitRestart()
- #else
- Exit()
- #endif
- #endif
-
- #if(switch98)
- switch53=CallProcEx(bRebootSystem)
- #if(switch53)
- RebootNT()
- #else
- Exit()
- #endif
- #endif
-
- Exit()
-
- ;###########################################################################
- ;###########################################################################
-
- ;***************************************************************************
- ;* SubProc Executed When Install Takes Over As Shell
- ;***************************************************************************
-
- [subproc]
- Backup(CustDLLCopy) ; Copy custom dll to windows dir
- Backup(SettingsDLLCopy)
- Return()
-
-
- ;***************************************************************************
- ;* Dialog Info *
- ;***************************************************************************
-
- [MainCopy:CopyDialog]
- caption = "Copying files..."
- posx = -1
- posy = -20
-
- [MainCopy:Primary]
- caption = "Select Components"
- button1 = "Select..."
- button2 = "Select..."
- button3 = "Select..."
- button4 = "Select..."
- button5 = "Select..."
- text = PrimaryText
-
- [PrimaryText]
- "Please select the items you want to install. If a selection"
- "has a button to the right, you can select individual files or"
- "components."
-
- ;***************************************************************************
- ;* Message Text *
- ;***************************************************************************
-
- [cancel]
- caption = "Exit Install?"
- text = "Are you sure that you want to exit?"
-
- [cancelshell]
- caption = "Exit Install?"
- "You have chosen to cancel the Install"
- "program. In order to reset the Windows"
- "environment, Install will also restart"
- "Windows. Are you sure you want to exit?"
-
- [FileCopy]
- copycaption = "Installing Files"
- errorcaption = "Error Copying Files"
- insertcaption = "Insert Diskette"
- Message = MessageText
-
- [NotImplemented]
- caption = "Feature Not Implemented"
- "This feature has not yet been implemented."
-
- [MB_IncorrectWinVer]
- caption = "Incorrect Windows Version"
- "Internet FastFind 1.0 requires Windows 95 or Windows NT 4.0 or later. Setup is unable to proceed."
-
- ;KLUDGE - Remove when support added
- [MB_CustomInstallNotSupported]
- caption="Internet FastFind Setup"
- "Custom installation is not yet supported. A full install will be performed."
- ;END KLUDGE
-
- [MB_UnableToCreateInstallDirs]
- caption="Fatal Error"
- "Cannot create target directories. Setup is unable to proceed."
-
- ;***************************************************************************
- ;* File Exist verifications *
- ;***************************************************************************
-
- ;***************************************************************************
- ;* Delete Files *
- ;***************************************************************************
-
- [DelWintDist]
- wintdist.exe, TARGET1
-
- ;***************************************************************************
- ;* External function calls (DLL) *
- ;***************************************************************************
-
- [InitCustomDLL]
- dll = siwrodan.dll
- function = InitCustomDLL
-
- [ExitHookProc]
- dll = siwrodan.dll
- function = ReleaseCustomDLL
-
- [TestFunction]
- dll=siwrodan.dll
- function=TestFunction
-
- [CheckForExistingProduct]
- dll=siwrodan.dll
- function=CheckForExistingProduct
-
- [SetDefaultProductDirectory]
- dll=siwrodan.dll
- function=SetDefaultProductDirectory
-
- [SetSymantecDirectory]
- dll=siwrodan.dll
- function=SetSymantecDirectory
-
- [CreateInstallDirs]
- dll=siwrodan.dll
- function=CreateInstallDirs
-
- [RegisterSharedLocation]
- dll=siwrodan.dll
- function=RegisterSharedLocation
-
- [RegisterSharedUsage]
- dll=siwrodan.dll
- function=RegisterSharedUsage
-
- [RegisterSharedUsage_Zip]
- dll=siwrodan.dll
- function=RegisterSharedUsage_Zip
-
- [RegisterSharedUsage_FTP]
- dll=siwrodan.dll
- function=RegisterSharedUsage_FTP
-
- [RegisterProductInfo]
- dll=siwrodan.dll
- function=RegisterProductInfo
-
- [KillRunningTasks]
- dll=siwrodan.dll
- function=KillRunningTasks
-
- [HourglassOn]
- dll=siwrodan.dll
- function=HourglassOn
-
- [HourglassOff]
- dll=siwrodan.dll
- function=HourglassOff
-
- [NukeV1]
- dll=siwrodan.dll
- function=NukeV1
-
- [SetUninstallFlags]
- dll=siwrodan.dll
- function=SetUninstallFlags
-
- [RemoveUninstallFlags]
- dll=siwrodan.dll
- function=RemoveUninstallFlags
-
- [DeleteSettings]
- dll=siwrodan.dll
- function=DeleteSettings
-
- [bIsDiskOne]
- dll=siwrodan.dll
- function=bIsDiskOne
-
- [AddSettingsNIC]
- dll=siwrodan.dll
- function=AddSettingsNIC
-
- [RemoveSettingsNIC]
- dll=siwrodan.dll
- function=RemoveSettingsNIC
-
- [AddSettingsWebFind]
- dll=siwrodan.dll
- function=AddSettingsWebFind
-
- [RemoveSettingsWebFind]
- dll=siwrodan.dll
- function=RemoveSettingsWebFind
-
- [AddSettingsNotify]
- dll=siwrodan.dll
- function=AddSettingsNotify
-
- [RemoveSettingsNotify]
- dll=siwrodan.dll
- function=RemoveSettingsNotify
-
- [AddSettingsFTP]
- dll=siwrodan.dll
- function=AddSettingsFTP
-
- [RemoveSettingsFTP]
- dll=siwrodan.dll
- function=RemoveSettingsFTP
-
- [AddSettingsZip]
- dll=siwrodan.dll
- function=AddSettingsZip
-
- [RemoveSettingsZip]
- dll=siwrodan.dll
- function=RemoveSettingsZip
-
- [AddSettingsWebLaunch]
- dll=siwrodan.dll
- function=AddSettingsWebLaunch
-
- [RemoveSettingsWebLaunch]
- dll=siwrodan.dll
- function=RemoveSettingsWebLaunch
-
- [DefaultSettingsExplorerExtensions]
- dll=siwrodan.dll
- function=DefaultSettingsExplorerExtensions
-
- [InstallWinInet]
- dll=siwrodan.dll
- function=InstallWinInet
-
- [MergeFTPSites]
- dll=siwrodan.dll
- function=MergeFTPSites
-
- [AddSettingsNetFileFind]
- dll=siwrodan.dll
- function=AddSettingsNetFileFind
-
- [RemoveSettingsNetFileFind]
- dll=siwrodan.dll
- function=RemoveSettingsNetFileFind
-
- [AddSettingsPatchConnect]
- dll=siwrodan.dll
- function=AddSettingsPatchConnect
-
- [RemoveSettingsPatchConnect]
- dll=siwrodan.dll
- function=RemoveSettingsPatchConnect
-
- [RefreshDesktop]
- dll=siwrodan.dll
- function=RefreshDesktop
-
- [bRestartWindows]
- dll=siwrodan.dll
- function=bRestartWindows
-
- [bRebootSystem]
- dll=siwrodan.dll
- function=bRebootSystem
-
- [DefaultSettingsWebFind]
- dll=siwrodan.dll
- function=DefaultSettingsWebFind
-
- [DefaultSettingsNotify]
- dll=siwrodan.dll
- function=DefaultSettingsNotify
-
- [DefaultSettingsFTP]
- dll=siwrodan.dll
- function=DefaultSettingsFTP
-
- [DefaultSettingsZip]
- dll=siwrodan.dll
- function=DefaultSettingsZip
-
- [DefaultSettingsWebLaunch]
- dll=siwrodan.dll
- function=DefaultSettingsWebLaunch
-
- [DefaultSettingsNetFileFind]
- dll=siwrodan.dll
- function=DefaultSettingsNetFileFind
-
- [SetLiveUpdateDirectory]
- dll=siwrodan.dll
- function=SetLiveUpdateDirectory
-
- [RegisterSharedUsage_LiveUpdate]
- dll=siwrodan.dll
- function=RegisterSharedUsage_LiveUpdate
-
- [StartWebLaunch]
- dll=siwrodan.dll
- function=StartWebLaunch
-
- [StartNotify]
- dll=siwrodan.dll
- function=StartNotify
-
- [DelWinInit]
- dll=siwrodan.dll
- function=DelWinInit
-
- [bInstallLiveUpdate]
- dll=siwrodan.dll
- function=bInstallLiveUpdate
-
- [bIsAdmin]
- dll=siwrodan.dll
- function=bIsAdmin
-
- [MB_NeedAdminToInstall]
- dll=siwrodan.dll
- function=MB_NeedAdminToInstall
-
- [AddLiveUpdateToProgramGroup]
- dll=siwrodan.dll
- function=AddLiveUpdateToProgramGroup
-
- [bWinInetNewer]
- dll=siwrodan.dll
- function=bWinInetNewer
-
- [bIsSufficientDiskSpace]
- dll=siwrodan.dll
- function=bIsSufficientDiskSpace
-
- ;***************************************************************************
- ;* Misc install functions *
- ;***************************************************************************
-
- [Bitmaps]
- color = %s\symantec.rle, -1, -1
-
- [MainCopy:Advo]
- posx = 20
- posy = 20
- location = siwrodan.dll
- count = 1
- BitmapsOnly=1
-
- [SaveRegGroup]
- WINDOWS, system.iff, user.iff
-
- ;***************************************************************************
- ;* Set Directories *
- ;***************************************************************************
-
- [CrDirTarget]
- %s, TARGET1
-
- [SetTargetToTarget1]
- reset = TARGET
- location = %s, TARGET1
-
-
- ;***************************************************************************
- ;* File backup *
- ;***************************************************************************
-
- [CustDLLCopy]
- siwrodan.dll, siwrodan.dll, SOURCE, TEMPDIR
-
- [SettingsDLLCopy]
- settings.dll, settings.dll, SOURCE, TEMPDIR
-
- ;***************************************************************************
- ;* Autoexec Mods *
- ;***************************************************************************
-
- ;***************************************************************************
- ;* SetShell section *
- ;***************************************************************************
-
- [SetShell]
- WinIniName = win.ini
- SystemIniName = system.ini
- Message = MessageBox.SetShellMessage
- SysSectionName = boot
- WinSectionName = windows
- shell = %s\setup.exe
- load =
- run =
- SetShellIfLoaded=
- Backup = Backup.SetShellSave
- Restore = Backup.SetShellRestore
- Active=no
- IfActiveList=LoadedList
- SubProcess=SubProc
-
- [SetShellSave]
- win.ini, win.siw, WINDOWS, WINDOWS
- system.ini, system.siw, WINDOWS, WINDOWS
-
- [SetShellRestore]
- system.siw, system.ini, WINDOWS, WINDOWS
- win.siw, win.ini, WINDOWS, WINDOWS
-
- [_LoadedList]
-
- [SetShellMessage]
- caption = "Internet FastFind Setup"
- "Welcome to Internet FastFind Setup. Please select OK to allow Setup to restart Windows and continue the installation. Press Cancel to exit Setup."
-
-
- ;***************************************************************************
- ;* Groups *
- ;***************************************************************************
-
- [MainGroup]
- "Internet FastFind", nn.grp
-
- [Internet FastFind]
- "WebFind", webfind.exe, WebFind,,TARGET1,,,,TARGET1
- "Internet FastFind", iff.exe, NIC,,TARGET1,,,,TARGET1
- "Notify", notify.exe, Notify,,TARGET1,,,,TARGET1
- "PatchConnect", pconnect.exe, PatchConnect,,TARGET1,,,,TARGET1
- "NetFileFind", netff.exe, NetFileFind,,TARGET1,,,,TARGET1
- "Internet FastFind Release Notes", readme.txt, RequiredFiles,,TARGET1,,,,TARGET1
-
- ;***************************************************************************
- ;* Copy *
- ;***************************************************************************
-
- [MainCopy]
- ;SelectionType.ComponentName, "SelectionDlgText", Size, Required?,<Files>?,ShowItem?
-
- CopyMain.RequiredFiles, "Required Files - %ldK", 0, Y, N, Y
- CopyMain.LiveUpdate, "Symantec LiveUpdate - %ldK", 0, N, N, N
- CopyMain.NIC, "Internet FastFind - %ldK", 0, N, N, Y
- CopyMain.WebFind, "WebFind - %ldK", 0, N, N, Y
- CopyMain.Notify, "Notify - %ldK", 0, N, N, Y
- CopyMain.FTP, "EasyFTP - %ldK", 0, N, N, Y
- CopyMain.Zip, "EasyZIP - %ldK", 0, N, N, Y
- CopyMain.WebLaunch, "WebLaunch - % ldK", 0, N, N, Y
- CopyMain.PatchConnect, "PatchConnect - % ldK", 0, N, N, Y
- CopyMain.NetFileFind, "NetFileFind - % ldK", 0, N, N, Y
-
- ;***************************************************************************
- ;* Wizard Panels *
- ;***************************************************************************
-
- [WizWelcome]
- Caption="Internet FastFind Setup"
- Title="Welcome"
- DlgProc=_WelcomeDlgProc@16
- ResourceID=501
- Bitmap16=900
- PanelDataProc=_WelcomeDataProc@0
- PanelFlags=First
-
- [WizLicense]
- Caption="Internet FastFind Setup"
- DlgProc=_LicenseDlgProc@16
- PanelDataProc=_LicenseDataProc@0
- ResourceId=502
-
- [WizSelectLocation]
- Caption="Internet FastFind Setup"
- Title="Program Location"
- DlgProc=SIW_ProductDlgProc
- ResourceId=1000
- Bitmap16=903
- PanelDataProc=DefaultDataProc
-
- [WizSetupReview]
- Caption="Internet FastFind Setup"
- Title="Setup Review"
- DlgProc=SIW_ProductDlgProc
- ResourceId=1001
- Bitmap16=900
- PanelDataProc=DefaultDataProc
-
- [WizTechSupport]
- Caption="Internet FastFind Setup"
- Title="Symantec Support Solutions"
- DlgProc=_TechSupDlgProc@16
- Bitmap16=207
- ResourceId=507
- PanelFlags=First
-
- [WizHowToReach]
- Caption="Internet FastFind Setup"
- Title="How to Reach Us"
- DlgProc=_ReachDlgProc@16
- ResourceId=513
- Bitmap16=213
-
- [WizFinish]
- Caption="Internet FastFind Setup"
- Title="Installation Complete"
- DlgProc=SIW_ProductDlgProc
- ResourceId=1003
- ;Bitmap16=906
- Bitmap16=900
- PanelDataProc=DefaultDataProc
- PanelFlags=last+finish
-
- [WizKeepSettings]
- Caption="Internet FastFind Setup"
- Title="Keep Current Settings?"
- DlgProc=SIW_ProductDlgProc
- ResourceId=1010
- Bitmap16=900
- PanelDataProc=DefaultDataProc
-
- [WizRegisterNow]
- Caption="Internet FastFind Setup"
- Title="Register Now"
- DlgProc=_RegNowDlgProc@16
- PanelDataProc=_RegNowDataProc@0
- ResourceId=504
- Bitmap16=204
- PanelFlags=first+Skip
-
- [WizRegisterPersonal]
- Caption="Internet FastFind Setup"
- DlgProc=_UsaRegDlgProc@16
- PanelDataProc=_UsaRegDataProc@0
- ResourceId=505
- PanelFlags=Skip
-
- [WizRegisterMarketing]
- Caption="Internet FastFind Setup"
- DlgProc=_MarketingDlgProc@16
- PanelDataProc=_MarketingDataProc@0
- ResourceId=506
- PanelFlags=Skip
-
- [WizRegisterDecide]
- Caption="Internet FastFind Setup"
- Title="Send Us Your Form"
- DlgProc=_SendRegDlgProc@16
- PanelDataProc=_SendRegDataProc@0
- ResourceId=514
- Bitmap16=214
- PanelFlags=Skip
-
- [WizNoDiskSpace]
- Caption="Internet FastFind Setup"
- Title="Insufficient Disk Space"
- DlgProc=SIW_ProductDlgProc
- ResourceId=1011
- Bitmap16=900
- PanelDataProc=DefaultDataProc
-
-