build: new windows installer

Created new windows installer based on the WiX Toolset
This commit is contained in:
Manuel Dobusch
2016-08-09 16:32:27 +02:00
parent 9cda1e773d
commit d0cf500c8e
28 changed files with 8968 additions and 0 deletions
+4
View File
@@ -107,6 +107,10 @@ echo -e "$INFO building the installer (trail)"
"D:/programme/Microsoft Visual Studio14/Common7/IDE/devenv.com" deployment/windows/CoatiTrialSetup/CoatiTrialSetup.sln //build Release //project deployment/windows/CoatiTrialSetup/CoatiSetup/CoatiSetup.vdproj
# BUILDING WIX INSTALLERS
call deployment/windows/wixSetup/build.bat
# EDIT THE INSTALLERS
"C:/Program Files (x86)/Microsoft SDKs/Windows/v7.1A/Bin/MsiTran.Exe" -a "deployment/windows/transform.mst" "deployment/windows/CoatiAppSetup/CoatiSetup/Release/Coati.msi"
"C:/Program Files (x86)/Microsoft SDKs/Windows/v7.1A/Bin/MsiTran.Exe" -a "deployment/windows/transform.mst" "deployment/windows/CoatiTrialSetup/CoatiSetup/Release/CoatiTrial.msi"