home *** CD-ROM | disk | FTP | other *** search
/ Enter 2005 May / enter-2005-5.iso / files / pcw2005_v164.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2005-04-13  |  10.6 KB  |  142 lines

  1. ;InnoSetupVersion=4.2.5
  2. [Setup]
  3. AppName={cm:MyAppName}
  4. AppVerName={cm:MyAppName}.1.643
  5. AppId=PC Wizard 2005
  6. AppPublisher=Laurent KUTIL & Franck DELATTRE
  7. AppPublisherURL=http://www.cpuid.com
  8. AppSupportURL=http://www.cpuid.com
  9. AppUpdatesURL=http://www.cpuid.com
  10. DefaultDirName={pf}\{cm:MyAppName}
  11. DefaultGroupName={cm:MyAppName}
  12. OutputBaseFilename=setup
  13. Compression=lzma
  14. WizardImageFile=embedded\WizardImage0.bmp
  15. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  16. [Files]
  17. Source: "{app}\PC Wizard,1.exe"; DestDir: "{app}"; DestName: "PC Wizard.exe"; Flags: ignoreversion 
  18. Source: "{app}\lame_enc.dll"; DestDir: "{app}"; Flags: ignoreversion 
  19. Source: "{app}\PC Wizard,2.exe"; DestDir: "{app}"; DestName: "PC Wizard.exe"; Flags: ignoreversion 
  20. Source: "{app}\pcwamd64.sys"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\pcwdxbch.dll"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\pcwiz32.dll"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\pcwiz32x.dll"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\pcwizard.dll"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\pcwizard.dll.manifest"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\pcwizard.sys"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\pcwizard.vxd"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\pcwizbk.dll"; DestDir: "{app}"; Flags: ignoreversion 
  29. Source: "{app}\pcwizdx.dll"; DestDir: "{app}"; Flags: ignoreversion 
  30. Source: "{app}\pcwizgfx.dll"; DestDir: "{app}"; Flags: ignoreversion 
  31. Source: "{app}\pcwizmp3.dll"; DestDir: "{app}"; Flags: ignoreversion 
  32. Source: "{app}\pcwizosd.dll"; DestDir: "{app}"; Flags: ignoreversion 
  33. Source: "{app}\pcwizpda.dll"; DestDir: "{app}"; Flags: ignoreversion 
  34. Source: "{app}\Data\pcwiz16.exe"; DestDir: "{app}\Data"; Flags: ignoreversion 
  35. Source: "{app}\Data\pcwizard.bch"; DestDir: "{app}\Data"; Flags: ignoreversion 
  36. Source: "{app}\Data\pcwizard.bgd"; DestDir: "{app}\Data"; Flags: ignoreversion 
  37. Source: "{app}\Data\pcwizard.fab"; DestDir: "{app}\Data"; Flags: ignoreversion 
  38. Source: "{app}\Data\pcwizard.pci"; DestDir: "{app}\Data"; Flags: ignoreversion 
  39. Source: "{app}\Data\pcwpdf.dll"; DestDir: "{app}\Data"; Flags: ignoreversion 
  40. Source: "{app}\Data\settings.exe"; DestDir: "{app}\Data"; Flags: ignoreversion 
  41. Source: "{app}\Help\pcwiz09.cnt"; DestDir: "{app}\Help"; Flags: ignoreversion 
  42. Source: "{app}\Help\pcwiz09.HLP"; DestDir: "{app}\Help"; Flags: ignoreversion 
  43. Source: "{app}\Help\pcwiz0c.cnt"; DestDir: "{app}\Help"; Flags: ignoreversion 
  44. Source: "{app}\Help\pcwiz0c.HLP"; DestDir: "{app}\Help"; Flags: ignoreversion 
  45. Source: "{app}\Language\pcwl0009.dll"; DestDir: "{app}\Language"; Flags: ignoreversion 
  46. Source: "{app}\Language\pcwl000c.dll"; DestDir: "{app}\Language"; Flags: ignoreversion 
  47. Source: "{app}\Language\pcwl081a.dll"; DestDir: "{app}\Language"; Flags: ignoreversion 
  48. Source: "{app}\Web\webupdt.exe"; DestDir: "{app}\Web"; Flags: ignoreversion 
  49. Source: "{app}\Extras\pcwizard.lic"; DestDir: "{app}\Extras"; Flags: ignoreversion 
  50. Source: "{app}\Extras\pcwizvdo.dll"; DestDir: "{app}\Extras"; Flags: ignoreversion 
  51. Source: "{sys}\PCWizard.cpl"; DestDir: "{sys}"; 
  52. Source: "{win}\Java\trustlib\ZipFunctions.class"; DestDir: "{win}\Java\trustlib"; Flags: ignoreversion 
  53. Source: "{sys}\msvbvm60.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace regserver sharedfile 
  54. Source: "{sys}\vb6fr.dll"; DestDir: "{sys}"; Flags: sharedfile 
  55. [Dirs]
  56. Name: "{app}\Data"; 
  57. Name: "{app}\Help"; 
  58. Name: "{app}\Language"; 
  59. Name: "{app}\Web"; 
  60. Name: "{app}\Extras"; 
  61. [Registry]
  62. Root: HKCU; Subkey: "Software\PC Wizard\PC Wizard 2005\Settings"; ValueName: "AlwaysEnglish"; ValueType: Dword; ValueData: "$0"; Flags: uninsdeletekey 
  63. Root: HKCU; Subkey: "Software\PC Wizard\PC Wizard 2005\Settings"; ValueName: "DimState"; ValueType: Dword; ValueData: "$0"; Flags: uninsdeletekey 
  64. Root: HKCU; Subkey: "Software\PC Wizard\PC Wizard 2005\Settings"; ValueName: "DisableBackGround"; ValueType: Dword; ValueData: "$0"; Flags: uninsdeletekey 
  65. Root: HKCU; Subkey: "Software\PC Wizard\PC Wizard 2005\Settings"; ValueName: "DisableIDE"; ValueType: Dword; ValueData: "$0"; Flags: uninsdeletekey 
  66. Root: HKCU; Subkey: "Software\PC Wizard\PC Wizard 2005\Settings"; ValueName: "DisableISAMonitoring"; ValueType: Dword; ValueData: "$1"; Flags: uninsdeletekey 
  67. Root: HKCU; Subkey: "Software\PC Wizard\PC Wizard 2005\Settings"; ValueName: "DisableNetShare"; ValueType: Dword; ValueData: "$0"; Flags: uninsdeletekey 
  68. Root: HKCU; Subkey: "Software\PC Wizard\PC Wizard 2005\Settings"; ValueName: "DisableSPD"; ValueType: Dword; ValueData: "$0"; Flags: uninsdeletekey 
  69. Root: HKCU; Subkey: "Software\PC Wizard\PC Wizard 2005\Settings"; ValueName: "FindBiosCopyright"; ValueType: Dword; ValueData: "$0"; Flags: uninsdeletekey 
  70. Root: HKCU; Subkey: "Software\PC Wizard\PC Wizard 2005\Settings"; ValueName: "ISAAddr"; ValueType: Dword; ValueData: "$290"; Flags: uninsdeletekey 
  71. Root: HKCU; Subkey: "Software\PC Wizard\PC Wizard 2005\Settings"; ValueName: "LangID"; ValueType: Dword; ValueData: "$0"; Flags: uninsdeletekey 
  72. Root: HKCU; Subkey: "Software\PC Wizard\PC Wizard 2005\Settings"; ValueName: "Path"; ValueType: String; ValueData: "{app}"; Flags: uninsdeletekey 
  73. Root: HKCU; Subkey: "Software\PC Wizard\PC Wizard 2005\Settings"; ValueName: "MBMInterface"; ValueType: Dword; ValueData: "$0"; Flags: uninsdeletekey 
  74. Root: HKCU; Subkey: "Software\PC Wizard\PC Wizard 2005\Settings"; ValueName: "MBMonly"; ValueType: Dword; ValueData: "$0"; Flags: uninsdeletekey 
  75. Root: HKCU; Subkey: "Software\PC Wizard\PC Wizard 2005\Settings"; ValueName: "MemBandwidth"; ValueType: Dword; ValueData: "$0"; Flags: uninsdeletekey 
  76. Root: HKCU; Subkey: "Software\PC Wizard\PC Wizard 2005\Settings"; ValueName: "Indent"; ValueType: Dword; ValueData: "$1"; Flags: uninsdeletekey 
  77. Root: HKCU; Subkey: "Software\PC Wizard\PC Wizard 2005\Settings"; ValueName: "LVGroup"; ValueType: Dword; ValueData: "$0"; Flags: uninsdeletekey 
  78. Root: HKCU; Subkey: "Software\PC Wizard\PC Wizard 2005\Settings"; ValueName: "Prefetch"; ValueType: Dword; ValueData: "$1"; Flags: uninsdeletekey 
  79. Root: HKCU; Subkey: "Software\PC Wizard\PC Wizard 2005\Settings"; ValueName: "StyleClassic"; ValueType: Dword; ValueData: "$0"; Flags: uninsdeletekey 
  80. Root: HKCU; Subkey: "Software\PC Wizard\PC Wizard 2005\Settings"; ValueName: "Linear"; ValueType: Dword; ValueData: "$1"; Flags: uninsdeletekey 
  81. Root: HKCU; Subkey: "Software\PC Wizard\PC Wizard 2005\Settings"; ValueName: "CPULogo"; ValueType: Dword; ValueData: "$1"; Flags: uninsdeletekey 
  82. Root: HKCU; Subkey: "Software\PC Wizard\PC Wizard 2005\Settings"; ValueName: "AnimatedIcon"; ValueType: Dword; ValueData: "$0"; Flags: uninsdeletekey 
  83. Root: HKCU; Subkey: "Software\PC Wizard\PC Wizard 2005\Settings"; ValueName: "RealTimeSensor"; ValueType: Dword; ValueData: "$0"; Flags: uninsdeletekey 
  84. Root: HKCU; Subkey: "Software\PC Wizard\PC Wizard 2005\Settings"; ValueName: "DisableDMI"; ValueType: Dword; ValueData: "$0"; Flags: uninsdeletekey 
  85. Root: HKCU; Subkey: "Software\PC Wizard\PC Wizard 2005\Settings"; ValueName: "DisableSMBus"; ValueType: Dword; ValueData: "$0"; Flags: uninsdeletekey 
  86. Root: HKCU; Subkey: "Software\PC Wizard\PC Wizard 2005\Settings"; ValueName: "Disable16"; ValueType: Dword; ValueData: "$0"; Flags: uninsdeletekey 
  87. Root: HKCU; Subkey: "Software\PC Wizard\PC Wizard 2005\Settings"; ValueName: "DisableOSD"; ValueType: Dword; ValueData: "$0"; Flags: uninsdeletekey 
  88. Root: HKCU; Subkey: "Software\PC Wizard\PC Wizard 2005\Settings"; ValueName: "DisableGPU"; ValueType: Dword; ValueData: "$0"; Flags: uninsdeletekey 
  89. Root: HKCU; Subkey: "Software\PC Wizard\PC Wizard 2005\Settings"; ValueName: "ForceASUS"; ValueType: Dword; ValueData: "$0"; Flags: uninsdeletekey 
  90. Root: HKCU; Subkey: "Software\PC Wizard\PC Wizard 2005\Settings"; ValueName: "SensorConfig"; ValueType: Dword; ValueData: "$1"; Flags: uninsdeletekey 
  91. Root: HKCU; Subkey: "Software\PC Wizard\PC Wizard 2005\Settings"; ValueName: "DeleteAudioTrack"; ValueType: Dword; ValueData: "$0"; Flags: uninsdeletekey 
  92. Root: HKCU; Subkey: "Software\PC Wizard\PC Wizard 2005\Settings"; ValueName: "DisableI2C"; ValueType: Dword; ValueData: "$1"; Flags: uninsdeletekey 
  93. Root: HKCU; Subkey: "Software\PC Wizard\PC Wizard 2005\Settings"; ValueName: "DisableFarenheit"; ValueType: Dword; ValueData: "$0"; Flags: uninsdeletekey 
  94. Root: HKCU; Subkey: "Software\PC Wizard\PC Wizard 2005\Settings"; ValueName: "DisableAdvices"; ValueType: Dword; ValueData: "$1"; Flags: uninsdeletekey 
  95. Root: HKCU; Subkey: "Software\PC Wizard\PC Wizard 2005\Settings"; ValueName: "DisableQFan"; ValueType: Dword; ValueData: "$0"; Flags: uninsdeletekey 
  96. [Run]
  97. Filename: "{app}\PC Wizard.exe"; Description: "{cm:LaunchProgram, {cm:MyAppName}}"; Flags: postinstall skipifsilent nowait
  98. [Icons]
  99. Name: "{group}\{cm:MyAppName}"; Filename: "{app}\PC Wizard.exe"; 
  100. Name: "{group}\{cm:MyAppName} {cm:MySettings}"; Filename: "{app}\Data\Settings.exe"; 
  101. Name: "{group}\{cm:UninstallProgram, {cm:MyAppName}}"; Filename: "{uninstallexe}"; 
  102. Name: "{userdesktop}\{cm:MyAppName}"; Filename: "{app}\PC Wizard.exe"; Tasks: desktopicon; 
  103. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\{cm:MyAppName}"; Filename: "{app}\PC Wizard.exe"; Tasks: quicklaunchicon; 
  104. [Tasks]
  105. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "Additional icons:"; 
  106. Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "Additional icons:"; 
  107. [CustomMessages]
  108. en.NameAndVersion=%1 version %2
  109. en.AdditionalIcons=Additional icons:
  110. en.CreateDesktopIcon=Create a &desktop icon
  111. en.CreateQuickLaunchIcon=Create a &Quick Launch icon
  112. en.ProgramOnTheWeb=%1 on the Web
  113. en.UninstallProgram=Uninstall %1
  114. en.LaunchProgram=Launch %1
  115. en.AssocFileExtension=&Associate %1 with the %2 file extension
  116. en.AssocingFileExtension=Associating %1 with the %2 file extension...
  117. fr.NameAndVersion=%1 version %2
  118. fr.AdditionalIcons=Ic
  119. nes suppl
  120. mentaires :
  121. fr.CreateDesktopIcon=Cr
  122. er une ic
  123. ne sur le &Bureau
  124. fr.CreateQuickLaunchIcon=Cr
  125. er une ic
  126. ne dans la barre de &Lancement rapide
  127. fr.ProgramOnTheWeb=Page d'accueil de %1
  128. fr.UninstallProgram=D
  129. sinstallation de %1
  130. fr.LaunchProgram=Ex
  131. cuter %1
  132. fr.AssocFileExtension=&Associer %1 avec l'extension de fichier %2
  133. fr.AssocingFileExtension=Associe %1 avec l'extension de fichier %2...
  134. MyAppName=PC Wizard 2005
  135. en.MySettings=Settings
  136. fr.MySettings=Param
  137. [Languages]
  138. ; These files are stubs
  139. ; To achieve better results after recompilation, use the real language files
  140. Name: "en"; MessagesFile: "embedded\en.isl"; LicenseFile: "embedded\enLicense.txt"; 
  141. Name: "fr"; MessagesFile: "embedded\fr.isl"; LicenseFile: "embedded\frLicense.txt"; 
  142.