개정판 f3b4d247
issue #000: fixed ConvertService.wxs
Change-Id: I519d424aa4c971ea4933d74d5cd4fd3d467ef115
build.bat | ||
---|---|---|
24 | 24 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\MARKUS\Setup\ConvertService\*.exe" |
25 | 25 |
|
26 | 26 |
%CANDLE% ".\MARKUS.wxs" -out .\Setup\ |
27 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
|
27 | 28 |
%CANDLE% ".\FinalService.wxs" -out .\Setup\FinalService\ |
29 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
|
28 | 30 |
%CANDLE% ".\ConvertService.wxs" -out .\Setup\ConvertService\ |
31 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
|
29 | 32 |
%CANDLE% ".\MARKUS_daelim.wxs" -out .\Setup\ |
33 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
|
30 | 34 |
%CANDLE% ".\MARKUS_daelim_test.wxs" -out .\Setup\ |
35 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
|
31 | 36 |
%CANDLE% ".\FinalService_daelim.wxs" -out .\Setup\FinalService\ |
37 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
|
32 | 38 |
|
33 | 39 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
34 | 40 |
%LIGHT% -out ".\Setup\MARKUS-%1.msi" ".\Setup\MARKUS.wixobj" -ext WixUIExtension -ext WixUtilExtension |
41 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
|
35 | 42 |
%LIGHT% -out ".\Setup\FinalService\FinalService-%1.msi" ".\Setup\FinalService\FinalService.wixobj" -ext WixUIExtension -ext WixUtilExtension |
43 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
|
36 | 44 |
%LIGHT% -out ".\Setup\ConvertService\ConvertService-%1.msi" ".\Setup\ConvertService\ConvertService.wixobj" -ext WixUIExtension -ext WixUtilExtension |
45 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
|
37 | 46 |
%LIGHT% -out ".\Setup\MARKUS-Daelim-%1.msi" ".\Setup\MARKUS_daelim.wixobj" -ext WixUIExtension -ext WixUtilExtension |
47 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
|
38 | 48 |
%LIGHT% -out ".\Setup\MARKUS-DaelimTest-%1.msi" ".\Setup\MARKUS_daelim_test.wixobj" -ext WixUIExtension -ext WixUtilExtension |
49 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
|
39 | 50 |
%LIGHT% -out ".\Setup\FinalService\FinalService-Daelim-%1.msi" ".\Setup\FinalService\FinalService_daelim.wixobj" -ext WixUIExtension -ext WixUtilExtension |
40 | 51 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
41 | 52 |
|
내보내기 Unified diff