home *** CD-ROM | disk | FTP | other *** search
/ NetGuide 2004 April / NETGUID0404N.iso / pc / featured / Shareware / WindowsUptime / WU-Setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-02-17  |  1.9 KB  |  38 lines

  1. ;InnoSetupVersion=2.0.18
  2. [Setup]
  3. AppName=Windows Uptime
  4. AppVerName=Windows Uptime 1.6
  5. AppId=Windows Uptime
  6. AppVersion=1.6
  7. AppPublisher=Rundegren.com
  8. AppUpdatesURL=http://www.rundegren.com
  9. AppMutex={7393EC35-40FF-462b-B1DE-0D8669877E57}
  10. DefaultDirName={pf}\Windows Uptime
  11. DefaultGroupName=Windows Uptime
  12. UninstallDisplayIcon={app}\Windows Uptime.exe,0
  13. OutputBaseFilename=WU-Setup
  14. Compression=zip
  15. PrivilegesRequired=none
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18. [Files]
  19. Source: "{app}\Windows Uptime.exe"; DestDir: "{app}"; 
  20. Source: "{app}\pdh.dll"; DestDir: "{app}"; OnlyBelowVersion: 1.0,5.0; 
  21. Source: "{app}\License.txt"; DestDir: "{app}"; 
  22. Source: "{app}\ReadMe\windowsuptime-icon-48-white.gif"; DestDir: "{app}\ReadMe"; 
  23. Source: "{app}\ReadMe\index.html"; DestDir: "{app}\ReadMe"; 
  24. [Registry]
  25. Root: HKCU; Subkey: "Software\Sarek Software\Windows Uptime"; Flags: uninsdeletekey dontcreatekey 
  26. [Run]
  27. Filename: "{app}\Windows Uptime.exe"; Description: "Launch Windows Uptime"; Flags: postinstall skipifsilent nowait
  28. Filename: "{app}\ReadMe\index.html"; Description: "View the Read Me"; Flags: shellexec postinstall unchecked skipifsilent 
  29. [Icons]
  30. Name: "{group}\Windows Uptime"; Filename: "{app}\Windows Uptime.exe"; 
  31. Name: "{group}\Read Me"; Filename: "{app}\ReadMe\index.html"; 
  32. Name: "{group}\Uninstall"; Filename: "{app}\unins000.exe"; 
  33. Name: "{userdesktop}\Windows Uptime"; Filename: "{app}\Windows Uptime.exe"; Tasks: desktopicon; 
  34. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Windows Uptime"; Filename: "{app}\Windows Uptime.exe"; Tasks: quicklaunchicon; 
  35. [Tasks]
  36. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  37. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  38.