home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2009 June / maximum-cd-2009-06.iso / DiscContents / Utilities.exterm.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2009-03-20  |  3.4 KB  |  64 lines

  1. ;InnoSetupVersion=5.1.10
  2. [Setup]
  3. AppName=PC Pitstop Exterminate
  4. AppVerName=PC Pitstop Exterminate 1.0
  5. AppId=PC Pitstop Exterminate
  6. AppVersion=1.0.6.1
  7. AppPublisher=PC Pitstop LLC
  8. AppPublisherURL=http://www.pcpitstop.com
  9. AppSupportURL=http://www.pcpitstop.com/faq/Exterminate.asp
  10. AppUpdatesURL=http://www.pcpitstop.com/store/Exterminate.asp
  11. DefaultDirName={pf}\PCPitstop\Exterminate
  12. DefaultGroupName=PC Pitstop\Exterminate
  13. OutputBaseFilename=Output\Exterminate-Setup
  14. Compression=lzma
  15. AllowNoIcons=yes
  16. LicenseFile=embedded\License.txt
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{app}\exterminate.exe"; DestDir: "{app}"; 
  21. Source: "{tmp}\InstallHelper.dll"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  22. Source: "{app}\InstallHelper.dll"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{cf}\Scanner\langv5.dat"; DestDir: "{cf}\Scanner"; 
  24. Source: "{cf}\Scanner\PestPatrol.bin"; DestDir: "{cf}\Scanner"; 
  25. Source: "{cf}\Scanner\ppctl.dll"; DestDir: "{cf}\Scanner"; Flags: regserver 
  26. Source: "{app}\Reminder.exe"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\Languages\english.lng"; DestDir: "{app}\Languages"; Flags: ignoreversion 
  28. [Registry]
  29. Root: HKCR; Subkey: "ppctl"; ValueName: "Exterminate"; ValueType: String; ValueData: "1"; Flags: uninsdeletevalue 
  30. Root: HKLM; Subkey: "Software\PCPitstop\Exterminate"; ValueName: "FirstRun"; ValueType: String; ValueData: "1"; Flags: uninsdeletevalue 
  31. Root: HKLM; Subkey: "Software\PCPitstop\Exterminate"; ValueName: "PromoCode"; ValueType: String; ValueData: "''"; Flags: uninsdeletevalue deletevalue 
  32. [INI]
  33. FileName: "{app}\Exterminate.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.pcpitstop.com"; 
  34. [Run]
  35. Filename: "{app}\exterminate.exe"; Description: "Launch Program"; Flags: postinstall skipifsilent nowait
  36. [UninstallRun]
  37. Filename: "{app}\exterminate.exe"; Parameters: "/unregister"; 
  38. [Icons]
  39. Name: "{group}\PC Pitstop Exterminate"; Filename: "{app}\exterminate.exe"; 
  40. Name: "{group}\Exterminate on the web"; Filename: "{app}\Exterminate.url"; 
  41. Name: "{group}\Uninstall Exterminate"; Filename: "{uninstallexe}"; 
  42. Name: "{userdesktop}\PC Pitstop Exterminate"; Filename: "{app}\exterminate.exe"; Tasks: desktopicon; 
  43. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\PC Pitstop Exterminate"; Filename: "{app}\exterminate.exe"; Tasks: quicklaunchicon; 
  44. [Tasks]
  45. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  46. Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  47. [UninstallDelete]
  48. Type: files; Name: "{app}\Exterminate.url"; 
  49. Type: filesandordirs; Name: "{pf}\PC Pitstop\Exterminate"; 
  50. [CustomMessages]
  51. default.NameAndVersion=%1 version %2
  52. default.AdditionalIcons=Additional icons:
  53. default.CreateDesktopIcon=Create a &desktop icon
  54. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  55. default.ProgramOnTheWeb=%1 on the Web
  56. default.UninstallProgram=Uninstall %1
  57. default.LaunchProgram=Launch %1
  58. default.AssocFileExtension=&Associate %1 with the %2 file extension
  59. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  60. [Languages]
  61. ; These files are stubs
  62. ; To achieve better results after recompilation, use the real language files
  63. Name: "default"; MessagesFile: "embedded\default.isl"; 
  64.