Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
1.2 KiB

  1. [Version]
  2. Signature="$Chicago$"
  3. AdvancedINF=2.5,"You need a new version of advpack.dll"
  4. ;; INSTALL
  5. [DefaultInstall]
  6. Copyfiles=CopyTestFiles,INFCopySection
  7. AddReg=TestFiles.AddReg
  8. [CopyTestFiles]
  9. UnCheck.bmp
  10. [INFCopySection]
  11. UnCheck.inf
  12. [DestinationDirs]
  13. CopyTestFiles=11
  14. INFCopySection=17
  15. [SourceDisksNames]
  16. 10=%ID01%,,0
  17. [SourceDisksFiles]
  18. UnCheck.bmp=10
  19. UnCheck.inf=10
  20. [TestFiles.AddReg]
  21. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\UnCheck,"UninstallString",0,"RunDll32 advpack.dll,LaunchINFSection %17%\UnCheck.inf,Uninstall,4"
  22. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\UnCheck,"QuietUninstallString",0,"RunDll32 advpack.dll,LaunchINFSection %17%\UnCheck.inf,Uninstall,5"
  23. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\UnCheck,DisplayName,,"UnCheck"
  24. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\UnCheck,"RequiresIESysFile",0,"5.0"
  25. ;; UNINSTALL
  26. [Uninstall]
  27. DelReg=UnInstallRegKey
  28. DelFiles=CopyTestFiles,INFCopySection
  29. [UnInstallRegKey]
  30. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\UnCheck
  31. HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\UnCheck
  32. ;; STRINGS
  33. [Strings]
  34. ID01="UnCheck"