home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 November / PCWorld_2007-11_cd.bin / system / registrymechanic / rminstall.exe / install_script.iss
Text File  |  2007-10-04  |  30KB  |  372 lines

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