home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2006 February / maximum-cd-2006-02.iso / Software / Utilities / Optimize-setup-v14-maximumpc.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2005-10-07  |  2.9 KB  |  59 lines

  1. ;InnoSetupVersion=4.2.6
  2. [Setup]
  3. AppName=PC Pitstop Optimize
  4. AppVerName=PC Pitstop Optimize 1.0v
  5. AppId=PC Pitstop Optimize
  6. AppVersion=1.0.0.12
  7. AppPublisher=PC Pitstop LLC
  8. AppPublisherURL=http://www.pcpitstop.com
  9. AppSupportURL=http://www.pcpitstop.com/faq/optimize.asp
  10. AppUpdatesURL=http://www.pcpitstop.com/store/optimize.asp
  11. DefaultDirName={pf}\PCPitstop\Optimize
  12. DefaultGroupName=PC Pitstop Optimize
  13. OutputBaseFilename=optimize-setup
  14. Compression=lzma
  15. PrivilegesRequired=none
  16. AllowNoIcons=yes
  17. LicenseFile=embedded\License.txt
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20. [Files]
  21. Source: "{app}\pcpoptimize.exe"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\Reminder.exe"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\riched20.dll"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\orderfrm.url"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\intervals.cfg"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\errorsreport.dat"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\pad_file.xml"; DestDir: "{app}"; Flags: ignoreversion 
  28. [INI]
  29. FileName: "{app}\optimize.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.pcpitstop.com"; 
  30. [Run]
  31. Filename: "{app}\pcpoptimize.exe"; Description: "{cm:LaunchProgram,PC Pitstop Optimize}"; Flags: postinstall skipifsilent nowait
  32. [UninstallRun]
  33. Filename: "{app}\pcpoptimize.exe"; Parameters: "/unregister"; 
  34. [Icons]
  35. Name: "{group}\PC Pitstop Optimize"; Filename: "{app}\pcpoptimize.exe"; 
  36. Name: "{group}\{cm:ProgramOnTheWeb,PC Pitstop Optimize}"; Filename: "{app}\optimize.url"; 
  37. Name: "{group}\{cm:UninstallProgram,PC Pitstop Optimize}"; Filename: "{uninstallexe}"; 
  38. Name: "{userdesktop}\PC Pitstop Optimize"; Filename: "{app}\pcpoptimize.exe"; Tasks: desktopicon; 
  39. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\PC Pitstop Optimize"; Filename: "{app}\pcpoptimize.exe"; Tasks: quicklaunchicon; 
  40. [Tasks]
  41. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  42. Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  43. [UninstallDelete]
  44. Type: files; Name: "{app}\optimize.url"; 
  45. [CustomMessages]
  46. default.NameAndVersion=%1 version %2
  47. default.AdditionalIcons=Additional icons:
  48. default.CreateDesktopIcon=Create a &desktop icon
  49. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  50. default.ProgramOnTheWeb=%1 on the Web
  51. default.UninstallProgram=Uninstall %1
  52. default.LaunchProgram=Launch %1
  53. default.AssocFileExtension=&Associate %1 with the %2 file extension
  54. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  55. [Languages]
  56. ; These files are stubs
  57. ; To achieve better results after recompilation, use the real language files
  58. Name: "default"; MessagesFile: "embedded\default.isl"; 
  59.