home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 February / PCWorld_2007-02_cd.bin / system / superram / superram.exe / install_script.iss
Text File  |  2007-01-08  |  3KB  |  75 lines

  1. ;InnoSetupVersion=5.1.7
  2.  
  3. [Setup]
  4. AppName=SuperRam
  5. AppVerName=SuperRam
  6. AppId=SuperRam
  7. AppVersion=5.1.8.2007
  8. AppPublisher=PGWARE
  9. AppPublisherURL=http://www.pgware.com
  10. AppSupportURL=http://www.pgware.com/support/
  11. AppUpdatesURL=http://www.pgware.com/downloads/
  12. AppMutex=SuperRamMutex
  13. DefaultDirName={pf}\SuperRam
  14. DefaultGroupName=SuperRam
  15. UninstallDisplayIcon={app}\SuperRam.exe
  16. UninstallDisplayName=SuperRam
  17. OutputBaseFilename=superram
  18. Compression=lzma
  19. ChangesAssociations=yes
  20. LicenseFile=embedded\License.rtf
  21. InfoBeforeFile=embedded\InfoBefore.rtf
  22. WizardImageFile=embedded\WizardImage0.bmp
  23. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  24.  
  25. [Files]
  26. Source: "{app}\SuperRam.exe"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  27. Source: "{app}\SuperRam.chm"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  28. Source: "{app}\ReadMe.txt"; DestDir: "{app}"; Flags: ignoreversion 
  29. Source: "{app}\License.txt"; DestDir: "{app}"; Flags: ignoreversion 
  30. Source: "{app}\History.txt"; DestDir: "{app}"; Flags: ignoreversion 
  31.  
  32. [Registry]
  33. Root: HKLM; Subkey: "Software\PGWARE\SuperRam"; 
  34. Root: HKCU; Subkey: "Software\PGWARE\SuperRam"; ValueName: "License"; ValueType: Dword; ValueData: "$1"; Flags: uninsdeletevalue 
  35. Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "SuperRam"; ValueType: String; ValueData: """{app}\SuperRam.exe"" /start"; Flags: uninsdeletevalue 
  36.  
  37. [INI]
  38. FileName: "{group}\SuperRam Homepage.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.pgware.com"; 
  39. FileName: "{group}\SuperRam Support.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.pgware.com/support/"; 
  40. FileName: "{commondesktop}\PGWARE Online Store.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.pgware.com/store/"; 
  41.  
  42. [Run]
  43. Filename: "{app}\SuperRam.exe"; Parameters: "/notify"; Description: "Launch SuperRam"; Flags: postinstall skipifsilent nowait
  44.  
  45. [Icons]
  46. Name: "{group}\SuperRam"; Filename: "{app}\SuperRam.exe"; Comment: "SuperRam"; 
  47. Name: "{group}\SuperRam Help"; Filename: "{app}\SuperRam.chm"; Comment: "SuperRam Help"; 
  48. Name: "{commondesktop}\SuperRam 5"; Filename: "{app}\SuperRam.exe"; Comment: "SuperRam 5"; Tasks: desktopicon; 
  49. Name: "{commonappdata}\Microsoft\Internet Explorer\Quick Launch\SuperRam 5"; Filename: "{app}\SuperRam.exe"; Comment: "SuperRam 5"; Tasks: quicklaunchicon; 
  50.  
  51. [Tasks]
  52. Name: "desktopicon"; Description: "Create a &Desktop icon"; GroupDescription: "Additional icons:"; 
  53. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  54.  
  55. [UninstallDelete]
  56. Type: files; Name: "{group}\SuperRam Homepage.url"; 
  57. Type: files; Name: "{group}\SuperRam Support.url"; 
  58. Type: files; Name: "{commondesktop}\PGWARE Online Store.url"; 
  59.  
  60. [CustomMessages]
  61. default.NameAndVersion=%1 version %2
  62. default.AdditionalIcons=Additional icons:
  63. default.CreateDesktopIcon=Create a &desktop icon
  64. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  65. default.ProgramOnTheWeb=%1 on the Web
  66. default.UninstallProgram=Uninstall %1
  67. default.LaunchProgram=Launch %1
  68. default.AssocFileExtension=&Associate %1 with the %2 file extension
  69. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  70.  
  71. [Languages]
  72. ; These files are stubs
  73. ; To achieve better results after recompilation, use the real language files
  74. Name: "default"; MessagesFile: "embedded\default.isl"; 
  75.