Skip to content

Commit ca87c71

Browse files
author
Vlad Ionescu
committed
adding validate-windows-install-msm nant target
1 parent 6f08eb0 commit ca87c71

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

default.build

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -613,6 +613,14 @@
613613
<copy file="${wix.dotnet.client.msi}" tofile="${release.msi}" />
614614
</target>
615615

616+
<target name="validate-windows-install-msm" description="validate created windows installer merge module. Note: This will always output succeed. Check printed warnings and errors.">
617+
<exec program="MsiVal2.exe">
618+
<arg value="${wix.dotnet.client.msm}" />
619+
<arg value="lib/mergemod.cub" />
620+
<arg value="-f" />
621+
</exec>
622+
</target>
623+
616624
<target name="validate-windows-install-msi" description="validate created windows installer file. Note: This will always output succeed. Check printed warnings and errors.">
617625
<exec program="MsiVal2.exe">
618626
<arg value="${wix.dotnet.client.msi}" />

lib/mergemod.cub

483 KB
Binary file not shown.

0 commit comments

Comments
 (0)