home *** CD-ROM | disk | FTP | other *** search
/ PC Team 23 / HS_Tuning.iso / Optimisation / SuperRam 4.11 / superram.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-11-17  |  3.2 KB  |  59 lines

  1. ;InnoSetupVersion=4.0.9
  2. [Setup]
  3. AppName=SuperRam
  4. AppVerName=SuperRam
  5. AppId=SuperRam
  6. AppVersion=4.11.17.2003
  7. AppPublisher=PGWARE
  8. AppPublisherURL=http://www.pgware.com
  9. AppSupportURL=http://www.pgware.com
  10. AppUpdatesURL=http://www.pgware.com
  11. AppMutex=SuperRamMutex
  12. DefaultDirName={pf}\SuperRam
  13. DefaultGroupName=SuperRam
  14. UninstallDisplayIcon={app}\SuperRam.exe
  15. UninstallDisplayName=SuperRam
  16. OutputBaseFilename=superram
  17. Compression=zip
  18. PrivilegesRequired=none
  19. ChangesAssociations=yes
  20. LicenseFile=embedded\License.rtf
  21. InfoBeforeFile=embedded\InfoBefore.rtf
  22. WizardImageFile=embedded\WizardImage0.bmp
  23. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  24. [Files]
  25. Source: "{app}\SuperRam.exe"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\SuperRam.chm"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\SuperRam.ini"; DestDir: "{app}"; Flags: uninsneveruninstall onlyifdoesntexist 
  28. Source: "{app}\ReadMe.txt"; DestDir: "{app}"; Flags: ignoreversion 
  29. Source: "{app}\ReadMe.rtf"; DestDir: "{app}"; Flags: ignoreversion 
  30. Source: "{app}\License.txt"; DestDir: "{app}"; Flags: ignoreversion 
  31. Source: "{app}\License.rtf"; DestDir: "{app}"; Flags: ignoreversion 
  32. Source: "{app}\History.txt"; DestDir: "{app}"; Flags: ignoreversion 
  33. [Registry]
  34. Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "SuperRam"; ValueType: String; ValueData: "{app}\SuperRam.exe"; Flags: uninsdeletevalue 
  35. Root: HKCU; Subkey: "Software\Microsoft\Windows NT\CurrentVersion\Run"; ValueName: "SuperRam"; ValueType: String; ValueData: "{app}\SuperRam.exe"; Flags: uninsdeletevalue 
  36. [INI]
  37. FileName: "{app}\SuperRam.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.pgware.com"; 
  38. FileName: "{app}\Support.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.pgware.com/support.html"; 
  39. [Run]
  40. Filename: "{app}\SuperRam.exe"; Parameters: "/notify"; Description: "Launch SuperRam"; Flags: postinstall skipifsilent nowait
  41. [Icons]
  42. Name: "{group}\SuperRam Application"; Filename: "{app}\SuperRam.exe"; Comment: "SuperRam Application"; 
  43. Name: "{group}\SuperRam Help"; Filename: "{app}\SuperRam.chm"; Comment: "SuperRam Help"; 
  44. Name: "{group}\SuperRam Homepage"; Filename: "{app}\SuperRam.url"; Comment: "SuperRam Homepage"; 
  45. Name: "{group}\SuperRam Support"; Filename: "{app}\Support.url"; Comment: "SuperRam Support"; 
  46. Name: "{userdesktop}\SuperRam"; Filename: "{app}\SuperRam.exe"; Comment: "SuperRam"; Tasks: desktopicon; 
  47. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\SuperRam"; Filename: "{app}\SuperRam.exe"; Comment: "SuperRam"; Tasks: quicklaunchicon; 
  48. Name: "{group}\Uninstall SuperRam"; Filename: "{uninstallexe}"; Comment: "Uninstall SuperRam"; 
  49. [Tasks]
  50. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  51. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  52. [UninstallDelete]
  53. Type: files; Name: "{app}\SuperRam.url"; 
  54. Type: files; Name: "{app}\Support.url"; 
  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.