home *** CD-ROM | disk | FTP | other *** search
- ;--------------------------------------------------------------------;
- ; OrangeCD 2.1 installation script ;
- ; (c) Andrei Stcherbatchenko (stcherbachenko.as@peus.com), 1997-98 ;
- ;--------------------------------------------------------------------;
-
- [Version]
- Signature="$CHICAGO$"
-
- [DefaultInstall]
- CopyFiles=copy.prog,copy.sys,copy.inf
- UpdateInis=Shortcut.Add
- AddReg=Reg.Uninstall95.Add,Reg.Add
- DelReg=Reg.DelPrevVersion
- Uninstall=DefaultUninstall
-
- [DefaultInstall.ntx86]
- CopyFiles=copy.prog,copy.sys,copy.inf
- UpdateInis=Shortcut.Add
- AddReg=Reg.UninstallNT.Add,Reg.Add
- DelReg=Reg.DelPrevVersion
- Uninstall=DefaultUninstall
-
- [DefaultUninstall]
- DelFiles=copy.prog,copy.inf
- UpdateInis = Shortcut.Remove
- AddReg=Reg.Restore
- DelReg=Reg.Remove,Reg.Uninstall95.Remove,Reg.UninstallNT.Remove,Reg.DelPrevVersion
-
- [SourceDisksNames]
- 1="OrangeCD Installation Disk","",1
-
- [SourceDisksFiles]
- orangecd.ex_1
- orangecd.inf=1
- readme.txt=1
- setup.exe=1
- cdplayer.reg=1
- cddbview.ex_=1
- mfc42.dl_=1
- msvcrt.dl_=1
- skin.bm_=1
-
- [DestinationDirs]
- copy.prog=24,%PROGRAM_FOLDER%
- copy.inf=17
- copy.sys=11
-
- [copy.prog]
- orangecd.exe,orangecd.ex_
- cddbview.exe,cddbview.ex_
- skin.bmp,skin.bm_
- readme.txt
-
- [copy.sys]
- mfc42.dll,mfc42.dl_
- msvcrt.dll,msvcrt.dl_
-
- [copy.inf]
- orangecd.inf
-
- [Shortcut.Add]
- setup.ini,progman.groups,,"group1=%PROGMAN_FOLDER%"
- setup.ini,group1,,"""%APP_SHORTCUT%"",""""""%24%\%PROGRAM_FOLDER%\orangecd.exe"""""",,,,""%24%\%PROGRAM_FOLDER%"""
- setup.ini,group1,,"""%README_SHORTCUT%"",""""""%24%\%PROGRAM_FOLDER%\readme.txt"""""",,,,""%24%\%PROGRAM_FOLDER%"""
- setup.ini,group1,,"""%DBVIEW_SHORTCUT%"",""""""%24%\%PROGRAM_FOLDER%\cddbview.exe"""""",,,,""%24%\%PROGRAM_FOLDER%"""
-
- [Shortcut.Remove]
- setup.ini,progman.groups,,"group1=%PROGMAN_FOLDER%"
- setup.ini,group1,,"""%APP_SHORTCUT%""
- setup.ini,group1,,"""%README_SHORTCUT%""
- setup.ini,group1,,"""%DBVIEW_SHORTCUT%""
-
- [Reg.Uninstall95.Add]
- HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\OrangeCD,DisplayName,,"%REMOVE_DESC%"
- HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\OrangeCD,UninstallString,,"%10%\rundll.exe setupx.dll,InstallHinfSection DefaultUninstall 4 %17%\orangecd.inf"
-
- [Reg.UninstallNT.Add]
- HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\OrangeCD,DisplayName,,"%REMOVE_DESC%"
- HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\OrangeCD,UninstallString,,"%11%\rundll32.exe syssetup.dll,SetupInfObjectInstallAction DefaultUninstall 4 %17%\orangecd.inf"
-
- [Reg.Add]
- HKLM,Software\Microsoft\Windows\CurrentVersion\App Paths\OrangeCD,,FLG_ADDREG_TYPE_SZ,"%24%\%PROGRAM_FOLDER%\orangecd.exe"
- HKLM,Software\Microsoft\Windows\CurrentVersion\App Paths\OrangeCD,Path,FLG_ADDREG_TYPE_SZ,"%24%\%PROGRAM_FOLDER%"
-
- [Reg.DelPrevVersion]
- HKLM,Software\Shareware\OrangeCD,,
- HKLM,Software\OrangeX\OrangeCD\General,,RunWizard
-
- [Reg.Remove]
- HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\OrangeCD,
- HKLM,Software\Microsoft\Windows\CurrentVersion\App Paths\OrangeCD,
- HKCU,Software\Microsoft\Windows\CurrentVersion\Run,OrangeCD
-
- [Reg.Uninstall95.Remove]
- HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\OrangeCD,DisplayName,,"%REMOVE_DESC%"
- HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\OrangeCD,UninstallString,,"%10%\rundll.exe setupx.dll,InstallHinfSection DefaultUninstall 4 %17%\orangecd.inf"
-
- [Reg.UninstallNT.Remove]
- HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\OrangeCD,DisplayName,,"%REMOVE_DESC%"
- HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\OrangeCD,UninstallString,,"%11%\rundll32.exe syssetup.dll,SetupInfObjectInstallAction DefaultUninstall 4 %17%\orangecd.inf"
-
- [Reg.Restore]
- HKCR,AudioCD\shell\play\command,,,"cdplayer.exe /play %1"
- HKCR,AudioCD\shell,,,"play"
- HKCR,AudioCD\DefaultIcon,,,"shell32.dll,40"
- HKCR,cdafile\shell\play\command,,,"cdplayer.exe -play %1"
- HKCR,cdafile\DefaultIcon,,,"cdplayer.exe,1"
-
- [Strings]
- PROGRAM_FOLDER="Progra~1\OrangeCD"
- PROGMAN_FOLDER="OrangeCD"
- APP_SHORTCUT="OrangeCD"
- README_SHORTCUT="Read Me"
- REMOVE_DESC="OrangeCD"
- DBVIEW_SHORTCUT="CD Database Browser"
-