home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April / CHIPINTE042003.ISO / exe / tram.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-02-03  |  2.5 KB  |  47 lines

  1. ;InnoSetupVersion=3.0.5
  2. [Setup]
  3. AppName=TweakRAM
  4. AppVerName=TweakRAM 1.1
  5. AppId=TweakRAM
  6. AppVersion=1.1
  7. AppPublisher=KL Soft
  8. AppPublisherURL=http://www.kl-soft.com/
  9. AppSupportURL=http://www.kl-soft.com/tram.php
  10. AppUpdatesURL=http://www.kl-soft.com/tram.php
  11. DefaultDirName={pf}\TweakRAM
  12. DefaultGroupName=TweakRAM
  13. OutputBaseFilename=TweakRAM_setup
  14. Compression=bzip2
  15. PrivilegesRequired=none
  16. AllowNoIcons=yes
  17. LicenseFile=embedded\License.rtf
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20. [Files]
  21. Source: "{app}\TweakRAM.exe"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\TweakRAM.chm"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\history.txt"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\log.txt"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\TweakRAM.cfg"; DestDir: "{app}"; Flags: ignoreversion 
  26. [Registry]
  27. Root: HKCU; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Run"; ValueName: "TweakRAM"; ValueType: String; ValueData: "{app}\TweakRAM.exe"; Flags: uninsdeletevalue 
  28. [INI]
  29. FileName: "{app}\TweakRAM Home Page.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.kl-soft.com/tram.php"; 
  30. FileName: "{app}\KL Soft Home Page.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.kl-soft.com/"; 
  31. [Run]
  32. Filename: "{app}\TweakRAM.exe"; Parameters: "/w"; WorkingDir: "{app}"; Description: "Launch TweakRAM"; Flags: postinstall skipifsilent nowait
  33. [Icons]
  34. Name: "{group}\TweakRAM"; Filename: "{app}\TweakRAM.exe"; WorkingDir: "{app}"; 
  35. Name: "{group}\Documentation"; Filename: "{app}\TweakRAM.chm"; WorkingDir: "{app}"; 
  36. Name: "{group}\TweakRAM Home Page"; Filename: "{app}\TweakRAM Home Page.url"; WorkingDir: "{app}"; 
  37. Name: "{group}\KL Soft Home Page"; Filename: "{app}\KL Soft Home Page.url"; WorkingDir: "{app}"; 
  38. Name: "{group}\Uninstall TweakRAM"; Filename: "{uninstallexe}"; WorkingDir: "{app}"; 
  39. Name: "{userdesktop}\TweakRAM"; Filename: "{app}\TweakRAM.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  40. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\TweakRAM"; Filename: "{app}\TweakRAM.exe"; WorkingDir: "{app}"; Tasks: quicklaunchicon; 
  41. [Tasks]
  42. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  43. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  44. [UninstallDelete]
  45. Type: files; Name: "{app}\TweakRAM Home Page.url"; 
  46. Type: files; Name: "{app}\KL Soft Home Page.url"; 
  47.