Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit 1256bd0

Browse files
author
Livar Cunha
committed
Changing the name of the cab file generated by the two msis. Before they were stomping on each other.
1 parent cd0c774 commit 1256bd0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packaging/windows/msbuildextensions/generatemsi.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ param(
1616
. "$PSScriptRoot\..\..\..\scripts\common\_common.ps1"
1717
$RepoRoot = Convert-Path "$PSScriptRoot\..\..\.."
1818

19-
$InstallFileswsx = "install-files.wxs"
20-
$InstallFilesWixobj = "install-files.wixobj"
19+
$InstallFileswsx = "install-msbuild-extensions-files.wxs"
20+
$InstallFilesWixobj = "install-msbuild-extensions-files.wixobj"
2121

2222
function RunHeat
2323
{

packaging/windows/msbuildextensions/msbuildextensions.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<MajorUpgrade DowngradeErrorMessage="$(var.DowngradeErrorMessage)" Schedule="afterInstallInitialize"/>
88

9-
<MediaTemplate CabinetTemplate="dnet-{0}.cab" CompressionLevel="high" />
9+
<MediaTemplate CabinetTemplate="dnet-mse-{0}.cab" CompressionLevel="high" />
1010

1111
<Feature Id="MainFeature" Title="Main Feature" Level="1">
1212
<ComponentGroupRef Id="InstallFiles" />

0 commit comments

Comments
 (0)