home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 November / PCWorld_2007-11_cd.bin / zabezpeceni / wincleaner / WCASSU54.exe / install_script.iss
Text File  |  2007-08-08  |  3KB  |  72 lines

  1. ;InnoSetupVersion=5.1.7
  2.  
  3. [Setup]
  4. AppName=WinCleaner AntiSpyware
  5. AppVerName=WinCleaner AntiSpyware 5.4
  6. AppId=WinCleaner AntiSpyware
  7. AppVersion=5.40
  8. AppPublisher=Business Logic Corporation
  9. AppPublisherURL=http://www.wincleaner.com
  10. AppSupportURL=http://www.wincleaner.com
  11. AppUpdatesURL=http://www.wincleaner.com
  12. AppMutex=WC_ANTI_SPYWARE_MUTEX
  13. DefaultDirName={pf}\blcorp\WinCleaner AntiSpyware
  14. DefaultGroupName=WinCleaner AntiSpyware
  15. UninstallDisplayIcon={app}\WCAntiSpy.exe
  16. OutputBaseFilename=WCASSetup
  17. Compression=lzma
  18. LicenseFile=embedded\License.rtf
  19. WizardImageFile=embedded\WizardImage0.bmp
  20. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  21.  
  22. [Files]
  23. Source: "{app}\WCAntiSpy.exe"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\WCASAlert.exe"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{localappdata}\BLCorp\WCAntiSpyware\wcasfp.db"; DestDir: "{localappdata}\BLCorp\WCAntiSpyware"; Flags: ignoreversion 
  26. Source: "{localappdata}\BLCorp\WCAntiSpyware\wcasfp1.db"; DestDir: "{localappdata}\BLCorp\WCAntiSpyware"; Flags: ignoreversion 
  27. Source: "{localappdata}\BLCorp\WCAntiSpyware\wcasshld.list"; DestDir: "{localappdata}\BLCorp\WCAntiSpyware"; Flags: ignoreversion 
  28.  
  29. [Registry]
  30. Root: HKLM; Subkey: "Software\BLCorp\WCASCHKUPD"; Flags: uninsdeletekey 
  31. Root: HKCU; Subkey: "Software\BLCorp\WCAntiSpyware"; Flags: uninsdeletekey dontcreatekey 
  32.  
  33. [INI]
  34. FileName: "{app}\website.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.wincleaner.com/"; 
  35.  
  36. [Run]
  37. Filename: "{app}\WCAntiSpy.exe"; Description: "{cm:LaunchProgram,WinCleaner AntiSpyware}"; Flags: postinstall skipifsilent nowait
  38.  
  39. [Icons]
  40. Name: "{group}\WinCleaner AntiSpyware"; Filename: "{app}\WCAntiSpy.exe"; 
  41. Name: "{group}\{cm:ProgramOnTheWeb,WinCleaner AntiSpyware}"; Filename: "{app}\website.url"; 
  42. Name: "{group}\{cm:UninstallProgram,WinCleaner AntiSpyware}"; Filename: "{uninstallexe}"; 
  43. Name: "{userdesktop}\WinCleaner AntiSpyware"; Filename: "{app}\WCAntiSpy.exe"; Tasks: desktopicon; 
  44. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\WinCleaner AntiSpyware"; Filename: "{app}\WCAntiSpy.exe"; Tasks: quicklaunchicon; 
  45.  
  46. [Tasks]
  47. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  48. Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  49.  
  50. [UninstallDelete]
  51. Type: files; Name: "{app}\website.url"; 
  52. Type: files; Name: "{userstartup}\WCAntiSpy.lnk"; 
  53. Type: files; Name: "{commonstartup}\WCAntiSpy.lnk"; 
  54. Type: filesandordirs; Name: "{localappdata}\blcorp\WCAntiSpyware"; 
  55. Type: dirifempty; Name: "{localappdata}\blcorp"; 
  56.  
  57. [CustomMessages]
  58. en.NameAndVersion=%1 version %2
  59. en.AdditionalIcons=Additional icons:
  60. en.CreateDesktopIcon=Create a &desktop icon
  61. en.CreateQuickLaunchIcon=Create a &Quick Launch icon
  62. en.ProgramOnTheWeb=%1 on the Web
  63. en.UninstallProgram=Uninstall %1
  64. en.LaunchProgram=Launch %1
  65. en.AssocFileExtension=&Associate %1 with the %2 file extension
  66. en.AssocingFileExtension=Associating %1 with the %2 file extension...
  67.  
  68. [Languages]
  69. ; These files are stubs
  70. ; To achieve better results after recompilation, use the real language files
  71. Name: "en"; MessagesFile: "embedded\en.isl"; 
  72.