home *** CD-ROM | disk | FTP | other *** search
- ; Author: Patrick Philippot
-
- [version]
- signature="$CHICAGO$"
- SetupClass=BASE
-
- [DefaultInstall]
- CopyFiles=ThisDll.sys.install
- AddReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg
-
- [DefaultUnInstall]
- DelFiles=ThisDll.sys.install
- DelReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg
-
- [ThisDll.Add.Reg]
- HKCR,CLSID\{30A53E22-46BE-11CF-925E-0000B465A4FF},,,"%AttrMenu_DESC%"
- HKCR,CLSID\{30A53E22-46BE-11CF-925E-0000B465A4FF}\InProcServer32,,,"%11%\%SubDir%\%ThisDll%"
- HKCR,CLSID\{30A53E22-46BE-11CF-925E-0000B465A4FF}\InProcServer32,ThreadingModel,,"Apartment"
- HKCR,*\ShellEx\ContextMenuHandlers\AttrContextMenu,,,"{30A53E22-46BE-11CF-925E-0000B465A4FF}"
-
- [ThisDll.Uninst.Reg]
- HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\AttrContextmenu,,,
- HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\AttrContextmenu,"DisplayName",,"Attributes Context Menu"
- HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\AttrContextmenu,"UninstallString",,"rundll.exe setupx.dll,InstallHinfSection DefaultUnInstall 132 %11%\%SubDir%\attrmenu.inf"
-
- [ThisDll.sys.install]
- attrmenu.dll
- attrmenu.inf
-
- [DestinationDirs]
- ThisDll.sys.install=11,%SubDir% ; to System\%SubDir%
-
- [SourceDisksNames]
- 55="Attributes Context Menu 1.0.","",1
-
- [SourceDisksFiles]
- %ThisDll%=55
-
- [Strings]
- AttrMenu_DESC = "Attributes Context Menu"
- SubDir = "ShellExt"
- ThisDll = "attrmenu.dll"
-
-