Updating the downlevel msi to embed the cab file in the msi itself.

This commit is contained in:
Livar Cunha 2017-07-06 16:32:34 -07:00
parent 1256bd0d57
commit 2770013d0d

View file

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