home *** CD-ROM | disk | FTP | other *** search
Wrap
[Version] Signature="$Chicago$" AdvancedINF=2.5, "%ERROR_WRONG_ADVPACK_VERSION%" [DefaultInstall] SmartReboot=I BeginPrompt =NetShowPrompt.WarnMustStopIIS RunPreSetupCommands=Service.IIS.Stop CustomDestination=NetShow.Destination CopyFiles =NetShowCopy.Core, NetShowCopy.INF AddReg =NetShowUninstallKey.95 RunPostSetupCommands=Service.IIS.Start EndPrompt =NetShowPrompt.InstallComplete [DefaultInstall.NT] SmartReboot =I CheckAdminRights=1 BeginPrompt =NetShowPrompt.WarnMustStopIIS RunPreSetupCommands=Service.IIS.Stop CustomDestination=NetShow.Destination CopyFiles =NetShowCopy.Core, NetShowCopy.INF AddReg =NetShowUninstallKey.NT EndPrompt =NetShowPrompt.InstallComplete [Uninstall] SmartReboot =I CustomDestination=NetShow.Destination DelReg =NetShowReg.Delete DelFiles =NetShowCopy.Core, NetShowCopy.INF.Remove EndPrompt =NetShowPrompt.UninstallComplete CleanUp=1 [Uninstall.NT] SmartReboot =I CheckAdminRights=1 CustomDestination=NetShow.Destination DelReg =NetShowReg.Delete DelFiles =NetShowCopy.Core, NetShowCopy.INF.Remove EndPrompt =NetShowPrompt.UninstallComplete CleanUp=1 [NetShow.Destination] 49000,49001,49002=PathForISAPI,7 [PathForISAPI] HKLM,"Software\Microsoft\NetShow","ISAPIPath","","%24%" ,,,"%WARN_NO_IIS%","" [DestinationDirs] ; NetShowDirectory NetShowCopy.Core =49002 ;LDID_INF NetShowCopy.INF =17 [Service.IIS.Stop] unnsisap.exe /SetLocation unnsisap.exe /ShutDownIIS [Service.IIS.Start] %17%\unnsisap.exe /StartIIS [NetShowPrompt.InstallComplete] Prompt="%PROMPT_INSTALL_COMPLETE%" [NetShowPrompt.UninstallComplete] Prompt="%PROMPT_UNINSTALL_COMPLETE%" [NetShowPrompt.WarnMustStopIIS] Title="%TITLE_INSTALL%" ButtonType=YESNO Prompt="%CONFIRM_STOPIIS%" [NetShowReg.Delete] HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%NETSHOW_INSTALLNAME%" [NetShowUninstallKey.95] HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%NETSHOW_INSTALLNAME%","DisplayName",2,"%NETSHOW_INSTALLNAME_LOC%" HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%NETSHOW_INSTALLNAME%","UninstallString",2,"RunDll32 advpack.dll,LaunchINFSection %17%\%NS_INF_NAME%,Uninstall" [NetShowUninstallKey.NT] HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%NETSHOW_INSTALLNAME%","DisplayName",2,"%NETSHOW_INSTALLNAME_LOC%" HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%NETSHOW_INSTALLNAME%","UninstallString",2,"RunDll32 advpack.dll,LaunchINFSection %17%\%NS_INF_NAME%,Uninstall.NT" [SourceDisksNames] 1 = "NetShow ISAPI Extension Install",nsisapi.cab,0 [SourceDisksFiles] nsiislog.dll=1 unnsisap.exe=1 nsisapi.inf=1 nsiswrap.inf=1 [NetShowCopy.Core] nsiislog.dll,,,1 [NetShowCopy.INF] nsisapi.inf nsiswrap.inf unnsisap.exe [NetShowCopy.INF.Remove] unnsisap.exe [Strings] NS_INF_NAME = "nsiswrap.inf" NETSHOW_INSTALLNAME= "Microsoft NetShow Server 2.0" ;//////////////////////////////////////////////////////// ;// Only localize strings below this line ;//////////////////////////////////////////////////////// LANGUAGE="EN" NETSHOW_INSTALLNAME_LOC= "NetShow ISAPI Extension" PROMPT_INSTALL_COMPLETE = "NetShow ISAPI Extension installation is now complete." PROMPT_UNINSTALL_COMPLETE = "NetShow ISAPI Extension uninstall is now complete." TITLE_UNINSTALL="NetShow ISAPI Extension Uninstall" TITLE_INSTALL="NetShow ISAPI Extension Install" ;Error Messages ERROR_ENGINE_NOTFOUND = "Cannot find the required setup engine. Aborting..." ERROR_WRONG_ADVPACK_VERSION = "You need a newer version of Advpack.dll." WARN_NO_IIS = "You do not have IIS installed. Setup cannot continue." CONFIRM_STOPIIS ="All IIS services must be stopped in order to install this ISAPI extension. They will be restarted when setup is complete. Do you wish to continue?"