home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 December / PCWDEC06.iso / Shared / mskreg.cab / mskreg.inf < prev   
Encoding:
Windows Setup INFormation  |  2004-08-18  |  1.1 KB  |  37 lines

  1. [Version]
  2. Signature="$Chicago$"
  3. AdvancedINF=2.5
  4. LayoutFile=vsoreg.inf
  5.  
  6. [DefaultInstall]
  7. CopyFiles=FileList, CustomInf
  8. AddReg=add_reg
  9.  
  10. [DefaultUninstall]
  11. cleanup=1
  12. Delfiles=FileList, CustomInf
  13.  
  14. [SourceDisksNames]
  15. ; This section specifies that all sources are in the "default" location.
  16. 1="MSK RegWiz Ini File","",1
  17.  
  18. [DestinationDirs]   
  19. ; Destination Directories for CopyFiles/Delfiles Sections.
  20. ; 10 indicates LDID_WIN - windows directory   
  21. FileList=50000, RegWiz\RegApp
  22. CustomInf=45000, Custom_Uninstall
  23.  
  24. [FileList]
  25. ; ,,,32 - Suppress version conflict dialog and don't overwrite newer DLLs
  26. msk.ini,,,65568
  27.  
  28. [CustomInf]
  29. mskreg.inf,,,65568
  30.  
  31. [add_reg]
  32. HKLM,SOFTWARE\McAfee.com\Agent, "RegWizBootCount",0x00010001,1
  33. HKLM,SOFTWARE\McAfee.com\SpamKiller,"PingUrl",,"http://uk.mcafee.com/apps/mskh6/en-gb/mskh6/chkupd.asp?regwiz=file://%45000%\mcregwiz.exe&affid=0-43&langid=40"
  34. HKLM,SOFTWARE\McAfee.com\SpamKiller\Links,"Renewal_Url",,"http://uk.mcafee.com/apps/mskh6/en-gb/mskh6/setexp.asp?regwiz=file://%45000%\mcregwiz.exe&systempopup=true&affid=0-43&langid=40"
  35.  
  36.  
  37.