HyperlinkTheme.wxl 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <WixLocalization Culture="en-us" Language="1033" xmlns="http://schemas.microsoft.com/wix/2006/localization">
  3. <String Id="Caption">[WixBundleName] Setup</String>
  4. <String Id="Title">[WixBundleName]</String>
  5. <String Id="InstallHeader">Welcome</String>
  6. <String Id="InstallMessage">Setup will install [WixBundleName] on your computer. Click Install to continue, Options to set the install directory or Close to exit.</String>
  7. <String Id="InstallVersion">Version [WixBundleTag]</String>
  8. <String Id="ModifyMessage">Setup will repair or uninstall [WixBundleName] from your computer.</String>
  9. <String Id="ConfirmCancelMessage">Are you sure you want to cancel?</String>
  10. <String Id="HelpHeader">Setup Help</String>
  11. <String Id="HelpText">
  12. /install | /repair | /uninstall | /layout [directory] - installs, repairs, uninstalls or creates a complete local copy of the bundle in directory. Install is the default.
  13. /passive | /quiet - displays minimal UI with no prompts or displays no UI and no prompts. By default UI and all prompts are displayed.
  14. /norestart - suppress any attempts to restart. By default UI will prompt before restart.
  15. /log log.txt - logs to a specific file. By default a log file is created in %TEMP%.
  16. </String>
  17. <String Id="HelpCloseButton">&amp;Close</String>
  18. <String Id="InstallLicenseLinkText">[WixBundleName] &lt;a href="#"&gt;license terms&lt;/a&gt;.</String>
  19. <String Id="InstallAcceptCheckbox">I &amp;agree to the license terms and conditions</String>
  20. <String Id="InstallOptionsButton">&amp;Options</String>
  21. <String Id="InstallInstallButton">&amp;Install</String>
  22. <String Id="InstallCloseButton">&amp;Close</String>
  23. <String Id="OptionsHeader">Setup Options</String>
  24. <String Id="OptionsLocationLabel">Install location:</String>
  25. <String Id="OptionsBrowseButton">&amp;Browse...</String>
  26. <String Id="OptionsOkButton">&amp;OK</String>
  27. <String Id="OptionsCancelButton">&amp;Cancel</String>
  28. <String Id="ProgressHeader">Setup Progress</String>
  29. <String Id="ProgressLabel">Processing:</String>
  30. <String Id="OverallProgressPackageText">Initializing...</String>
  31. <String Id="ProgressCancelButton">&amp;Cancel</String>
  32. <String Id="ModifyHeader">Modify Setup</String>
  33. <String Id="ModifyRepairButton">&amp;Repair</String>
  34. <String Id="ModifyUninstallButton">&amp;Uninstall</String>
  35. <String Id="ModifyCloseButton">&amp;Close</String>
  36. <String Id="SuccessHeader">Setup Successful</String>
  37. <String Id="SuccessLaunchButton">&amp;Launch</String>
  38. <String Id="SuccessRestartText">You must restart your computer before you can use the software.</String>
  39. <String Id="SuccessRestartButton">&amp;Restart</String>
  40. <String Id="SuccessCloseButton">&amp;Close</String>
  41. <String Id="FailureHeader">Setup Failed</String>
  42. <String Id="FailureHyperlinkLogText">One or more issues caused the setup to fail. Please fix the issues and then retry setup. For more information see the &lt;a href="#"&gt;log file&lt;/a&gt;.</String>
  43. <String Id="FailureRestartText">You must restart your computer to complete the rollback of the software.</String>
  44. <String Id="FailureRestartButton">&amp;Restart</String>
  45. <String Id="FailureCloseButton">&amp;Close</String>
  46. <String Id="DesktopShortcutCheckbox">Desktop Shortcut</String>
  47. </WixLocalization>