home *** CD-ROM | disk | FTP | other *** search
/ cd-rom express 16 / Cd-RomExpress 16.iso / Utilities / Clean RAM / cram.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-02-20  |  1.7 KB  |  39 lines

  1. ;InnoSetupVersion=4.0.9
  2. [Setup]
  3. AppName=Clean Ram
  4. AppVerName=Clean Ram 1.10 - Free
  5. AppId=Clean Ram
  6. AppPublisher=NHM Soft
  7. AppPublisherURL=http://www.nomorehistory.com
  8. AppSupportURL=http://www.nomorehistory.com
  9. AppUpdatesURL=http://www.nomorehistory.com
  10. DefaultDirName={pf}\Clean Ram
  11. DefaultGroupName=Clean Ram
  12. OutputBaseFilename=setup
  13. Compression=zip
  14. PrivilegesRequired=none
  15. LicenseFile=embedded\License.txt
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18. [Files]
  19. Source: "{app}\cleanram.exe"; DestDir: "{app}"; Flags: ignoreversion 
  20. Source: "{app}\eula.txt"; DestDir: "{app}"; Flags: ignoreversion 
  21. [INI]
  22. FileName: "{app}\cleanram.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.nomorehistory.com"; 
  23. [Run]
  24. Filename: "{app}\cleanram.exe"; Description: "Launch Clean Ram"; Flags: postinstall skipifsilent nowait
  25. [Icons]
  26. Name: "{group}\Clean Ram"; Filename: "{app}\cleanram.exe"; 
  27. Name: "{group}\Clean Ram on the Web"; Filename: "{app}\cleanram.url"; 
  28. Name: "{userdesktop}\Clean Ram"; Filename: "{app}\cleanram.exe"; Tasks: desktopicon; 
  29. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Clean Ram"; Filename: "{app}\cleanram.exe"; Tasks: quicklaunchicon; 
  30. [Tasks]
  31. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  32. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  33. [UninstallDelete]
  34. Type: files; Name: "{app}\cleanram.url"; 
  35. [Languages]
  36. ; These files are stubs
  37. ; To achieve better results after recompilation, use the real language files
  38. Name: "default"; MessagesFile: "embedded\default.isl"; 
  39.