home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 November / PCWorld_2007-11_cd.bin / system / registrymechanic / rminstall.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2007-10-04  |  29.2 KB  |  460 lines

  1. ;InnoSetupVersion=5.1.7
  2. [Setup]
  3. AppName=Registry Mechanic
  4. AppVerName=Registry Mechanic 7.0
  5. AppId=Registry Mechanic
  6. AppVersion=7.0
  7. AppPublisher=PC Tools
  8. AppPublisherURL=http://www.pctools.com
  9. AppSupportURL=http://www.pctools.com/registry-mechanic/support/
  10. AppMutex=GuideWorksRegistryMechanic
  11. DefaultDirName={pf}\Registry Mechanic
  12. DefaultGroupName=Registry Mechanic
  13. UninstallDisplayIcon={app}\RegMech.exe
  14. OutputBaseFilename=rminstall-7.0.0.1010c-GTB
  15. Compression=lzma
  16. DisableProgramGroupPage=yes
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{tmp}\isxdl.dll"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  21. Source: "{tmp}\helper.dll"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  22. Source: "{tmp}\en_tb_image.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  23. Source: "{tmp}\de_tb_image.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  24. Source: "{tmp}\es_tb_image.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  25. Source: "{tmp}\fr_tb_image.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  26. Source: "{tmp}\RM GTB - English.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  27. Source: "{tmp}\RM GTB - German.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  28. Source: "{tmp}\RM GTB - Spanish.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  29. Source: "{tmp}\RM GTB - French.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  30. Source: "{tmp}\gtapi.dll"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  31. Source: "{tmp}\InternetCheck.exe"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  32. Source: "{tmp}\GTB_IE7_en.exe"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  33. Source: "{app}\Activate.dll"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  34. Source: "{app}\Common.ini"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  35. Source: "{app}\deu-rmhelp.chm"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  36. Source: "{app}\eng-rmhelp.chm"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  37. Source: "{app}\esp-rmhelp.chm"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  38. Source: "{app}\fre-rmhelp.chm"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  39. Source: "{app}\homepage.url"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  40. Source: "{app}\iSHelp.dll"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  41. Source: "{app}\PCTLicHelper.dll"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  42. Source: "{app}\RegMech.exe"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  43. Source: "{app}\RMEngine.dll"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  44. Source: "{app}\RMReg.exe"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  45. Source: "{app}\RMScrn.exe"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  46. Source: "{app}\RMSubs.dll"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  47. Source: "{app}\RMTray.exe"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  48. Source: "{app}\Update.exe"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  49. Source: "{app}\Data\keys.dat"; DestDir: "{app}\Data"; Flags: overwritereadonly ignoreversion 
  50. Source: "{app}\Data\map.dat"; DestDir: "{app}\Data"; Flags: overwritereadonly ignoreversion 
  51. Source: "{app}\Data\rmabout.avi"; DestDir: "{app}\Data"; Flags: overwritereadonly ignoreversion 
  52. Source: "{app}\Data\rmmon.avi"; DestDir: "{app}\Data"; Flags: overwritereadonly ignoreversion 
  53. Source: "{app}\Data\rmscan.avi"; DestDir: "{app}\Data"; Flags: overwritereadonly ignoreversion 
  54. Source: "{app}\Data\rmscan.xml"; DestDir: "{app}\Data"; Flags: overwritereadonly ignoreversion 
  55. Source: "{app}\Data\values.dat"; DestDir: "{app}\Data"; Flags: overwritereadonly ignoreversion 
  56. Source: "{app}\LuLng\Deutsch.lng"; DestDir: "{app}\LuLng"; Flags: overwritereadonly ignoreversion 
  57. Source: "{app}\LuLng\English.lng"; DestDir: "{app}\LuLng"; Flags: overwritereadonly ignoreversion 
  58. Source: "{app}\LuLng\Francais.lng"; DestDir: "{app}\LuLng"; Flags: overwritereadonly ignoreversion 
  59. Source: "{app}\LuLng\Spanish.lng"; DestDir: "{app}\LuLng"; Flags: overwritereadonly ignoreversion 
  60. Source: "{app}\ref\Deutsch.ini"; DestDir: "{app}\ref"; Flags: overwritereadonly ignoreversion 
  61. Source: "{app}\ref\Deutsch.mon"; DestDir: "{app}\ref"; Flags: overwritereadonly ignoreversion 
  62. Source: "{app}\ref\English.ini"; DestDir: "{app}\ref"; Flags: overwritereadonly ignoreversion 
  63. Source: "{app}\ref\English.mon"; DestDir: "{app}\ref"; Flags: overwritereadonly ignoreversion 
  64. Source: "{app}\ref\Espanol.ini"; DestDir: "{app}\ref"; Flags: overwritereadonly ignoreversion 
  65. Source: "{app}\ref\Espanol.mon"; DestDir: "{app}\ref"; Flags: overwritereadonly ignoreversion 
  66. Source: "{app}\ref\Francais.ini"; DestDir: "{app}\ref"; Flags: overwritereadonly ignoreversion 
  67. Source: "{app}\ref\Francais.mon"; DestDir: "{app}\ref"; Flags: overwritereadonly ignoreversion 
  68. Source: "{app}\ref\Francaisselect.bmp"; DestDir: "{app}\ref"; Flags: overwritereadonly ignoreversion 
  69. Source: "{app}\ref\Francaisstatus.bmp"; DestDir: "{app}\ref"; Flags: overwritereadonly ignoreversion 
  70. Source: "{tmp}\msvbvm60.dll"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  71. Source: "{tmp}\MSCOMCTL.OCX"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  72. Source: "{tmp}\STKIT432.DLL"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  73. Source: "{tmp}\scrrun.dll"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  74. Source: "{tmp}\dskquota.dll"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  75. Source: "{tmp}\msxml.dll"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  76. [Dirs]
  77. Name: "{app}\ref"; Flags: uninsalwaysuninstall 
  78. Name: "{app}\backup"; Flags: uninsalwaysuninstall 
  79. [Registry]
  80. Root: HKLM; Subkey: "Software\PCTools"; Flags: uninsdeletekeyifempty 
  81. Root: HKLM; Subkey: "Software\PCTools\Registry Mechanic"; Flags: uninsdeletekey 
  82. Root: HKLM; Subkey: "Software\PCTools\Registry Mechanic\Path"; ValueName: "BackUpFile"; ValueType: String; ValueData: "{app}\backup"; Flags: uninsdeletevalue 
  83. Root: HKLM; Subkey: "Software\PCTools\Registry Mechanic\Path"; ValueName: "RefFile"; ValueType: String; ValueData: "{app}\ref"; Flags: uninsdeletevalue 
  84. Root: HKLM; Subkey: "Software\PCTools\Registry Mechanic\Path"; ValueName: "LogFile"; ValueType: String; ValueData: "{app}\log"; Flags: deletevalue 
  85. Root: HKLM; Subkey: "Software\PCTools\Registry Mechanic\Path"; ValueName: "DatabasePath"; ValueType: String; ValueData: "{app}\Data"; Flags: uninsdeletevalue 
  86. Root: HKLM; Subkey: "Software\PCTools\Registry Mechanic\Settings"; ValueName: "ShowRegScreen"; ValueType: String; ValueData: "0"; Flags: uninsdeletevalue 
  87. Root: HKCU; Subkey: "SOFTWARE\Digital River\SoftwarePassport\PC Tools"; Flags: uninsdeletekeyifempty 
  88. Root: HKCU; Subkey: "SOFTWARE\Digital River\SoftwarePassport\PC Tools\Registry Mechanic"; Flags: uninsdeletekey 
  89. Root: HKLM; Subkey: "Software\PCTools\Registry Mechanic\Settings"; ValueName: "ShowRegHelpLink"; ValueType: Dword; ValueData: "$1"; Flags: uninsdeletevalue 
  90. Root: HKLM; Subkey: "Software\PCTools\Registry Mechanic\Settings"; ValueName: "RegHelpLink"; ValueType: String; ValueData: "http://www.pctools.com/registry-mechanic/support/category/2/"; Flags: uninsdeletevalue 
  91. Root: HKLM; Subkey: "Software\PCTools\Registry Mechanic\Settings"; ValueName: "Support"; ValueType: String; ValueData: "http://www.pctools.com/registry-mechanic/support.php?version=%version%"; Flags: uninsdeletevalue 
  92. Root: HKLM; Subkey: "Software\PCTools\Registry Mechanic\Settings"; ValueName: "URL"; ValueType: String; ValueData: "http://www.pctools.com/"; Flags: uninsdeletevalue 
  93. Root: HKLM; Subkey: "Software\PCTools\Registry Mechanic\Settings"; ValueName: "Branding"; ValueType: String; ValueData: "pctools"; Flags: uninsdeletevalue 
  94. Root: HKCU; Subkey: "Software\PCTools"; Flags: uninsdeletekeyifempty 
  95. Root: HKCU; Subkey: "Software\PCTools\Registry Mechanic"; Flags: uninsdeletekey 
  96. Root: HKCU; Subkey: "Software\PCTools\Registry Mechanic\Language"; ValueName: "default"; ValueType: String; ValueData: "{code:LanguageSelected}"; Flags: createvalueifdoesntexist uninsdeletevalue 
  97. Root: HKCU; Subkey: "Software\PCTools\Registry Mechanic\Options"; ValueName: "AutoBackup"; ValueType: String; ValueData: "0"; Flags: createvalueifdoesntexist uninsdeletevalue 
  98. Root: HKCU; Subkey: "Software\PCTools\Registry Mechanic\Options"; ValueName: "NoConfirmation"; ValueType: String; ValueData: "0"; Flags: createvalueifdoesntexist uninsdeletevalue 
  99. Root: HKCU; Subkey: "Software\PCTools\Registry Mechanic\Options"; ValueName: "Startup"; ValueType: String; ValueData: "0"; Flags: createvalueifdoesntexist uninsdeletevalue 
  100. Root: HKCU; Subkey: "Software\PCTools\Registry Mechanic\Options"; ValueName: "Suggest"; ValueType: String; ValueData: "0"; Flags: createvalueifdoesntexist uninsdeletevalue 
  101. Root: HKCU; Subkey: "Software\PCTools\Registry Mechanic\Options"; ValueName: "RegMonitor"; ValueType: Dword; ValueData: "$1"; Flags: createvalueifdoesntexist uninsdeletevalue 
  102. Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "RegistryMechanic"; ValueType: String; Flags: uninsdeletevalue 
  103. Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "RegistryMechanic"; ValueType: String; ValueData: "{app}\RegMech.exe /QS"; Tasks: autostart; OnlyBelowVersion: 0.0,6.0; Flags: uninsdeletevalue 
  104. Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "RegistryMechanic"; ValueType: String; ValueData: "{app}\RMTray.exe /QS"; Tasks: autostart; MinVersion: 0.0,6.0; Flags: uninsdeletevalue 
  105. Root: HKCU; Subkey: "Software\PCTools\Registry Mechanic\Options"; ValueName: "Startup"; ValueType: String; ValueData: "1"; Tasks: autostart; Flags: uninsdeletevalue 
  106. Root: HKLM; Subkey: "Software\PCTools\Registry Mechanic"; ValueName: "uninsmsg1"; ValueType: String; ValueData: "{cm:uninsbegin}"; Flags: uninsdeletekey 
  107. Root: HKLM; Subkey: "Software\PCTools\Registry Mechanic"; ValueName: "uninsmsg2"; ValueType: String; ValueData: "{cm:uninschkbox}"; Flags: uninsdeletekey 
  108. [INI]
  109. FileName: "{app}\homepage.url"; Section: "InternetShortcut"; Key: "URL"; String: "{cm:ShortCutHPLink}"; 
  110. [Run]
  111. Filename: "regsvr32.exe"; Parameters: "/u /s scrrun.dll"; 
  112. Filename: "regsvr32.exe"; Parameters: "/s {sys}\scrrun.dll"; 
  113. Filename: "{app}\regmech.exe"; Parameters: "/S"; Description: "{cm:ScanAfterInstall}"; Flags: postinstall skipifsilent nowait
  114. [Icons]
  115. Name: "{group}\Registry Mechanic"; Filename: "{app}\regmech.exe"; WorkingDir: "{app}"; Comment: "{cm:ShortCutRMComment}"; 
  116. Name: "{group}\{cm:ShortCutQSG}"; Filename: "{app}\{cm:ShortCutFileName}"; WorkingDir: "{app}"; Comment: "{cm:ShortCutQSGComment}"; 
  117. Name: "{group}\{cm:ShortCutUninstall}"; Filename: "{uninstallexe}"; Comment: "{cm:ShortCutUninstallComment}"; 
  118. Name: "{commondesktop}\Registry Mechanic"; Filename: "{app}\regmech.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  119. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Registry Mechanic"; Filename: "{app}\regmech.exe"; WorkingDir: "{app}"; Comment: "Launch Registry Mechanic"; Tasks: quicklaunchicon; 
  120. Name: "{group}\{cm:ShortCutHP}"; Filename: "{app}\homepage.url"; Comment: "{cm:ShortCutHPComment}"; 
  121. [Tasks]
  122. Name: "autostart"; Description: "{cm:AutoStart}"; GroupDescription: "{cm:Options}"; 
  123. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  124. Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  125. [InstallDelete]
  126. Type: files; Name: "{userdesktop}\Registry Mechanic.lnk"; 
  127. Type: files; Name: "{app}\ref\Fran
  128. ais.ini"; 
  129. Type: files; Name: "{app}\log\ignore.dat"; 
  130. Type: files; Name: "{app}\log\igds.log"; 
  131. Type: files; Name: "{app}\log\igdskeys.log"; 
  132. Type: files; Name: "{app}\log\rmmon.avi"; 
  133. Type: files; Name: "{app}\log\rmscan.avi"; 
  134. Type: dirifempty; Name: "{app}\log"; 
  135. [UninstallDelete]
  136. Type: files; Name: "{app}\ref\*.ini"; 
  137. Type: files; Name: "{app}\sound\*.wav"; 
  138. Type: files; Name: "{app}\homepage.url"; 
  139. Type: files; Name: "{app}\common.ini"; 
  140. Type: files; Name: "{app}\LULog.txt"; 
  141. Type: files; Name: "{app}\rminstall.log"; 
  142. Type: files; Name: "{app}\rmengine.log"; 
  143. Type: files; Name: "{app}\*.bmp"; 
  144. Type: filesandordirs; Name: "{app}\log"; 
  145. Type: filesandordirs; Name: "{app}\data"; 
  146. Type: filesandordirs; Name: "{app}\backup"; 
  147. Type: filesandordirs; Name: "{app}\temp"; 
  148. Type: dirifempty; Name: "{app}"; 
  149. [CustomMessages]
  150. en.NameAndVersion=%1 version %2
  151. en.AdditionalIcons=Additional icons:
  152. en.CreateDesktopIcon=Create a &desktop icon
  153. en.CreateQuickLaunchIcon=Create a &Quick Launch icon
  154. en.ProgramOnTheWeb=%1 on the Web
  155. en.UninstallProgram=Uninstall %1
  156. en.LaunchProgram=Launch %1
  157. en.AssocFileExtension=&Associate %1 with the %2 file extension
  158. en.AssocingFileExtension=Associating %1 with the %2 file extension...
  159. en.Options=Options:
  160. en.AutoStart=&Automatically scan registry when Windows starts
  161. en.ScanAfterInstall=Start Registry Mechanic and scan for problems
  162. en.RunIGCheckBox=Run Install Guard to clear your system of malware which may affect your usage of Registry Mechanic
  163. en.IGEULA1=By using Install Guard you agree to the EULA which can be viewed 
  164. en.IGEULA2=here
  165. en.IGEULA3=.
  166. en.ErrorRMRunning=Setup has detected that Registry Mechanic is currently running. %nClick OK to close Registry Mechanic and continue setup or Cancel to exit setup.
  167. en.OldRMFound=Setup has found an older version of Registry Mechanic. This older version must be uninstalled before this installation can be completed. Do you wish to uninstall this older version and install the new version?
  168. en.GooglePageCaptionFormat={\rtf1\ansi\ansicpg1252\deff0\deflang3081{\fonttbl{\f0\fswiss\fcharset0 Arial;}}{\colortbl ;\red255\green0\blue0;}{\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\cf1\b\f0\fs18 Free! \cf0 Google Toolbar\b0  \fs16 for Internet Explorer\fs20\par}
  169. en.GooglePageCaption=Free! Google Toolbar for Internet Explorer
  170. en.GooglePageDescription=Take the power of Google with you anywhere on the Web
  171. en.GooglePageText={\rtf1\ansi\ansicpg1252\deff0\deflang1033\deflangfe1033{\fonttbl{\f0\fswiss\fprq2\fcharset0 Arial;}{\f1\fnil\fcharset2 Symbol;}} {\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\nowidctlpar\b\f0\fs16 The free Google Toolbar enables you to:\par \pard{\pntext\f1\'B7\tab}{\*\pn\pnlvlblt\pnf1\pnindent0{\pntxtb\'B7}}\nowidctlpar\fi-152\li284\b0 Search the Web with Google from any site\par{\pntext\f1\'B7\tab}Eliminate annoying pop-up ads\par{\pntext\f1\'B7\tab}Fill out Web forms instantly with AutoFill\par }
  172. en.GooglePageRadio1a=Install the free Google Toolbar
  173. en.GooglePageRadio1aBold=Install the free Google Toolbar
  174. en.GooglePageRadio1b=     You can remove it easily at any time
  175. en.GooglePageRadio2=Don't install the Google Toolbar
  176. en.GooglePageNotice1=By installing the Google Toolbar, you agree to abide to the Google Toolbar terms of use and privacy policy.
  177. en.GooglePageNotice1a=Read the terms of use
  178. en.GooglePageNotice1b= and 
  179. en.GooglePageNotice1c=Read the privacy policy
  180. en.GooglePageNotice1d=.
  181. en.GooglePageTitle=Setup - Registry Mechanic
  182. en.GooglePageTitleLabel=Required Components Download
  183. en.GooglePageTitleDescription=Setup is now downloading the required files to your computer
  184. en.GoogleFinishConfirm=Google Toolbar has also been installed and will appear the next time you open an Internet Explorer window.
  185. en.MSG_DownloadError=Setup could not download some files, please run setup again.
  186. en.MSG_ButtonInstall=&Install
  187. en.ShortCutFileName=eng-rmhelp.chm
  188. en.ShortCutUninstall=Uninstall Registry Mechanic
  189. en.ShortCutQSG=Registry Mechanic Quick Start Guide
  190. en.ShortCutQSGComment=Read Registry Mechanic Quick Start Guide
  191. en.ShortCutHP=Home Page
  192. en.ShortCutHPComment=Visit the Registry Mechanic Home Page
  193. en.ShortCutHPLink=http://www.pctools.com/registry-mechanic/
  194. en.ShortCutUninstallComment=Uninstall Registry Mechanic
  195. en.ShortCutRMComment=Start Registry Mechanic
  196. en.lblSelectDir=Setup has detected that you already have %1 installed
  197. en.lblSelectDirBrowse=Installation must take place in the following location
  198. en.msgDegrade=Warning: You are trying to install an older version of %1
  199. en.uninsbegin=Uninstallation is about to commence.
  200. en.uninschkbox=Retain backup and custom ignore list files
  201. de.NameAndVersion=%1 Version %2
  202. de.AdditionalIcons=Zus
  203. tzliche Symbole:
  204. de.CreateDesktopIcon=Erstelle &Desktop-Symbol
  205. de.CreateQuickLaunchIcon=Erstelle &Schnellstartsymbol
  206. de.ProgramOnTheWeb=%1 im Web
  207. de.UninstallProgram=De-installiere %1
  208. de.LaunchProgram=Starte %1
  209. de.AssocFileExtension=&Verkn
  210. pfe %1 mit %2 Datenerweiterung
  211. de.AssocingFileExtension=Verkn
  212. pfung von %1 mit der %2 Datenerweiterung...
  213. de.Options=Optionen:
  214. de.AutoStart=&Automatisch die Registry durchsuchen, wenn Windows startet
  215. de.ScanAfterInstall=Registry Mechanic starten und nach Problemen suchen
  216. de.RunIGCheckBox=Starten Sie Install Guard, um Ihr System von Malware zu befreien, die den Gebrauch von Registry Mechanic beeinflussen k
  217. de.IGEULA1=Indem Sie den Installationassistenten verwenden, stimmen Sie der EULA zu, die 
  218. de.IGEULA2=hier 
  219. de.IGEULA3=eingesehen werden kann.
  220. de.ErrorRMRunning=Beim Setup wurde festgestellt, dass Registry Mechanic momentan ge
  221. ffnet ist. %nKlicken Sie OK, um Registry Mechanic zu schliessen und das Setup fortzusetzen oder Abbrechen, um das Setup zu verlassen.
  222. de.OldRMFound=Beim Setup wurde eine 
  223. ltere Version von Registry Mechanic gefunden. Diese 
  224. ltere Version muss zun
  225. chst deinstalliert werden, bevor diese Installation abgeschlossen werden kann. M
  226. chten Sie die 
  227. ltere Version deinstallieren und die neue Version einrichten?
  228. de.GooglePageCaptionFormat={\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fprq2\fcharset0 Arial;}{\f1\fswiss\fcharset0 Arial;}}{\colortbl ;\red255\green0\blue0;}{\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\cf1\lang1031\b\f0\fs18 Kostenlos!\cf0   Google Toolbar \b0\fs16 f
  229. r Internet Explorer.\lang1033\f1\par}
  230. de.GooglePageCaption=Kostenlos!  Google Toolbar f
  231. r Internet Explorer.
  232. de.GooglePageDescription=Nutzen Sie 
  233. berall im Web die M
  234. glichkeiten von Google.
  235. de.GooglePageText={\rtf1\ansi\ansicpg1252\deff0\deflang1033\deflangfe1033{\fonttbl{\f0\fswiss\fprq2\fcharset0 Arial;}{\f1\fnil\fcharset2 Symbol;}} {\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\nowidctlpar\b\f0\fs16 Die kostenlose Google Toolbar erm
  236. glicht Ihnen:\par \pard{\pntext\f1\'B7\tab}{\*\pn\pnlvlblt\pnf1\pnindent0{\pntxtb\'B7}}\nowidctlpar\fi-152\li284\b0 Das Web mit Google von jeder Webseite aus zu durchsuchen\par{\pntext\f1\'B7\tab}L
  237. stige Popup-Werbungen unterbinden\par{\pntext\f1\'B7\tab}Mit Hilfe von AutoVervollst
  238. ndigen sofort Web-Formulare ausf
  239. llen\par }
  240. de.GooglePageRadio1a=Installieren Sie die kostenlose Google Toolbar
  241. de.GooglePageRadio1aBold=Installation der kostenlosen Google Toolbar
  242. de.GooglePageRadio1b=     Sie k
  243. nnen Google Toolbar jederzeit problemlos wieder entfernen.
  244. de.GooglePageRadio2=Google Toolbar nicht installieren.
  245. de.GooglePageNotice1=Indem Sie die Google-Toolbar installieren, stimmen Sie den Nutzungsbedingungen und den Datenschutzbestimmungen der Google Toolbar zu.
  246. de.GooglePageNotice1a=Nutzungsbedingungen lesen
  247. de.GooglePageNotice1b= und 
  248. de.GooglePageNotice1c=Datenschutzbestimmungen lesen
  249. de.GooglePageNotice1d=.
  250. de.GooglePageTitle=Setup - Registry Mechanic
  251. de.GooglePageTitleLabel=Download der erforderlichen Komponenten
  252. de.GooglePageTitleDescription=Das Setup speichert nun die erforderlichen Dateien auf Ihrem Computer ab
  253. de.GoogleFinishConfirm=Die Google Toolbar wurde ebenfalls installiert und wird beim n
  254. chsten 
  255. ffnen des Internet Explorer in einem Fenster angezeigt.
  256. de.MSG_DownloadError=Beim Setup konnten einige Dateien nicht gespeichert werden, starten Sie das Setup bitte neu.
  257. de.MSG_ButtonInstall=&Installieren
  258. de.ShortCutFileName=deu-rmhelp.chm
  259. de.ShortCutUninstall=Registry Mechanic deinstallieren
  260. de.ShortCutQSG=Registry Mechanic Schnellhilfe
  261. de.ShortCutQSGComment=Registry Mechanic Schnellhilfe
  262. de.ShortCutHP=Homepage
  263. de.ShortCutHPComment=Homepage
  264. de.ShortCutHPLink=http://www.pctools.com/de/registry-mechanic/
  265. de.ShortCutUninstallComment=Registry Mechanic deinstallieren
  266. de.ShortCutRMComment=Registry Mechanic
  267. de.lblSelectDir=Beim Setup wurde festgestellt, dass %1 bereits installiert wurde
  268. de.lblSelectDirBrowse=Die Installation muss an folgendem Standort erfolgen
  269. de.msgDegrade=Warnung: Sie versuchen gerade, eine 
  270. ltere Version von %1 zu installieren
  271. de.uninsbegin=Deinstallation wird gestartet.
  272. de.uninschkbox=Backup und benutzerdefinierte Dateien der Ignorier-Liste behalten
  273. es.NameAndVersion=%1 versi
  274. es.AdditionalIcons=Iconos adicionales:
  275. es.CreateDesktopIcon=Crear un icono en el &escritorio
  276. es.CreateQuickLaunchIcon=Crear un icono de Inicio &R
  277. es.ProgramOnTheWeb=%1 en la Web
  278. es.UninstallProgram=Desinstalar %1
  279. es.LaunchProgram=Ejecutar %1
  280. es.AssocFileExtension=&Asociar %1 con la extensi
  281. es.AssocingFileExtension=Asociando %1 con la extensi
  282. n %2...
  283. es.Options=Opciones:
  284. es.AutoStart=&Analizar el registro autom
  285. ticamente al iniciar Windows
  286. es.ScanAfterInstall=Iniciar Registry Mechanic y analizar en busca de problemas
  287. es.RunIGCheckBox=Ejecutar Install Guard para limpiar su sistema de malware el cual puede afectar el uso de Registry Mechanic.
  288. es.IGEULA1=Al instalar Install Guard usted acepta los t
  289. rminos del CLUF el cual se puede ver 
  290. es.IGEULA2=aqu
  291. es.IGEULA3=.
  292. es.ErrorRMRunning= El proceso de instalaci
  293. n ha detectado que Registry Mechanic se encuentra en funcionamiento. %Clic OK para cerrar Registry Mechanic y continuar con la instalaci
  294. n o Clic Cancel para salir de la instalaci
  295. es.OldRMFound= El proceso de instalaci
  296. n ha encontrado una versi
  297. n anterior de Registry Mechanic. Esa versi
  298. n anterior debe ser desinstalada antes de completar 
  299. sta instalaci
  300. Desea usted desinstalar la versi
  301. n anterior e instalar la nueva versi
  302. es.GooglePageCaptionFormat={\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fprq2\fcharset0 Arial;}{\f1\fswiss\fcharset0 Arial;}}{\colortbl ;\red255\green0\blue0;}{\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\cf1\lang3082\b\f0\fs18\'a1Gratuito!\cf0  Barra Google \b0\fs16 para Internet Explorer \lang1033\f1\par}
  303. es.GooglePageCaption=
  304. Gratuito! Barra Google para Internet Explorer 
  305. es.GooglePageDescription=Ll
  306. vese consigo el poder de Google a cualquier lugar de la web
  307. es.GooglePageText={\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fprq2\fcharset0 Arial;}{\f1\fswiss\fcharset0 Arial;}}  {\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\lang3082\b\f0\fs16 La barra de herramientas gratuita de Google le permite:\b0   \par \bullet  B
  308. squeda desde cualquier sitio con Google   \par \bullet  Eliminar los molestos anuncios pop-up   \par \bullet  Llenar formularios de Web instant
  309. neamente con la funci
  310. n Autofill\'f1ol\lang1033\f1\par }
  311. es.GooglePageRadio1a=Instalar la barra Google gratuita
  312. es.GooglePageRadio1aBold=Instale la barra Google
  313. es.GooglePageRadio1b=     Puede eliminarla f
  314. cilmente en cualquier momento que lo desee.
  315. es.GooglePageRadio2=No instalar la barra Google
  316. es.GooglePageNotice1=Al instalar la barra Google, usted acuerda sujetarse a los t
  317. rminos de uso y pol
  318. tica de privacidad de la barra Google.
  319. es.GooglePageNotice1a=Leer los t
  320. rminos de uso
  321. es.GooglePageNotice1b= y la 
  322. es.GooglePageNotice1c=Leer la pol
  323. tica de privacidad
  324. es.GooglePageNotice1d= de dicho programa.
  325. es.GooglePageTitle=Setup - Registry Mechanic
  326. es.GooglePageTitleLabel=Descarga de Componentes Requeridos
  327. es.GooglePageTitleDescription=El Instalador est
  328.  ahora descargando los archivos requeridos en su computadora
  329. es.GoogleFinishConfirm=La barra Google tambi
  330. n se ha instalado y aparecer
  331.  la pr
  332. xima vez que abra una ventana de Internet Explorer.
  333. es.MSG_DownloadError=El instalador no pudo descargar algunos archivos, por favor ejecute el instalador nuevamente.
  334. es.MSG_ButtonInstall=&Instalar
  335. es.ShortCutFileName=esp-rmhelp.chm
  336. es.ShortCutUninstall=Desinstale Registry Mechanic
  337. es.ShortCutQSG=Gu
  338. pida de Registry Mechanic
  339. es.ShortCutQSGComment=Gu
  340. pida de Registry Mechanic
  341. es.ShortCutHP=P
  342. gina principal
  343. es.ShortCutHPComment=P
  344. gina principal
  345. es.ShortCutHPLink=http://www.pctools.com/es/registry-mechanic/
  346. es.ShortCutUninstallComment=Desinstale Registry Mechanic
  347. es.ShortCutRMComment=Registry Mechanic
  348. es.lblSelectDir=El instalador ha detectado que ya tiene %1 instalado
  349. es.lblSelectDirBrowse=La instalaci
  350. n debe hacerse en la ubicaci
  351. n siguiente
  352. es.msgDegrade=Advertencia: Usted trata de instalar una versi
  353. n anterior de %1
  354. es.uninsbegin=La desinstalaci
  355. n est
  356.  por comenzar.
  357. es.uninschkbox=Mantener los respaldos y la lista personalizada de archivos excluidos
  358. fr.NameAndVersion=%1 version %2
  359. fr.AdditionalIcons=Ic
  360. nes suppl
  361. mentaires :
  362. fr.CreateDesktopIcon=Cr
  363. er une ic
  364. ne &bureau
  365. fr.CreateQuickLaunchIcon=Cr
  366. er une ic
  367. ne &Lancement rapide
  368. fr.ProgramOnTheWeb=%1 sur le Web
  369. fr.UninstallProgram=D
  370. sinstallation de %1
  371. fr.LaunchProgram=Lancer %1
  372. fr.AssocFileExtension=&Associer %1 avec l'extension de fichier %2
  373. fr.AssocingFileExtension=Association de %1 avec l'extension de fichier %2
  374. fr.Options=Options :
  375. fr.AutoStart=&Effectuez un scan du registre automatiquement quand Windows d
  376. marre
  377. fr.ScanAfterInstall=D
  378. marrez Registry Mechanic et lancez un scan pour des probl
  379. fr.RunIGCheckBox=Ex
  380. cutez Install Guard pour enlever de votre syst
  381. me des malwares qui pourraient influencer l'usage de Registry Mechanic
  382. fr.IGEULA1=En utilisant Install Guard, vous consentiez au CLUF qui peut 
  383. tre vu 
  384. fr.IGEULA2=ici
  385. fr.IGEULA3=.
  386. fr.ErrorRMRunning=Le programme d'installation a d
  387.  que Registry Mechanic est en cours d'ex
  388. cution. %nCliquez sur OK pour fermer Registry Mechanic  et continuer l'installation ou Annuler pour quitter l'installation.
  389. fr.OldRMFound=Le programme d'installation a trouv
  390.  une ancienne version de Registry Mechanic. Cette ancienne version doit 
  391. tre d
  392. sinstall
  393. e avant que cette installation peut 
  394. tre effectu
  395. e. Voulez-vous d
  396. sinstaller cette ancienne version et installer la nouvelle version?
  397. fr.GooglePageCaptionFormat={\rtf1\ansi\ansicpg1252\deff0\deflang3081{\fonttbl{\f0\fswiss\fcharset0 Arial;}}{\colortbl ;\red255\green0\blue0;}{\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\cf1\b\f0\fs18 Free! \cf0 Barre d'outils Google\b0 \fs16 pour Internet Explorer\fs20\par}
  398. fr.GooglePageCaption=Gratuit ! Barre d'outils Google pour Internet Explorer
  399. fr.GooglePageDescription=Emportez la puissance de Google avec vous n'importe o
  400.  sur le Web
  401. fr.GooglePageText={\rtf1\ansi\ansicpg1252\deff0\deflang1033\deflangfe1033{\fonttbl{\f0\fswiss\fprq2\fcharset0 Arial;}{\f1\fnil\fcharset2 Symbol;}} {\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\nowidctlpar\b\f0\fs16 La barre d'outils Google gratuite vous permet de :\par \pard{\pntext\f1\'B7\tab}{\*\pn\pnlvlblt\pnf1\pnindent0{\pntxtb\'B7}}\nowidctlpar\fi-152\li284\b0 Effectuer des recherches sur le Web avec Google depuis n'importe quel site\par{\pntext\f1\'B7\tab}Eliminer des fen
  402. tres publicitaires ennuyantes\par{\pntext\f1\'B7\tab}Remplir des formulaires Web instantan
  403. ment avec AutoFill\par }
  404. fr.GooglePageRadio1a=Installer la barre d'outils Google gratuite
  405. fr.GooglePageRadio1aBold=Installer la barre d'outils Google gratuite
  406. fr.GooglePageRadio1b=Vous pouvez la supprimer ais
  407. ment 
  408.  tout moment
  409. fr.GooglePageRadio2=Ne pas installer la barre d'outils Google
  410. fr.GooglePageNotice1=En installant la barre d'outils Google, vous consentez 
  411.  respecter les termes d'utilisation et la politique de confidentialit
  412.  concernant cette barre d'outils.
  413. fr.GooglePageNotice1a=Lire les termes d'utilisation
  414. fr.GooglePageNotice1b=et
  415. fr.GooglePageNotice1c=Lire la politique de confidentialit
  416. fr.GooglePageNotice1d=.
  417. fr.GooglePageTitle=Installation - Registry Mechanic
  418. fr.GooglePageTitleLabel=T
  419. chargement des composants requis
  420. fr.GooglePageTitleDescription=Le programme d'installation t
  421. charge actuellement les fichiers requis sur votre ordinateur
  422. fr.GoogleFinishConfirm=La barre d'outils Google a aussi 
  423.  install
  424. e et s'affiche 
  425.  la prochaine ouverture de la fen
  426. tre d'Internet Explorer.
  427. fr.MSG_DownloadError=Le programme d'installation n'a pas pu t
  428. charger certains fichiers. Veuillez r
  429. cuter l'installation.
  430. fr.MSG_ButtonInstall=&Installer
  431. fr.ShortCutFileName=fre-rmhelp.chm
  432. fr.ShortCutUninstall=D
  433. sinstaller Registry Mechanic
  434. fr.ShortCutQSG=Guide de d
  435. marrage rapide de Registry Mechanic
  436. fr.ShortCutQSGComment=Guide de d
  437. marrage rapide de Spyware Doctor
  438. fr.ShortCutHP=Page d'accueil
  439. fr.ShortCutHPComment=Visitez la page d'accueil de Registry Mechanic
  440. fr.ShortCutHPLink=http://www.pctools.com/fr/registry-mechanic/
  441. fr.ShortCutUninstallComment=D
  442. sinstaller Registry Mechanic
  443. fr.ShortCutRMComment=Lancer Registry Mechanic
  444. fr.lblSelectDir=Le programme d'installation a d
  445.  que %1 est d
  446.  install
  447. fr.lblSelectDirBrowse=L'installation doit s'effectuer dans l'endroit suivant
  448. fr.msgDegrade=Avertissement: Vous essayez d'installer une version plus ancienne de %1
  449. fr.uninsbegin=La d
  450. sinstallation va commencer
  451. fr.uninschkbox=Garder la sauvegarde et les param
  452. tres de la liste ignorer
  453. [Languages]
  454. ; These files are stubs
  455. ; To achieve better results after recompilation, use the real language files
  456. Name: "en"; MessagesFile: "embedded\en.isl"; LicenseFile: "embedded\enLicense.txt"; 
  457. Name: "de"; MessagesFile: "embedded\de.isl"; LicenseFile: "embedded\deLicense.txt"; 
  458. Name: "es"; MessagesFile: "embedded\es.isl"; LicenseFile: "embedded\esLicense.txt"; 
  459. Name: "fr"; MessagesFile: "embedded\fr.isl"; LicenseFile: "embedded\frLicense.txt"; 
  460.