home *** CD-ROM | disk | FTP | other *** search
/ Level 2003 September (DVD) / Level_2003-09_104_DVD_Shadowman.iso / Software / MonTest / MONTEST.EXE / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-01-01  |  1.6 KB  |  38 lines

  1. ;InnoSetupVersion=3.0.5
  2. [Setup]
  3. AppName=MonitorTest
  4. AppVerName=MonitorTest V2.1
  5. AppId=MonitorTest
  6. AppPublisher=PassMark Software
  7. AppPublisherURL=http://www.passmark.com
  8. AppSupportURL=http://www.passmark.com
  9. AppUpdatesURL=http://www.passmark.com
  10. DefaultDirName={pf}\MonitorTest
  11. DefaultGroupName=MonitorTest
  12. OutputBaseFilename=setup
  13. Compression=zip
  14. PrivilegesRequired=none
  15. LicenseFile=embedded\License.txt
  16. InfoAfterFile=embedded\InfoAfter.txt
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{app}\MonitorTest.exe"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\VertRefresh.vxd"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\MonitorTest.cnt"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\MonitorTest.hlp"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\monitortest.exe.manifest"; DestDir: "{app}"; Flags: ignoreversion 
  25. [INI]
  26. FileName: "{app}\MonitorTest.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.passmark.com"; 
  27. [Run]
  28. Filename: "{app}\MonitorTest.exe"; Description: "Launch MonitorTest"; Flags: postinstall skipifsilent nowait
  29. [Icons]
  30. Name: "{group}\MonitorTest"; Filename: "{app}\MonitorTest.exe"; 
  31. Name: "{group}\MonitorTest on the Web"; Filename: "{app}\MonitorTest.url"; 
  32. Name: "{group}\Uninstall MonitorTest"; Filename: "{uninstallexe}"; 
  33. Name: "{userdesktop}\MonitorTest"; Filename: "{app}\MonitorTest.exe"; Tasks: desktopicon; 
  34. [Tasks]
  35. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  36. [UninstallDelete]
  37. Type: files; Name: "{app}\MonitorTest.url"; 
  38.