개정판 5b2924ff
issue #000:PEMSS markus client add
Change-Id: I705bc108bf486c17afd48e5ed41e4d7ecae154ec
build.bat | ||
---|---|---|
41 | 41 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
42 | 42 |
%CANDLE% ".\FinalService_daelim.wxs" -out .\Setup\FinalService\ |
43 | 43 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
44 |
%CANDLE% ".\MARKUS_pemss.wxs" -ext WixUIExtension -ext WixUtilExtension -ext WixNetfxExtension -out .\Setup\ |
|
45 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
|
44 | 46 |
|
45 | 47 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
46 | 48 |
%LIGHT% -out ".\Setup\MARKUS-%1.msi" ".\Setup\MARKUS.wixobj" -ext WixUIExtension -ext WixUtilExtension -ext WixNetfxExtension |
... | ... | |
50 | 52 |
%LIGHT% -out ".\Setup\MARKUS-Daelim-%1.msi" ".\Setup\MARKUS_daelim.wixobj" -ext WixUIExtension -ext WixUtilExtension -ext WixNetfxExtension |
51 | 53 |
%LIGHT% -out ".\Setup\MARKUS-DaelimTest-%1.msi" ".\Setup\MARKUS_daelim_test.wixobj" -ext WixUIExtension -ext WixUtilExtension -ext WixNetfxExtension |
52 | 54 |
%LIGHT% -out ".\Setup\FinalService\FinalService-Daelim-%1.msi" ".\Setup\FinalService\FinalService_daelim.wixobj" -ext WixUIExtension -ext WixUtilExtension -ext WixNetfxExtension |
55 |
%LIGHT% -out ".\Setup\MARKUS-PEMSS-%1.msi" ".\Setup\MARKUS_pemss.wixobj" -ext WixUIExtension -ext WixUtilExtension -ext WixNetfxExtension |
|
53 | 56 |
|
54 | 57 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\MARKUS\Setup\*.msi" |
55 | 58 |
REM %SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\MARKUS\Setupx86\*.msi" |
... | ... | |
71 | 74 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
72 | 75 |
..\curl.exe -uadmin:dof1073# -X PUT "http://www.devdoftech.co.kr:9081/artifactory/MARKUS/Setup/ConvertService/ConvertService-%1.msi" -T ".\Setup\ConvertService\ConvertService-%1.msi" |
73 | 76 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
77 |
..\curl.exe -uadmin:dof1073# -X PUT "http://www.devdoftech.co.kr:9081/artifactory/MARKUS/Setup/MARKUS-PEMSS-%1.msi" -T ".\Setup\MARKUS-PEMSS-%1.msi" |
|
78 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
|
74 | 79 |
|
75 | 80 |
:EOF |
76 | 81 |
ECHO process completed |
내보내기 Unified diff