개정판 09f07393
issue #000: fixed build.bat
Change-Id: I4aa45df73500a96c98505c9c92fbcb9ebcc2d814
build.bat | ||
---|---|---|
12 | 12 |
Del Setup\*.wixobj |
13 | 13 |
Del Setup\*.wixpdb |
14 | 14 |
Del Setup\*.msi |
15 |
Del Setup\FinalService\*.wixobj |
|
16 |
Del Setup\FinalService\*.wixpdb |
|
17 |
Del Setup\FinalService\*.msi |
|
15 | 18 |
|
16 | 19 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\MARKUS\Setup\*.exe" |
20 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\MARKUS\Setup\FinalService\*.exe" |
|
17 | 21 |
|
18 | 22 |
%CANDLE% ".\MARKUS.wxs" -out .\Setup\ |
19 | 23 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
20 | 24 |
%LIGHT% -out ".\Setup\MARKUS-%1.msi" ".\Setup\MARKUS.wixobj" -ext WixUIExtension -ext WixUtilExtension |
25 |
%LIGHT% -out ".\Setup\FinalService\FinalService-%1.msi" ".\Setup\FinalService\FinalService.wixobj" -ext WixUIExtension -ext WixUtilExtension |
|
21 | 26 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
22 | 27 |
|
23 | 28 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\MARKUS\Setup\*.msi" |
29 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\MARKUS\Setup\FinalService\*.msi" |
|
24 | 30 |
|
25 | 31 |
:EOF |
26 | 32 |
ECHO process completed |
내보내기 Unified diff