|
1 |
| -<?xml version="1.0" encoding="utf-8"?> |
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <WixLocalization Culture="en-us" Language="1033" xmlns="http://schemas.microsoft.com/wix/2006/localization">
|
3 | 3 | <String Id="Caption">[WixBundleName] Setup</String>
|
4 | 4 | <String Id="Title">[BundleNameShort]</String>
|
|
38 | 38 | <String Id="ModifyCloseButton">&Close</String>
|
39 | 39 | <String Id="SuccessRepairHeader">Repair Successfully Completed</String>
|
40 | 40 | <String Id="SuccessUninstallHeader">Uninstall Successfully Completed</String>
|
41 |
| - <String Id="SuccessInstallHeader">Installation Successfully Completed</String> |
42 |
| - <String Id="SuccessHeader">Setup Successful</String> |
| 41 | + <String Id="SuccessInstallHeader">Installation Successfully Completed</String> |
| 42 | + <String Id="SuccessHeader">Setup Successful</String> |
43 | 43 | <String Id="SuccessLaunchButton">&Launch</String>
|
44 | 44 | <String Id="SuccessRestartText">You must restart your computer before you can use the software.</String>
|
45 | 45 | <String Id="SuccessRestartButton">&Restart</String>
|
46 | 46 | <String Id="SuccessCloseButton">&Close</String>
|
47 | 47 | <String Id="FailureHeader">Setup Failed</String>
|
48 | 48 | <String Id="FailureInstallHeader">Setup Failed</String>
|
49 | 49 | <String Id="FailureUninstallHeader">Uninstall Failed</String>
|
50 |
| - <String Id="FailureRepairHeader">Repair Failed</String> |
| 50 | + <String Id="FailureRepairHeader">Repair Failed</String> |
51 | 51 | <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 <a href="#">log file</a>.</String>
|
52 | 52 | <String Id="FailureRestartText">You must restart your computer to complete the rollback of the software.</String>
|
53 | 53 | <String Id="FailureRestartButton">&Restart</String>
|
|
61 | 61 |
|
62 | 62 | <!-- Custom UI strings -->
|
63 | 63 | <String Id="Welcome">Welcome to the [WixBundleName] Setup.</String>
|
64 |
| - <String Id="InstallResetIIS">Please restart IIS after the installation completes. You can find additional information <a href="https://go.microsoft.com/fwlink/?LinkId=798277">here</a>.</String> |
65 |
| - <String Id="InstallNoIIS">IIS is not enabled on this machine. If you intend to run ASP.NET Core applications with IIS, you must install IIS before running this installer. You can find additional information <a href="https://go.microsoft.com/fwlink/?LinkId=798277">here</a>.</String> |
| 64 | + <String Id="InstallResetIIS">Please restart IIS after the installation completes. You can find additional information <a href="https://aka.ms/aspnet/6.0/host-and-deploy-with-iis">here</a>.</String> |
| 65 | + <String Id="InstallNoIIS">IIS is not enabled on this machine. If you intend to run ASP.NET Core applications with IIS, you must install IIS before running this installer. You can find additional information <a href="https://aka.ms/aspnet/6.0/host-and-deploy-with-iis">here</a>.</String> |
66 | 66 | <String Id="EulaPrivacy">[WixBundleName] <a href="https://go.microsoft.com/fwlink/?LinkId=329770">license terms</a> and <a href="https://go.microsoft.com/fwlink/?LinkId=786378">privacy statement</a>.</String>
|
67 |
| - <String Id="ModifyResetIIS">Please restart IIS after the installation completes. You can find additional information <a href="https://go.microsoft.com/fwlink/?LinkId=798277">here</a>.</String> |
68 |
| - <String Id="ModifyNoIIS">IIS is not enabled on this machine. If you intend to run ASP.NET Core applications with IIS, you must install IIS before running this installer. You can find additional information <a href="https://go.microsoft.com/fwlink/?LinkId=798277">here</a>.</String> |
| 67 | + <String Id="ModifyResetIIS">Please restart IIS after the installation completes. You can find additional information <a href="https://aka.ms/aspnet/6.0/host-and-deploy-with-iis">here</a>.</String> |
| 68 | + <String Id="ModifyNoIIS">IIS is not enabled on this machine. If you intend to run ASP.NET Core applications with IIS, you must install IIS before running this installer. You can find additional information <a href="https://aka.ms/aspnet/6.0/host-and-deploy-with-iis">here</a>.</String> |
69 | 69 | </WixLocalization>
|
0 commit comments