home *** CD-ROM | disk | FTP | other *** search
/ PC Active 2004 November / pca1611.iso / SPECIAL / PerfTest / petst.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-09-21  |  4.1 KB  |  76 lines

  1. ;InnoSetupVersion=4.2.6
  2. [Setup]
  3. AppName=PerformanceTest
  4. AppVerName=PerformanceTest v5.0
  5. AppId=PerformanceTest
  6. AppVersion=5.0
  7. AppPublisher=Passmark Software
  8. AppPublisherURL=http://www.passmark.com/
  9. AppMutex=PerformanceTestMutex
  10. DefaultDirName={pf}\PerformanceTest
  11. DefaultGroupName=PerformanceTest
  12. UninstallDisplayIcon={app}\pt.exe
  13. OutputBaseFilename=petst
  14. Compression=zip
  15. ChangesAssociations=yes
  16. LicenseFile=embedded\License.rtf
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{app}\AMD Athlon XP 2500+ GeForce4 MX 440.pt"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\Dell Laptop P2 300.pt"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\Fujitsu Lifebook Laptop P3-M 1000.pt"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\Gateway E-Series P4 3060 GeForce4 Ti 4200.pt"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\Intel 865 Perl P4 3200 GeForce4 MX 440.pt"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\Intel P4 2800 Radeon 9600 Pro Sec.pt"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\Sony Vaio Laptop Athlon 1800+.pt"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\key.dat"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\css\Default.css"; DestDir: "{app}\css"; Flags: ignoreversion 
  29. Source: "{app}\css\Monochrome Terminal.css"; DestDir: "{app}\css"; Flags: ignoreversion 
  30. Source: "{app}\css\Office.css"; DestDir: "{app}\css"; Flags: ignoreversion 
  31. Source: "{app}\css\Original style.css"; DestDir: "{app}\css"; Flags: ignoreversion 
  32. Source: "{app}\css\Printer friendly.css"; DestDir: "{app}\css"; Flags: ignoreversion 
  33. Source: "{app}\pt.exe"; DestDir: "{app}"; Flags: ignoreversion 
  34. Source: "{app}\Readme.txt"; DestDir: "{app}"; 
  35. Source: "{app}\pthelp.cnt"; DestDir: "{app}"; Flags: ignoreversion 
  36. Source: "{app}\PTHELP.HLP"; DestDir: "{app}"; Flags: ignoreversion 
  37. Source: "{app}\ptdataicon.ico"; DestDir: "{app}"; Flags: ignoreversion 
  38. Source: "{app}\unicows.dll"; DestDir: "{app}"; Flags: ignoreversion 
  39. Source: "{app}\DirectIo.sys"; DestDir: "{app}"; Flags: ignoreversion 
  40. [Registry]
  41. Root: HKCR; Subkey: ".pt"; ValueType: String; ValueData: "PerformanceTestBL"; Flags: uninsdeletevalue 
  42. Root: HKCR; Subkey: "PerformanceTestBL"; ValueType: String; ValueData: "PerformanceTest Baseline"; Flags: uninsdeletekey 
  43. Root: HKCR; Subkey: "PerformanceTestBL\DefaultIcon"; ValueType: String; ValueData: "{app}\ptdataicon.ico,0"; 
  44. Root: HKCR; Subkey: "PerformanceTestBL\shell\open\command"; ValueType: String; ValueData: """{app}\pt.exe"" ""%1"""; 
  45. [Run]
  46. Filename: "{app}\Readme.txt"; Flags: shellexec skipifdoesntexist postinstall skipifsilent 
  47. Filename: "{app}\pt.exe"; Description: "Launch PerformanceTest"; Flags: postinstall skipifsilent nowait
  48. [Icons]
  49. Name: "{group}\PerformanceTest"; Filename: "{app}\pt.exe"; Comment: "PerformanceTest"; 
  50. Name: "{group}\PerformanceTest Documentation"; Filename: "{app}\pthelp.hlp"; Comment: "PerformanceTest Documentation"; 
  51. Name: "{group}\Uninstall PerformanceTest"; Filename: "{uninstallexe}"; 
  52. [UninstallDelete]
  53. Type: files; Name: "{app}\CDReadStats.txt"; 
  54. Type: files; Name: "{app}\DiskReadStats.txt"; 
  55. Type: files; Name: "{app}\DiskReadStatsTB.txt"; 
  56. Type: files; Name: "{app}\DiskWriteStats.txt"; 
  57. Type: files; Name: "{app}\DiskWriteStatsTB.txt"; 
  58. Type: files; Name: "{app}\MemAccessStats.txt"; 
  59. Type: files; Name: "{app}\NetworkRecvStats.txt"; 
  60. Type: files; Name: "{app}\NetworkSendStats.txt"; 
  61. Type: files; Name: "{app}\LastUsed.cfg"; 
  62. [CustomMessages]
  63. default.NameAndVersion=%1 version %2
  64. default.AdditionalIcons=Additional icons:
  65. default.CreateDesktopIcon=Create a &desktop icon
  66. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  67. default.ProgramOnTheWeb=%1 on the Web
  68. default.UninstallProgram=Uninstall %1
  69. default.LaunchProgram=Launch %1
  70. default.AssocFileExtension=&Associate %1 with the %2 file extension
  71. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  72. [Languages]
  73. ; These files are stubs
  74. ; To achieve better results after recompilation, use the real language files
  75. Name: "default"; MessagesFile: "embedded\default.isl"; 
  76.