Changing the name of the cab file generated by the two msis. Before they were stomping on each other.
This commit is contained in:
parent
cd0c7741ae
commit
1256bd0d57
2 changed files with 3 additions and 3 deletions
|
@ -16,8 +16,8 @@ param(
|
||||||
. "$PSScriptRoot\..\..\..\scripts\common\_common.ps1"
|
. "$PSScriptRoot\..\..\..\scripts\common\_common.ps1"
|
||||||
$RepoRoot = Convert-Path "$PSScriptRoot\..\..\.."
|
$RepoRoot = Convert-Path "$PSScriptRoot\..\..\.."
|
||||||
|
|
||||||
$InstallFileswsx = "install-files.wxs"
|
$InstallFileswsx = "install-msbuild-extensions-files.wxs"
|
||||||
$InstallFilesWixobj = "install-files.wixobj"
|
$InstallFilesWixobj = "install-msbuild-extensions-files.wixobj"
|
||||||
|
|
||||||
function RunHeat
|
function RunHeat
|
||||||
{
|
{
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
<MajorUpgrade DowngradeErrorMessage="$(var.DowngradeErrorMessage)" Schedule="afterInstallInitialize"/>
|
<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">
|
<Feature Id="MainFeature" Title="Main Feature" Level="1">
|
||||||
<ComponentGroupRef Id="InstallFiles" />
|
<ComponentGroupRef Id="InstallFiles" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue