Update Build.xml to build Main Setup MSI with new WIX Setup Project

This commit is contained in:
Virtuworks 2012-09-03 03:05:26 -04:00
parent a4f5dcdae6
commit 92c44aab49
3 changed files with 16 additions and 4 deletions

View file

@ -154,6 +154,7 @@
</Target>
-->
<PropertyGroup>
<PostBuildEvent>"$(SolutionDir)..\Resources\ILMerge.exe" "$(TargetPath)" "$(SolutionDir)..\Lib\Ionic.Zip.Reduced.dll" /out:$(SolutionDir)WebsitePanel.Installer\Updater.exe /ndebug</PostBuildEvent>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
</Project>