home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 March / PCWMAR07.iso / Shared / regwiz.cab / regwiz.inf < prev    next >
Windows Setup INFormation  |  2004-08-09  |  1KB  |  55 lines

  1. [Version]
  2. Signature="$Chicago$"
  3. AdvancedINF=2.5
  4. LayoutFile=regwiz.inf
  5.  
  6. [DefaultInstall]
  7. CopyFiles=FileList, CustomInf
  8. AddReg=regwiz_reg
  9.  
  10. [DefaultUninstall]
  11. cleanup=1
  12. DelReg=del_regwiz
  13. Delfiles=FileList, RegWizFiles, CustomInf
  14.  
  15. [SourceDisksNames]
  16. ; This section specifies that all sources are in the "default" location.
  17. 1="RegWiz files","",1
  18.  
  19. [DestinationDirs]   
  20. ; Destination Directories for CopyFiles/Delfiles Sections.
  21. ; 10 indicates LDID_WIN - windows directory   
  22. FileList=45000
  23. RegWizFiles=50000, RegWiz
  24. CustomInf=45000, Custom_Uninstall
  25.  
  26. [FileList]
  27. ; ,,,32 - Suppress version conflict dialog and don't overwrite newer DLLs
  28. mcregwiz.exe,,,65568
  29. regwizui.dll,,,65568
  30. oem.ini,,,65568
  31. rwconfig.ini,,,65568
  32.  
  33. [RegWizFiles]
  34. McRegWiz.ini,,,65568
  35. profile.ini,,,65568
  36.  
  37. [CustomInf]
  38. regwiz.inf,,,65568
  39.  
  40. [regwiz_reg]
  41. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Run,"McRegWiz",,"%45000%\mcregwiz.exe /autorun"
  42.  
  43.  
  44. [del_regwiz]
  45. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Run,"McRegWiz"
  46. HKLM,SOFTWARE\McAfee.com\RegWiz
  47. HKLM,SOFTWARE\McAfee.com\Agent\RegWiz
  48.  
  49. [RegisterActiveXList]
  50. %45000%\mcregwiz.exe
  51.  
  52. [UnregisterActiveXList]
  53. %45000%\mcregwiz.exe
  54.  
  55.