[cpack/stabilization/2106] update installer bundle name to include [Developer Preview]
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user