You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<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
+
616
624
<target name="validate-windows-install-msi" description="validate created windows installer file. Note: This will always output succeed. Check printed warnings and errors.">
0 commit comments