개정판 2d1f68e9
issue #1187: build convertservice with .vdproj instead of .wxs
Change-Id: Ic07e8963d9a3526b9a9a2739354344ad3be0c330
build.bat | ||
---|---|---|
14 | 14 |
Del Setup\*.msi |
15 | 15 |
|
16 | 16 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 ".\Setup\*.exe" |
17 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 ".\Setup\ConvertService\*.exe" |
|
18 | 17 |
|
19 | 18 |
%CANDLE% ".\MARKUS_pemss.wxs" -ext WixUIExtension -ext WixUtilExtension -ext WixNetfxExtension -out .\Setup\ |
20 | 19 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
21 |
%CANDLE% ".\ConvertService.wxs" -out .\Setup\ConvertService\ |
|
22 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
|
23 | 20 |
|
24 | 21 |
%LIGHT% -out ".\Setup\MARKUS_PEMSS-%1.msi" ".\Setup\MARKUS_pemss.wixobj" -ext WixUIExtension -ext WixUtilExtension -ext WixNetfxExtension |
25 | 22 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
26 |
%LIGHT% -out ".\Setup\ConvertService\ConvertService-%1.msi" ".\Setup\ConvertService\ConvertService.wixobj" -ext WixUIExtension -ext WixUtilExtension -ext WixNetfxExtension |
|
27 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR
|
|
23 |
|
|
24 |
%DEVENV% ".\ConvertService\ServiceBase\ConvertService\ConvertService.vdproj" /build Debug /Out ".\Setup\ConvertService-%1.msi"
|
|
28 | 25 |
|
29 | 26 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 ".\Setup\*.msi" |
30 | 27 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 ".\Setup\ConvertService\*.msi" |
내보내기 Unified diff