home *** CD-ROM | disk | FTP | other *** search
/ PC Advisor 2006 May / PCA130_CD.ISO / edit / utilities / tputilities.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2006-02-24  |  13.9 KB  |  160 lines

  1. ;InnoSetupVersion=5.0.4
  2. [Setup]
  3. AppName=Tech-Pro Utilities
  4. AppVerName=Tech-Pro Utilities 1.1
  5. AppId=Tech-Pro Utilities
  6. AppPublisher=Tech-Pro Limited
  7. AppPublisherURL=http://www.tech-pro.net/
  8. AppSupportURL=http://www.tech-pro.net/support.html
  9. AppUpdatesURL={app}\Startup\downloader.exe
  10. DefaultDirName={pf}\Tech-Pro Utilities
  11. DefaultGroupName=Tech-Pro Utilities
  12. UninstallDisplayIcon={app}\Startup\tpmenu.exe
  13. OutputBaseFilename=tputilities
  14. Compression=lzma
  15. PrivilegesRequired=none
  16. LicenseFile=embedded\License.txt
  17. InfoBeforeFile=embedded\InfoBefore.rtf
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20. [Files]
  21. Source: "{app}\Startup\tpmenu.exe"; DestDir: "{app}\Startup"; Components: startup; Flags: restartreplace 
  22. Source: "{app}\Startup\downloader.exe"; DestDir: "{app}\Startup"; Components: startup; Flags: restartreplace 
  23. Source: "{app}\Startup\startupmgr.exe"; DestDir: "{app}\Startup"; Components: startup; Flags: restartreplace 
  24. Source: "{app}\Startup\startup.chm"; DestDir: "{app}\Startup"; Components: startup; Flags: restartreplace 
  25. Source: "{app}\Textpad\textpad.exe"; DestDir: "{app}\Textpad"; Components: textpad; Flags: restartreplace 
  26. Source: "{app}\Textpad\textpad.chm"; DestDir: "{app}\Textpad"; Components: textpad; Flags: restartreplace 
  27. Source: "{app}\Sticky Notes\stickynotes.exe"; DestDir: "{app}\Sticky Notes"; Components: stickynotes; Flags: restartreplace 
  28. Source: "{app}\Sticky Notes\stickynotes.chm"; DestDir: "{app}\Sticky Notes"; Components: stickynotes; Flags: restartreplace 
  29. Source: "{app}\Calendar\calendar.exe"; DestDir: "{app}\Calendar"; Components: calendar; Flags: restartreplace 
  30. Source: "{app}\Calendar\calendar.chm"; DestDir: "{app}\Calendar"; Components: calendar; Flags: restartreplace 
  31. Source: "{app}\Calendar\klaxon.wav"; DestDir: "{app}\Calendar"; Components: calendar; Flags: restartreplace 
  32. Source: "{userdocs}\calendar.dat"; DestDir: "{userdocs}"; Components: calendar; Flags: onlyifdoesntexist 
  33. Source: "{app}\Zip\tpzip.exe"; DestDir: "{app}\Zip"; Components: zip; Flags: restartreplace 
  34. Source: "{app}\Zip\cnvrt.exe"; DestDir: "{app}\Zip"; Components: zip; Flags: restartreplace 
  35. Source: "{app}\Zip\ucnvrt.exe"; DestDir: "{app}\Zip"; Components: zip; Flags: restartreplace 
  36. Source: "{app}\Zip\tpzip.chm"; DestDir: "{app}\Zip"; Components: zip; Flags: restartreplace 
  37. Source: "{app}\Clock Sync\clocksync.exe"; DestDir: "{app}\Clock Sync"; Components: clocksync; Flags: restartreplace 
  38. Source: "{app}\Clock Sync\clocksync.chm"; DestDir: "{app}\Clock Sync"; Components: clocksync; Flags: restartreplace 
  39. Source: "{app}\MultiRename\multiren.exe"; DestDir: "{app}\MultiRename"; Components: multiren; Flags: restartreplace 
  40. Source: "{app}\Quick Uninstall\quninst.exe"; DestDir: "{app}\Quick Uninstall"; Components: quninst; Flags: restartreplace 
  41. Source: "{app}\Safe\safe.exe"; DestDir: "{app}\Safe"; Components: safe; Flags: restartreplace 
  42. Source: "{app}\Safe\safe.chm"; DestDir: "{app}\Safe"; Components: safe; Flags: restartreplace 
  43. Source: "{app}\Search\search.exe"; DestDir: "{app}\Search"; Components: search; Flags: restartreplace 
  44. Source: "{app}\Terminator\terminator.exe"; DestDir: "{app}\Terminator"; Components: terminator; Flags: restartreplace 
  45. Source: "{app}\StopAds\stopads.exe"; DestDir: "{app}\StopAds"; Components: stopads; Flags: restartreplace 
  46. Source: "{app}\StopAds\submit.exe"; DestDir: "{app}\StopAds"; Components: stopads; Flags: restartreplace 
  47. Source: "{app}\StopAds\stopads.chm"; DestDir: "{app}\StopAds"; Components: stopads; Flags: restartreplace 
  48. Source: "{sys}\vdsrun50.dll"; DestDir: "{sys}"; Flags: restartreplace sharedfile promptifolder 
  49. Source: "{sys}\vdsbrw50.dll"; DestDir: "{sys}"; Flags: restartreplace sharedfile promptifolder 
  50. Source: "{sys}\vdstcp50.dll"; DestDir: "{sys}"; Components: clocksync stopads; Flags: restartreplace sharedfile promptifolder 
  51. Source: "{sys}\vdsras50.dll"; DestDir: "{sys}"; Components: clocksync stopads; Flags: restartreplace sharedfile promptifolder 
  52. Source: "{sys}\vdspopup.dll"; DestDir: "{sys}"; Flags: restartreplace sharedfile promptifolder 
  53. Source: "{sys}\vdszip50.dll"; DestDir: "{sys}"; Components: zip stopads; Flags: restartreplace sharedfile promptifolder 
  54. Source: "{sys}\tpblow50.dll"; DestDir: "{sys}"; Components: safe; Flags: restartreplace sharedfile promptifolder 
  55. [Registry]
  56. Root: HKCU; Subkey: "Software\Tech-Pro\Utilities"; ValueName: "MenuBase"; ValueType: String; ValueData: "{group}"; 
  57. Root: HKCU; Subkey: "Software\Tech-Pro\Utilities"; ValueName: "InstallPath"; ValueType: String; ValueData: "{app}"; 
  58. Root: HKCU; Subkey: "Software\Tech-Pro\Utilities\TPMenu\New"; ValueName: "Textpad"; ValueType: String; ValueData: "{app}\Textpad\textpad.exe"; Components: textpad; 
  59. Root: HKCU; Subkey: "Software\Tech-Pro\Utilities\TPMenu\New"; ValueName: "Sticky Notes"; ValueType: String; ValueData: "{app}\Sticky Notes\stickynotes.exe"; Components: stickynotes; 
  60. Root: HKCU; Subkey: "Software\Tech-Pro\Utilities\TPMenu\New"; ValueName: "Calendar"; ValueType: String; ValueData: "{app}\Calendar\calendar.exe"; Components: calendar; 
  61. Root: HKCU; Subkey: "AppEvents\Schemes\Apps\Tech-Pro Calendar\Reminder\.Current"; ValueType: String; ValueData: "{app}\Calendar\klaxon.wav"; Components: calendar; 
  62. Root: HKCU; Subkey: "AppEvents\Schemes\Apps\Tech-Pro Calendar\Reminder\.Default"; ValueType: String; ValueData: "{app}\Calendar\klaxon.wav"; Components: calendar; 
  63. Root: HKCU; Subkey: "Software\Tech-Pro\Utilities\TPMenu\New"; ValueName: "Tech-Pro Zip"; ValueType: String; ValueData: "{app}\Zip\tpzip.exe"; Components: zip; 
  64. Root: HKCU; Subkey: "Software\Tech-Pro\Utilities\TPMenu\New"; ValueName: "Clock Sync"; ValueType: String; ValueData: "{app}\Clock Sync\clocksync.exe"; Components: clocksync; 
  65. Root: HKCU; Subkey: "Software\Tech-Pro\Utilities\TPMenu\New"; ValueName: "MultiRename"; ValueType: String; ValueData: "{app}\MultiRename\multiren.exe"; Components: multiren; 
  66. Root: HKCU; Subkey: "Software\Tech-Pro\Utilities\TPMenu\New"; ValueName: "Quick Uninstall"; ValueType: String; ValueData: "{app}\Quick Uninstall\quninst.exe"; Components: quninst; 
  67. Root: HKCU; Subkey: "Software\Tech-Pro\Utilities\TPMenu\New"; ValueName: "Tech-Pro Safe"; ValueType: String; ValueData: "{app}\Safe\safe.exe"; Components: safe; 
  68. Root: HKCU; Subkey: "Software\Tech-Pro\Utilities\TPMenu\New"; ValueName: "Tech-Pro Search"; ValueType: String; ValueData: "{app}\Search\search.exe"; Components: search; 
  69. Root: HKCU; Subkey: "Software\Tech-Pro\Utilities\TPMenu\New"; ValueName: "Terminator"; ValueType: String; ValueData: "{app}\Terminator\terminator.exe"; Components: terminator; 
  70. Root: HKCU; Subkey: "Software\Tech-Pro\Utilities\TPMenu\New"; ValueName: "StopAds"; ValueType: String; ValueData: "{app}\StopAds\stopads.exe"; Components: stopads; 
  71. [INI]
  72. FileName: "{app}\tech-pro.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.tech-pro.net/"; 
  73. [Run]
  74. Filename: "{app}\Startup\tpmenu.exe"; Description: "Launch Tech-Pro Menu"; Flags: postinstall skipifsilent nowait
  75. [UninstallRun]
  76. Filename: "{app}\Textpad\textpad.exe"; Parameters: "/uninstall"; Components: textpad; Flags: skipifdoesntexist 
  77. Filename: "{app}\Zip\tpzip.exe"; Parameters: "/unreg"; Components: zip; Flags: skipifdoesntexist 
  78. Filename: "{app}\Safe\safe.exe"; Parameters: "/uninstall"; Components: safe; Flags: skipifdoesntexist 
  79. Filename: "{app}\StopAds\stopads.exe"; Parameters: "/uninstall"; Components: stopads; Flags: skipifdoesntexist 
  80. Filename: "{app}\Startup\startupmgr.exe"; Parameters: "/uninstall"; Components: startup; Flags: skipifdoesntexist 
  81. [Icons]
  82. Name: "{group}\Tech-Pro Home Page"; Filename: "{app}\tech-pro.url"; 
  83. Name: "{group}\Tech-Pro Menu"; Filename: "{app}\Startup\tpmenu.exe"; Components: startup; 
  84. Name: "{group}\Startup Manager"; Filename: "{app}\Startup\startupmgr.exe"; Components: startup; 
  85. Name: "{group}\Check for updates"; Filename: "{app}\Startup\downloader.exe"; Components: startup; 
  86. Name: "{group}\Tech-Pro Utilities Help"; Filename: "{app}\Startup\startup.chm"; Components: startup; 
  87. Name: "{userstartup}\Tech-Pro Menu"; Filename: "{app}\Startup\tpmenu.exe"; Parameters: "/startup"; Components: startup; Tasks: startupicon; 
  88. Name: "{group}\Textpad"; Filename: "{app}\Textpad\textpad.exe"; Components: textpad; 
  89. Name: "{group}\Textpad Help"; Filename: "{app}\Textpad\textpad.chm"; Components: textpad; 
  90. Name: "{userstartup}\Textpad"; Filename: "{app}\Textpad\textpad.exe"; Components: textpad; Tasks: startupicon; 
  91. Name: "{sendto}\Textpad"; Filename: "{app}\Textpad\textpad.exe"; Components: textpad; 
  92. Name: "{group}\Sticky Notes"; Filename: "{app}\Sticky Notes\stickynotes.exe"; Components: stickynotes; 
  93. Name: "{group}\Sticky Notes Help"; Filename: "{app}\Sticky Notes\stickynotes.chm"; Components: stickynotes; 
  94. Name: "{userstartup}\Sticky Notes"; Filename: "{app}\Sticky Notes\stickynotes.exe"; Components: stickynotes; Tasks: startupicon; 
  95. Name: "{group}\Calendar"; Filename: "{app}\Calendar\calendar.exe"; Components: calendar; 
  96. Name: "{group}\Calendar Help"; Filename: "{app}\Calendar\calendar.chm"; Components: calendar; 
  97. Name: "{userstartup}\Calendar"; Filename: "{app}\Calendar\calendar.exe"; Components: calendar; Tasks: startupicon; 
  98. Name: "{group}\Tech-Pro Zip"; Filename: "{app}\Zip\tpzip.exe"; Components: zip; 
  99. Name: "{group}\Tech-Pro Zip Help"; Filename: "{app}\Zip\tpzip.chm"; Components: zip; 
  100. Name: "{userdesktop}\Tech-Pro Zip"; Filename: "{app}\Zip\tpzip.exe"; Components: zip; Tasks: desktopicon; 
  101. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Tech-Pro Zip"; Filename: "{app}\Zip\tpzip.exe"; Components: zip; Tasks: quicklaunchicon; 
  102. Name: "{group}\Clock Sync"; Filename: "{app}\Clock Sync\clocksync.exe"; Components: clocksync; 
  103. Name: "{group}\Clock Sync Help"; Filename: "{app}\Clock Sync\clocksync.chm"; Components: clocksync; 
  104. Name: "{userstartup}\Clock Sync"; Filename: "{app}\Clock Sync\clocksync.exe"; Components: clocksync; Tasks: startupicon; 
  105. Name: "{group}\MultiRename"; Filename: "{app}\MultiRename\multiren.exe"; Components: multiren; 
  106. Name: "{userdesktop}\MultiRename"; Filename: "{app}\MultiRename\multiren.exe"; Components: multiren; Tasks: desktopicon; 
  107. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\MultiRename"; Filename: "{app}\MultiRename\multiren.exe"; Components: multiren; Tasks: quicklaunchicon; 
  108. Name: "{group}\Quick Uninstall"; Filename: "{app}\Quick Uninstall\quninst.exe"; Components: quninst; 
  109. Name: "{userdesktop}\Quick Uninstall"; Filename: "{app}\Quick Uninstall\quninst.exe"; Components: quninst; Tasks: desktopicon; 
  110. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Quick Uninstall"; Filename: "{app}\Quick Uninstall\quninst.exe"; Components: quninst; Tasks: quicklaunchicon; 
  111. Name: "{group}\Tech-Pro Safe"; Filename: "{app}\Safe\safe.exe"; Components: safe; 
  112. Name: "{group}\Tech-Pro Safe Help"; Filename: "{app}\Safe\safe.chm"; Components: safe; 
  113. Name: "{userstartup}\Tech-Pro Safe"; Filename: "{app}\Safe\safe.exe"; Components: safe; Tasks: startupicon; 
  114. Name: "{group}\Search"; Filename: "{app}\Search\search.exe"; Components: search; 
  115. Name: "{userdesktop}\Tech-Pro Search"; Filename: "{app}\Search\search.exe"; Components: search; Tasks: desktopicon; 
  116. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Tech-Pro Search"; Filename: "{app}\Search\search.exe"; Components: search; Tasks: quicklaunchicon; 
  117. Name: "{group}\Terminator"; Filename: "{app}\Terminator\terminator.exe"; Components: terminator; 
  118. Name: "{userdesktop}\Terminator"; Filename: "{app}\Terminator\terminator.exe"; Components: terminator; Tasks: desktopicon; 
  119. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Terminator"; Filename: "{app}\Terminator\terminator.exe"; Components: terminator; Tasks: quicklaunchicon; 
  120. Name: "{group}\StopAds"; Filename: "{app}\StopAds\stopads.exe"; Components: stopads; 
  121. Name: "{group}\StopAds Help"; Filename: "{app}\StopAds\stopads.chm"; Components: stopads; 
  122. Name: "{userstartup}\StopAds"; Filename: "{app}\StopAds\stopads.exe"; Components: stopads; Tasks: startupicon; 
  123. [Tasks]
  124. Name: "desktopicon"; Description: "Create &desktop icons"; GroupDescription: "Additional icons:"; 
  125. Name: "quicklaunchicon"; Description: "Create &Quick Launch icons"; GroupDescription: "Additional icons:"; 
  126. Name: "startupicon"; Description: "Launch Tech-Pro Utilities at start-up?"; GroupDescription: "Additional icons:"; 
  127. [Components]
  128. Name: "startup"; Description: "Tech-Pro Utilities Startup"; Types: "full compact custom"; 
  129. Name: "textpad"; Description: "Textpad"; Types: "full compact custom"; 
  130. Name: "stickynotes"; Description: "Sticky Notes"; Types: "full compact custom"; 
  131. Name: "calendar"; Description: "Calendar"; Types: "full compact custom"; 
  132. Name: "zip"; Description: "Tech-Pro Zip"; Types: "full custom"; 
  133. Name: "clocksync"; Description: "Clock Sync"; Types: "full custom"; 
  134. Name: "safe"; Description: "Tech-Pro Safe"; Types: "full custom"; 
  135. Name: "stopads"; Description: "StopAds"; Types: "full custom"; 
  136. Name: "search"; Description: "Tech-Pro Search"; Types: "full custom"; 
  137. Name: "terminator"; Description: "Terminator"; Types: "full custom compact"; 
  138. Name: "quninst"; Description: "Quick Uninstall"; Types: "full custom compact"; 
  139. Name: "multiren"; Description: "MultiRename"; Types: "full"; 
  140. [UninstallDelete]
  141. Type: files; Name: "{app}\tech-pro.url"; 
  142. [Types]
  143. Name: "full"; 
  144. Name: "compact"; 
  145. Name: "custom"; 
  146. [CustomMessages]
  147. default.NameAndVersion=%1 version %2
  148. default.AdditionalIcons=Additional icons:
  149. default.CreateDesktopIcon=Create a &desktop icon
  150. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  151. default.ProgramOnTheWeb=%1 on the Web
  152. default.UninstallProgram=Uninstall %1
  153. default.LaunchProgram=Launch %1
  154. default.AssocFileExtension=&Associate %1 with the %2 file extension
  155. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  156. [Languages]
  157. ; These files are stubs
  158. ; To achieve better results after recompilation, use the real language files
  159. Name: "default"; MessagesFile: "embedded\default.isl"; 
  160.