|
|
@@ -58,4 +58,12 @@
|
|
|
<String Id="FilesInUseDontCloseRadioButton">&Do not close applications. A reboot will be required.</String>
|
|
|
<String Id="FilesInUseOkButton">&OK</String>
|
|
|
<String Id="FilesInUseCancelButton">&Cancel</String>
|
|
|
-</WixLocalization>
|
|
|
+
|
|
|
+ <!-- Custom UI strings -->
|
|
|
+ <String Id="Welcome">Welcome to the [WixBundleName] Setup.</String>
|
|
|
+ <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>
|
|
|
+ <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>
|
|
|
+ <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>
|
|
|
+ <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>
|
|
|
+ <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>
|
|
|
+</WixLocalization>
|