home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / Programs / SuperRam.v3.3.19.2003.WinALL / superram.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-04-22  |  3.4 KB  |  57 lines

  1. ;InnoSetupVersion=3.0.5
  2. [Setup]
  3. AppName=SuperRam
  4. AppVerName=SuperRam
  5. AppId=SuperRam
  6. AppVersion=3.3.19.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. [Registry]
  30. Root: HKCR; Subkey: ".superram"; ValueType: String; ValueData: "SuperRam Key File"; Flags: uninsdeletekey 
  31. Root: HKCR; Subkey: "SuperRam Key File"; ValueType: String; ValueData: "SuperRam Key File"; Flags: uninsdeletekey 
  32. Root: HKCR; Subkey: "SuperRam Key File\DefaultIcon"; ValueType: String; ValueData: "{app}\SuperRam.exe,1"; 
  33. Root: HKCR; Subkey: "SuperRam Key File\shell\open\command"; ValueType: String; ValueData: """{app}\SuperRam.exe"" ""%1"""; 
  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}\ReadMe.txt"; Flags: shellexec skipifdoesntexist postinstall skipifsilent 
  41. Filename: "{app}\SuperRam.exe"; Parameters: "/notify"; Description: "Launch SuperRam"; Flags: postinstall skipifsilent nowait
  42. [Icons]
  43. Name: "{group}\SuperRam Application"; Filename: "{app}\SuperRam.exe"; Comment: "SuperRam Application"; 
  44. Name: "{group}\SuperRam Help"; Filename: "{app}\SuperRam.chm"; Comment: "SuperRam Help"; 
  45. Name: "{group}\SuperRam Homepage"; Filename: "{app}\SuperRam.url"; Comment: "SuperRam Homepage"; 
  46. Name: "{group}\SuperRam ReadMe"; Filename: "{app}\ReadMe.txt"; Comment: "SuperRam ReadMe"; 
  47. Name: "{group}\SuperRam Support"; Filename: "{app}\Support.url"; Comment: "SuperRam Support"; 
  48. Name: "{userdesktop}\SuperRam"; Filename: "{app}\SuperRam.exe"; Comment: "SuperRam"; Tasks: desktopicon; 
  49. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\SuperRam"; Filename: "{app}\SuperRam.exe"; Comment: "SuperRam"; Tasks: quicklaunchicon; 
  50. Name: "{group}\Uninstall SuperRam"; Filename: "{uninstallexe}"; Comment: "Uninstall SuperRam"; 
  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. [UninstallDelete]
  55. Type: files; Name: "{app}\SuperRam.url"; 
  56. Type: files; Name: "{app}\Support.url"; 
  57.