[cpack/stabilization/2106] update installer bundle name to include [Developer Preview]

This commit is contained in:
scottr
2021-06-14 19:12:56 -07:00
parent 2444ad58de
commit ac872f8f59
2 changed files with 2 additions and 2 deletions
@@ -5,7 +5,7 @@
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"
xmlns:bal="http://schemas.microsoft.com/wix/BalExtension">
<Bundle Name="$(var.CPACK_PACKAGE_NAME) $(var.CPACK_PACKAGE_VERSION)"
<Bundle Name="$(var.CPACK_PACKAGE_NAME) [Developer Preview]"
Version="$(var.CPACK_PACKAGE_VERSION)"
Manufacturer="$(var.CPACK_PACKAGE_VENDOR)"
UpgradeCode="$(var.CPACK_BOOTSTRAP_UPGRADE_GUID)"
@@ -4,7 +4,7 @@
xmlns="http://schemas.microsoft.com/wix/2006/localization">
<!-- common -->
<String Id="WindowTitle">[WixBundleName] Setup</String>
<String Id="WindowTitle">[WixBundleName] Release [WixBundleVersion] Setup</String>
<String Id="Title">[WixBundleName]</String>
<String Id="InstallVersion">Version [WixBundleVersion]</String>
<String Id="ConfirmCancelMessage">Are you sure you want to cancel?</String>