home *** CD-ROM | disk | FTP | other *** search
- ;___________________________________________________________
- ;
- ; FreeZip version 1.4.7
- ; ⌐1997-1999 Dariusz Stanislawek
- ; email: ds@null.net
- ; http://www.bigfoot.com/~freezip/
- ;___________________________________________________________
-
- [version]
- signature="$CHICAGO$"
- AdvancedINF=2.5, "You need an updated version of Advpack.dll."
-
- [DefaultInstall]
- CopyFiles=FreeZip.inf.copy,FreeZipCopy,fzHlpCopy
- AddReg=FreeZipReg,versionReg
-
- [DefaultInstall.NT]
- CopyFiles=FreeZip.inf.copy,FreeZipCopy,fzHlpCopy
- AddReg=FreeZipRegNT,versionReg
-
- [DestinationDirs]
- FreeZip.inf.copy=17
- FreeZipCopy=13
- fzHlpCopy=18
- sfxCopy=13
- TotallyClean=18
- TotallyCleanNT=17
-
- [FreeZipCopy]
- unzip.exe
- zip.exe
- freezip.ico
-
- [FreeZip.inf.copy]
- freezip.inf
-
- [fzHlpCopy]
- freezip.hlp
-
- [sfxCopy]
- unzipsfx.exe
-
- [TotallyClean]
- freezip.gid
-
- [TotallyCleanNT]
- freezip.PNF,,,1
-
- [SourceDisksNames]
- 1="",,0
-
- [SourceDisksFiles]
- freezip.inf=1
- unzip.exe=1
- zip.exe=1
- freezip.ico=1
- freezip.hlp=1
- ;unzipsfx.exe=1
-
- [versionReg]
- HKCR,"freezip\Version","used",,"1.4.7"
- HKCR,"freezip\Version","1.4.7",,
-
- [FreeZipReg]
- HKCR,"Directory\shell\Zip\command",,,"%13%\zip.exe -rS Free *"
- ;HKCR,"Directory\shell\Zip encrypted\command",,,"%13%\zip.exe -rSe Free *"
- HKCR,".zip",,,"freezip"
- HKCR,".zip","Content Type",,"application/x-zip-compressed"
- HKCR,"freezip",,,"ZIP File"
- HKCR,"freezip\DefaultIcon",,,"%13%\freezip.ico"
- HKCR,"freezip\Shell",,,"UnZip"
- HKCR,"freezip\Shell\UnZip\command",,,"%13%\unzip.exe ""%%1"""
- HKCR,"freezip\Shell\UnZip &here\command",,,"%13%\unzip.exe ""%%1"""
- HKCR,"freezip\Shell\ListZip\command",,,"%25%\command.com /k %13%\unzip.exe -lM ""%%1"""
- HKCR,"freezip\Shell\TestZip\command",,,"%25%\command.com /k %13%\unzip.exe -tM ""%%1"""
- HKCR,"freezip\Shell\Pick UnZip folder\command",,,"rundll32.exe advpack.dll,LaunchINFSection %17%\freezip.inf,Pickfolder"
- HKCR,"freezip\Shell\Reset UnZip folder\command",,,"rundll32.exe advpack.dll,LaunchINFSection %17%\freezip.inf,Resetfolder"
- HKCR,"freezip\Shell\FreeZip Help\command",,,"winhlp32.exe %18%\freezip.hlp"
- HKCR,"freezip\Shell\About FreeZip\command",,,"rundll32.exe advpack.dll,LaunchINFSection %17%\freezip.inf,About"
- ;HKCR,"freezip\Shell\Make SFX\command",,,"rundll32.exe advpack.dll,LaunchINFSection %17%\freezip.inf,sfx"
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\FreeZip,"DisplayName",,"FreeZip"
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\FreeZip,"UninstallString",,"rundll32.exe advpack.dll,LaunchINFSection %17%\freezip.inf,Uninstall"
-
- [FreeZipRegNT]
- HKCR,"Directory\shell\Zip\command",,,"%13%\zip.exe -rS Free *"
- ;HKCR,"Directory\shell\Zip encrypted\command",,,"%13%\zip.exe -rSe Free *"
- HKCR,".zip",,,"freezip"
- HKCR,".zip","Content Type",,"application/x-zip-compressed"
- HKCR,"freezip",,,"ZIP File"
- HKCR,"freezip\DefaultIcon",,,"%13%\freezip.ico"
- HKCR,"freezip\Shell",,,"UnZip"
- HKCR,"freezip\Shell\UnZip\command",,,"%13%\unzip.exe ""%%1"""
- HKCR,"freezip\Shell\UnZip &here\command",,,"%13%\unzip.exe ""%%1"""
- HKCR,"freezip\Shell\ListZip\command",,,"%11%\cmd.exe /k %13%\unzip.exe -lM ""%%1"""
- HKCR,"freezip\Shell\TestZip\command",,,"%11%\cmd.exe /k %13%\unzip.exe -tM ""%%1"""
- HKCR,"freezip\Shell\Pick UnZip folder\command",,,"rundll32.exe advpack.dll,LaunchINFSection %17%\freezip.inf,Pickfolder"
- HKCR,"freezip\Shell\Reset UnZip folder\command",,,"rundll32.exe advpack.dll,LaunchINFSection %17%\freezip.inf,Resetfolder"
- HKCR,"freezip\Shell\FreeZip Help\command",,,"winhlp32.exe %18%\freezip.hlp"
- HKCR,"freezip\Shell\About FreeZip\command",,,"rundll32.exe advpack.dll,LaunchINFSection %17%\freezip.inf,About"
- ;HKCR,"freezip\Shell\Make SFX\command",,,"rundll32.exe advpack.dll,LaunchINFSection %17%\freezip.inf,sfxNT"
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\FreeZip,"DisplayName",,"FreeZip"
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\FreeZip,"UninstallString",,"rundll32.exe advpack.dll,LaunchINFSection %17%\freezip.inf,Uninstall"
-
- ;-------------------------------------------------------------------
-
- [Uninstall]
- DelReg=UnFreeZipReg
- DelFiles=FreeZipCopy,fzHlpCopy,sfxCopy,TotallyClean,TotallyCleanNT
- BeginPrompt=BeginPromptSection
- EndPrompt=EndPromptSection
- Cleanup=1
-
- [UnFreeZipReg]
- HKCR,".zip"
- HKCR,"freezip"
- HKCR,"Directory\shell\Zip"
- HKCR,"Directory\shell\Zip encrypted"
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\FreeZip
-
- [BeginPromptSection]
- Prompt="Uninstall FreeZip?"
- ButtonType=YESNO
- Title="FreeZip"
-
- [EndPromptSection]
- Prompt="FreeZip was successfully removed"
-
- ;-------------------------------------------------------------------
-
- [About]
- BeginPrompt=BeginPromptSectionAbout
- EndPrompt=EndPromptSectionAbout
-
- [BeginPromptSectionAbout]
- Title="FreeZip"
-
- [EndPromptSectionAbout]
- Prompt="Version 1.4.7 ⌐1997-1999 Dariusz Stanislawek, ds@null.net http://www.bigfoot.com/~freezip/"
-
- ;-------------------------------------------------------------------
-
- [Pickfolder]
- CustomDestination=UnZipDir
- AddReg=ChangeRegKeys
- BeginPrompt=BeginPromptSectionFolder
-
- [BeginPromptSectionFolder]
- Title="FreeZip"
-
- [UnZipDir]
- 49100=CustomUnZipDir,1
-
- [CustomUnZipDir]
- ,,,"Where would you like to always decompress zip files?","C:\0"
-
- [ChangeRegKeys]
- HKCR,"freezip\Shell\UnZip\command",,,"%13%\unzip.exe -d ""%49100%"" ""%%1"""
-
- [Resetfolder]
- BeginPrompt=BeginPromptSectionReset
- AddReg=ResetRegKeys
- EndPrompt=EndPromptSectionReset
-
- [BeginPromptSectionReset]
- Prompt="Reset UnZip folder?"
- ButtonType=YESNO
- Title="FreeZip"
-
- [ResetRegKeys]
- HKCR,"freezip\Shell\UnZip\command",,,"%13%\unzip.exe ""%%1"""
-
- [EndPromptSectionReset]
- Prompt="Zip files will be always decompressed to the current folder"
-
- ;-------------------------------------------------------------------
-
- [sfx]
- RunPostSetupCommands=sfxCommands
-
- [sfxNT]
- RunPostSetupCommands=sfxCommandsNT
-
- [sfxCommands]
- command.com /c copy /b %13%\unzipsfx.exe+Free.zip Free.exe
- %13%\zip.exe -A Free.exe
-
- [sfxCommandsNT]
- cmd.exe /c copy /b %13%\unzipsfx.exe+Free.zip Free.exe
- %13%\zip.exe -A Free.exe
-
- ;-------------------------------------------------------------------
-