Changing the name of the cab file generated by the two msis. Before they were stomping on each other.

This commit is contained in:
Livar Cunha 2017-07-06 15:46:51 -07:00
parent cd0c7741ae
commit 1256bd0d57
2 changed files with 3 additions and 3 deletions

View file

@ -16,8 +16,8 @@ param(
. "$PSScriptRoot\..\..\..\scripts\common\_common.ps1"
$RepoRoot = Convert-Path "$PSScriptRoot\..\..\.."
$InstallFileswsx = "install-files.wxs"
$InstallFilesWixobj = "install-files.wixobj"
$InstallFileswsx = "install-msbuild-extensions-files.wxs"
$InstallFilesWixobj = "install-msbuild-extensions-files.wixobj"
function RunHeat
{

View file

@ -6,7 +6,7 @@
<MajorUpgrade DowngradeErrorMessage="$(var.DowngradeErrorMessage)" Schedule="afterInstallInitialize"/>
<MediaTemplate CabinetTemplate="dnet-{0}.cab" CompressionLevel="high" />
<MediaTemplate CabinetTemplate="dnet-mse-{0}.cab" CompressionLevel="high" />
<Feature Id="MainFeature" Title="Main Feature" Level="1">
<ComponentGroupRef Id="InstallFiles" />