home *** CD-ROM | disk | FTP | other *** search
/ com!online 2003 November / com_1103_1.iso / computer / tuning / jv16pt_setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-08-14  |  14.2 KB  |  158 lines

  1. ;InnoSetupVersion=2.0.18
  2. [Setup]
  3. AppName=jv16 PowerTools
  4. AppVerName=jv16 PowerTools 1.4
  5. AppId=jv16 PowerTools
  6. DefaultDirName={pf}\jv16 PowerTools
  7. DefaultGroupName=jv16 PowerTools
  8. UninstallDisplayIcon={app}\jv16 PowerTools.exe
  9. OutputBaseFilename=setup
  10. Compression=zip
  11. PrivilegesRequired=none
  12. LicenseFile=embedded\License.txt
  13. WizardImageFile=embedded\WizardImage0.bmp
  14. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  15. [Files]
  16. Source: "{app}\Documentation\index.html"; DestDir: "{app}\Documentation"; Components: main; 
  17. Source: "{app}\Documentation\Known bugs.txt"; DestDir: "{app}\Documentation"; Components: main; 
  18. Source: "{app}\Documentation\License Agreement.txt"; DestDir: "{app}\Documentation"; Components: main; 
  19. Source: "{app}\Documentation\Example Scripts\1. The very basics\if clauses.jvb"; DestDir: "{app}\Documentation\Example Scripts\1. The very basics"; Components: main; 
  20. Source: "{app}\Documentation\Example Scripts\1. The very basics\Loops.jvb"; DestDir: "{app}\Documentation\Example Scripts\1. The very basics"; Components: main; 
  21. Source: "{app}\Documentation\Example Scripts\1. The very basics\Variables.jvb"; DestDir: "{app}\Documentation\Example Scripts\1. The very basics"; Components: main; 
  22. Source: "{app}\Documentation\Example Scripts\2. Hello worlds\Hello World v1.jvb"; DestDir: "{app}\Documentation\Example Scripts\2. Hello worlds"; Components: main; 
  23. Source: "{app}\Documentation\Example Scripts\2. Hello worlds\Hello World v2.jvb"; DestDir: "{app}\Documentation\Example Scripts\2. Hello worlds"; Components: main; 
  24. Source: "{app}\Documentation\Example Scripts\2. Hello worlds\Hello World v3.jvb"; DestDir: "{app}\Documentation\Example Scripts\2. Hello worlds"; Components: main; 
  25. Source: "{app}\Documentation\Example Scripts\2. Hello worlds\Hello World v4.jvb"; DestDir: "{app}\Documentation\Example Scripts\2. Hello worlds"; Components: main; 
  26. Source: "{app}\Documentation\Example Scripts\2. Hello worlds\Hello World v5.jvb"; DestDir: "{app}\Documentation\Example Scripts\2. Hello worlds"; Components: main; 
  27. Source: "{app}\Documentation\Example Scripts\3. More complex\internal if clauses.jvb"; DestDir: "{app}\Documentation\Example Scripts\3. More complex"; Components: main; 
  28. Source: "{app}\Documentation\Example Scripts\3. More complex\Variables with a loop.jvb"; DestDir: "{app}\Documentation\Example Scripts\3. More complex"; Components: main; 
  29. Source: "{app}\Documentation\Example Scripts\4. Real world examples\Computer name.jvb"; DestDir: "{app}\Documentation\Example Scripts\4. Real world examples"; Components: main; 
  30. Source: "{app}\Documentation\Example Scripts\4. Real world examples\Date and time report.jvb"; DestDir: "{app}\Documentation\Example Scripts\4. Real world examples"; Components: main; 
  31. Source: "{app}\Documentation\Example Scripts\4. Real world examples\Kill solitaire v1.jvb"; DestDir: "{app}\Documentation\Example Scripts\4. Real world examples"; Components: main; 
  32. Source: "{app}\Documentation\Example Scripts\4. Real world examples\Kill solitaire v2.jvb"; DestDir: "{app}\Documentation\Example Scripts\4. Real world examples"; Components: main; 
  33. Source: "{app}\Documentation\Example Scripts\4. Real world examples\List mp3s.jvb"; DestDir: "{app}\Documentation\Example Scripts\4. Real world examples"; Components: main; 
  34. Source: "{app}\Documentation\Example Scripts\4. Real world examples\Solitaire_ anyone.jvb"; DestDir: "{app}\Documentation\Example Scripts\4. Real world examples"; DestName: "Solitaire, anyone.jvb"; Components: main; 
  35. Source: "{app}\Documentation\html\about_registry.html"; DestDir: "{app}\Documentation\html"; Components: main; 
  36. Source: "{app}\Documentation\html\about_scripts.html"; DestDir: "{app}\Documentation\html"; Components: main; 
  37. Source: "{app}\Documentation\html\access_control.html"; DestDir: "{app}\Documentation\html"; Components: main; 
  38. Source: "{app}\Documentation\html\advanced_info.html"; DestDir: "{app}\Documentation\html"; Components: main; 
  39. Source: "{app}\Documentation\html\application_events.html"; DestDir: "{app}\Documentation\html"; Components: main; 
  40. Source: "{app}\Documentation\html\APS.html"; DestDir: "{app}\Documentation\html"; Components: main; 
  41. Source: "{app}\Documentation\html\backuptool.html"; DestDir: "{app}\Documentation\html"; Components: main; 
  42. Source: "{app}\Documentation\html\cdrom_installation.html"; DestDir: "{app}\Documentation\html"; Components: main; 
  43. Source: "{app}\Documentation\html\command_line.html"; DestDir: "{app}\Documentation\html"; Components: main; 
  44. Source: "{app}\Documentation\html\console.html"; DestDir: "{app}\Documentation\html"; Components: main; 
  45. Source: "{app}\Documentation\html\dirtool.html"; DestDir: "{app}\Documentation\html"; Components: main; 
  46. Source: "{app}\Documentation\html\dll_cleaner.html"; DestDir: "{app}\Documentation\html"; Components: main; 
  47. Source: "{app}\Documentation\html\FAQ.html"; DestDir: "{app}\Documentation\html"; Components: main; 
  48. Source: "{app}\Documentation\html\filename_parser.html"; DestDir: "{app}\Documentation\html"; Components: main; 
  49. Source: "{app}\Documentation\html\filetool.html"; DestDir: "{app}\Documentation\html"; Components: main; 
  50. Source: "{app}\Documentation\html\file_cleaner.html"; DestDir: "{app}\Documentation\html"; Components: main; 
  51. Source: "{app}\Documentation\html\getting_started.html"; DestDir: "{app}\Documentation\html"; Components: main; 
  52. Source: "{app}\Documentation\html\glossary.html"; DestDir: "{app}\Documentation\html"; Components: main; 
  53. Source: "{app}\Documentation\html\internet_update.html"; DestDir: "{app}\Documentation\html"; Components: main; 
  54. Source: "{app}\Documentation\html\local_security.html"; DestDir: "{app}\Documentation\html"; Components: main; 
  55. Source: "{app}\Documentation\html\mass_file_renamer.html"; DestDir: "{app}\Documentation\html"; Components: main; 
  56. Source: "{app}\Documentation\html\network_installation.html"; DestDir: "{app}\Documentation\html"; Components: main; 
  57. Source: "{app}\Documentation\html\regcleaner.html"; DestDir: "{app}\Documentation\html"; Components: main; 
  58. Source: "{app}\Documentation\html\regfinder.html"; DestDir: "{app}\Documentation\html"; Components: main; 
  59. Source: "{app}\Documentation\html\regmanager.html"; DestDir: "{app}\Documentation\html"; Components: main; 
  60. Source: "{app}\Documentation\html\regmonitor.html"; DestDir: "{app}\Documentation\html"; Components: main; 
  61. Source: "{app}\Documentation\html\script_commands.html"; DestDir: "{app}\Documentation\html"; Components: main; 
  62. Source: "{app}\Documentation\html\script_editor.html"; DestDir: "{app}\Documentation\html"; Components: main; 
  63. Source: "{app}\Documentation\html\script_manager.html"; DestDir: "{app}\Documentation\html"; Components: main; 
  64. Source: "{app}\Documentation\html\script_wizard.html"; DestDir: "{app}\Documentation\html"; Components: main; 
  65. Source: "{app}\Documentation\html\settings.html"; DestDir: "{app}\Documentation\html"; Components: main; 
  66. Source: "{app}\Documentation\html\shortcuts.html"; DestDir: "{app}\Documentation\html"; Components: main; 
  67. Source: "{app}\Documentation\html\start_menu_cleaner.html"; DestDir: "{app}\Documentation\html"; Components: main; 
  68. Source: "{app}\Documentation\html\style.css"; DestDir: "{app}\Documentation\html"; Components: main; 
  69. Source: "{app}\Documentation\html\tips.html"; DestDir: "{app}\Documentation\html"; Components: main; 
  70. Source: "{app}\Documentation\html\user_rights.html"; DestDir: "{app}\Documentation\html"; Components: main; 
  71. Source: "{app}\Documentation\html\wiping.html"; DestDir: "{app}\Documentation\html"; Components: main; 
  72. Source: "{app}\Settings\Default License.dat"; DestDir: "{app}\Settings"; Components: main; 
  73. Source: "{app}\Settings\metadt1.xbin"; DestDir: "{app}\Settings"; Components: main; 
  74. Source: "{app}\Settings\metadt3.xbin"; DestDir: "{app}\Settings"; Components: main; 
  75. Source: "{app}\Settings\metadt4.xbin"; DestDir: "{app}\Settings"; Components: main; 
  76. Source: "{app}\Settings\metadt5.xbin"; DestDir: "{app}\Settings"; Components: main; 
  77. Source: "{app}\Settings\metadt8.xbin"; DestDir: "{app}\Settings"; Components: main; 
  78. Source: "{app}\Settings\metadt9.xbin"; DestDir: "{app}\Settings"; Components: main; 
  79. Source: "{app}\Settings\Settings.dat"; DestDir: "{app}\Settings"; Components: main; 
  80. Source: "{app}\Settings\Sort.dat"; DestDir: "{app}\Settings"; Components: main; 
  81. Source: "{app}\Settings\Shortcuts.dat"; DestDir: "{app}\Settings"; Components: def1; 
  82. Source: "{app}\Settings\Tools.dat"; DestDir: "{app}\Settings"; Components: def2; 
  83. Source: "{app}\Settings\alias.dat"; DestDir: "{app}\Settings"; Components: def3; 
  84. Source: "{app}\Settings\forms.dat"; DestDir: "{app}\Settings"; Components: main; 
  85. Source: "{app}\Settings\Ignore\help.txt"; DestDir: "{app}\Settings\Ignore"; Components: main; 
  86. Source: "{app}\Settings\Ignore\RegistryIgnoreList.dat"; DestDir: "{app}\Settings\Ignore"; Components: main; 
  87. Source: "{app}\Users\$Default user\User.dat"; DestDir: "{app}\Users\$Default user"; Components: main; 
  88. Source: "{app}\Users\$Script user\User.dat"; DestDir: "{app}\Users\$Script user"; Components: main; 
  89. Source: "{app}\Languages\Arabic.lng"; DestDir: "{app}\Languages"; Components: trans; 
  90. Source: "{app}\Languages\Bulgarian.lng"; DestDir: "{app}\Languages"; Components: trans; 
  91. Source: "{app}\Languages\Chinese Big5.lng"; DestDir: "{app}\Languages"; Components: trans; 
  92. Source: "{app}\Languages\ChineseGB.lng"; DestDir: "{app}\Languages"; Components: trans; 
  93. Source: "{app}\Languages\Czech.lng"; DestDir: "{app}\Languages"; Components: trans; 
  94. Source: "{app}\Languages\Danish.lng"; DestDir: "{app}\Languages"; Components: trans; 
  95. Source: "{app}\Languages\Dutch.lng"; DestDir: "{app}\Languages"; Components: trans; 
  96. Source: "{app}\Languages\English,1.lng"; DestDir: "{app}\Languages"; DestName: "English.lng"; Components: trans; 
  97. Source: "{app}\Languages\Estonian.lng"; DestDir: "{app}\Languages"; Components: trans; 
  98. Source: "{app}\Languages\french-qc.lng"; DestDir: "{app}\Languages"; Components: trans; 
  99. Source: "{app}\Languages\French.lng"; DestDir: "{app}\Languages"; Components: trans; 
  100. Source: "{app}\Languages\Galician.lng"; DestDir: "{app}\Languages"; Components: trans; 
  101. Source: "{app}\Languages\German.lng"; DestDir: "{app}\Languages"; Components: trans; 
  102. Source: "{app}\Languages\Hellenic.lng"; DestDir: "{app}\Languages"; Components: trans; 
  103. Source: "{app}\Languages\Hungarian.lng"; DestDir: "{app}\Languages"; Components: trans; 
  104. Source: "{app}\Languages\Italian.lng"; DestDir: "{app}\Languages"; Components: trans; 
  105. Source: "{app}\Languages\Japanese.lng"; DestDir: "{app}\Languages"; Components: trans; 
  106. Source: "{app}\Languages\Korean.lng"; DestDir: "{app}\Languages"; Components: trans; 
  107. Source: "{app}\Languages\Lithuanian.lng"; DestDir: "{app}\Languages"; Components: trans; 
  108. Source: "{app}\Languages\Polish.lng"; DestDir: "{app}\Languages"; Components: trans; 
  109. Source: "{app}\Languages\Portuguese - Brazil.LNG"; DestDir: "{app}\Languages"; Components: trans; 
  110. Source: "{app}\Languages\Romanian.lng"; DestDir: "{app}\Languages"; Components: trans; 
  111. Source: "{app}\Languages\Russian.lng"; DestDir: "{app}\Languages"; Components: trans; 
  112. Source: "{app}\Languages\Serbian.lng"; DestDir: "{app}\Languages"; Components: trans; 
  113. Source: "{app}\Languages\Spanish(mx).lng"; DestDir: "{app}\Languages"; Components: trans; 
  114. Source: "{app}\Languages\Spanish.lng"; DestDir: "{app}\Languages"; Components: trans; 
  115. Source: "{app}\Languages\Turkish.lng"; DestDir: "{app}\Languages"; Components: trans; 
  116. Source: "{app}\Languages\English,2.lng"; DestDir: "{app}\Languages"; DestName: "English.lng"; Components: main; 
  117. Source: "{app}\Scripts\Examples.jvb"; DestDir: "{app}\Scripts"; Components: main; 
  118. Source: "{app}\jv16 PowerTools.exe"; DestDir: "{app}"; Components: main; 
  119. [Registry]
  120. Root: HKCR; Subkey: "jv16PT.jvb"; Flags: uninsdeletekey deletekey 
  121. Root: HKCR; Subkey: "jv16PT.jvb\DefaultIcon"; ValueType: String; ValueData: "{app}\jv16 PowerTools.exe,0"; 
  122. Root: HKCR; Subkey: "jv16PT.jvb\shell\Edit\command"; ValueType: String; ValueData: "notepad.exe %1"; 
  123. Root: HKCR; Subkey: "jv16PT.jvb\shell\Run\command"; ValueType: String; ValueData: "{app}\jv16 PowerTools.exe -Script %1"; 
  124. [Run]
  125. Filename: "{app}\jv16 PowerTools.exe"; Description: "&Start jv16 PowerTools"; Flags: shellexec postinstall unchecked skipifsilent 
  126. Filename: "{app}\Documentation\index.html"; Description: "&View the documentation"; Flags: shellexec postinstall unchecked skipifsilent 
  127. [Icons]
  128. Name: "{userdesktop}\jv16 PowerTools"; Filename: "{app}\jv16 PowerTools.exe"; Tasks: desktopicon; 
  129. Name: "{group}\jv16 PowerTools"; Filename: "{app}\jv16 PowerTools.exe"; Tasks: startmenu; 
  130. Name: "{group}\Uninstall"; Filename: "{app}\unins000.exe"; Tasks: startmenu2; 
  131. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\jv16 PowerTools"; Filename: "{app}\jv16 PowerTools.exe"; Tasks: quicklaunch; 
  132. [Tasks]
  133. Name: "startmenu"; Description: "Create a &start menu icon"; GroupDescription: "Icons:"; Components: "main"; 
  134. Name: "startmenu2"; Description: "Create an &uninstall icon to the start menu"; GroupDescription: "Icons:"; Components: "main"; 
  135. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Icons:"; Components: "main"; 
  136. Name: "quicklaunch"; Description: "Create a &quick launch icon"; GroupDescription: "Icons:"; Components: "main"; 
  137. [Components]
  138. Name: "main"; Description: "Main files"; Types: "full compact custom"; 
  139. Name: "trans"; Description: "Translations"; Types: "full"; 
  140. Name: "def1"; Description: "Default keyboard shortcuts"; Types: "full compact"; 
  141. Name: "def2"; Description: "Default tools menus"; Types: "full compact"; 
  142. Name: "def3"; Description: "Default command aliases"; Types: "full compact"; 
  143. [UninstallDelete]
  144. Type: filesandordirs; Name: "{app}\*.xbin"; 
  145. Type: filesandordirs; Name: "{app}\Settings\*.xbin"; 
  146. Type: filesandordirs; Name: "{app}\Backups"; 
  147. Type: filesandordirs; Name: "{app}\Temp"; 
  148. Type: filesandordirs; Name: "{app}\Settings"; 
  149. Type: filesandordirs; Name: "{app}\Languages"; 
  150. Type: filesandordirs; Name: "{app}\Users"; 
  151. Type: filesandordirs; Name: "{app}\Documentation"; 
  152. Type: filesandordirs; Name: "{app}\Scripts"; 
  153. Type: filesandordirs; Name: "{app}\Snapshot*.dat"; 
  154. [Types]
  155. Name: "full"; Description: "Full installation"; 
  156. Name: "compact"; Description: "Compact installation"; 
  157. Name: "custom"; Description: "Custom installation"; 
  158.