SDA-2386 Archiving wix# msi

This commit is contained in:
Mattias Gustavsson 2020-08-25 14:43:14 +02:00
parent 5bc15dc36b
commit 89ebfa0fec

View File

@ -97,6 +97,5 @@ echo "copy msi result to target dir"
copy "%AIP%-SetupFiles\%AIP%.msi" "%targetsDir%\%archiveName%.msi"
echo Building new installer with wix#
REM pushd "installer\win"
call "BuildWixSharpInstaller.bat"
REM popd
copy "Symphony.msi" "%targetsDir%\Wix-%archiveName%.msi"