hytos / package.bat @ c47ad347
이력 | 보기 | 이력해설 | 다운로드 (2.73 KB)
1 |
SET yyyymmdd=%DATE:~0,4%-%DATE:~5,2%-%DATE:~8,2% |
---|---|
2 |
SET hhmmss=%TIME:~0,2%-%TIME:~3,2%-%TIME:~6,2% |
3 |
SET hhmmss=%hhmmss: =0% |
4 |
|
5 |
REM SET CANDLE="C:\Program Files (x86)\WiX Toolset v3.11\bin\candle.exe" |
6 |
REM SET LIGHT="C:\Program Files (x86)\WiX Toolset v3.11\bin\light.exe" |
7 |
REM SET SIGNTOOLPATH="C:\Program Files (x86)\Windows Kits\10\bin\10.0.17763.0\x64\signtool.exe" |
8 |
REM SET SIGNPATH="c:\cert\www.doftech.co.kr.pfx" |
9 |
|
10 |
Del Setup\*.wixpdb |
11 |
Del Setup\*.wixobj |
12 |
Del Setup\*.msi |
13 |
|
14 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 ".\ID2\Setup\*.exe" |
15 |
|
16 |
%CANDLE% ".\ID2.wxs" -out .\Setup\ |
17 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
18 |
%LIGHT% -out ".\Setup\ID2-%1.msi" ".\Setup\ID2.wixobj" -ext WixUIExtension -ext WixUtilExtension |
19 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
20 |
|
21 |
%CANDLE% ".\SPPIDConverter.wxs" -out .\Setup\ |
22 |
REM IF %ERRORLEVEL% NEQ 0 goto :ERROR |
23 |
%LIGHT% -out ".\Setup\SPPIDConverter-%1.msi" ".\Setup\SPPIDConverter.wixobj" -ext WixUIExtension -ext WixUtilExtension |
24 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
25 |
|
26 |
%CANDLE% ".\ID2Report.wxs" -out .\Setup\ |
27 |
REM IF %ERRORLEVEL% NEQ 0 goto :ERROR |
28 |
%LIGHT% -out ".\Setup\ID2Report-%1.msi" ".\Setup\ID2Report.wixobj" -ext WixUIExtension -ext WixUtilExtension |
29 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
30 |
|
31 |
%CANDLE% ".\ID2PSN.wxs" -out .\Setup\ |
32 |
REM IF %ERRORLEVEL% NEQ 0 goto :ERROR |
33 |
%LIGHT% -out ".\Setup\ID2PSN-%1.msi" ".\Setup\ID2PSN.wixobj" -ext WixUIExtension -ext WixUtilExtension |
34 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
35 |
|
36 |
REM %CANDLE% ".\ID2_TRIAL.wxs" -out .\Setup\ |
37 |
REM IF %ERRORLEVEL% NEQ 0 goto :ERROR |
38 |
REM REM %LIGHT% -out ".\Setup\ID2_TRIAL-%1.msi" ".\Setup\ID2_TRIAL.wixobj" -ext WixUIExtension -ext WixUtilExtension |
39 |
REM IF %ERRORLEVEL% NEQ 0 goto :ERROR |
40 |
|
41 |
REM %CANDLE% ".\SPPIDConverter_TRIAL.wxs" -out .\Setup\ |
42 |
REM IF %ERRORLEVEL% NEQ 0 goto :ERROR |
43 |
REM %LIGHT% -out ".\Setup\SPPIDConverter_TRIAL-%1.msi" ".\Setup\SPPIDConverter_TRIAL.wixobj" -ext WixUIExtension -ext WixUtilExtension |
44 |
REM IF %ERRORLEVEL% NEQ 0 goto :ERROR |
45 |
|
46 |
REM %SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 ".\ID2\Setup\*.msi" |
47 |
|
48 |
REM deploy artifacts |
49 |
REM %CURL% -uadmin:dof1073# -X PUT "http://www.devdoftech.co.kr:9081/artifactory/ID2/Setup/ID2-%1.msi" -T ".\Setup\ID2-%1.msi" |
50 |
REM %CURL% -uadmin:dof1073# -X PUT "http://www.devdoftech.co.kr:9081/artifactory/ID2/Setup/ID2_TRIAL-%1.msi" -T ".\Setup\ID2_TRIAL-%1.msi" |
51 |
REM %CURL% -uadmin:dof1073# -X PUT "http://www.devdoftech.co.kr:9081/artifactory/ID2/Setup/SPPIDConverter-%1.msi" -T ".\Setup\SPPIDConverter-%1.msi" |
52 |
REM %CURL% -uadmin:dof1073# -X PUT "http://www.devdoftech.co.kr:9081/artifactory/ID2/Setup/SPPIDConverter_TRIAL-%1.msi" -T ".\Setup\SPPIDConverter_TRIAL-%1.msi" |
53 |
REM IF %ERRORLEVEL% NEQ 0 goto :ERROR |
54 |
|
55 |
:EOF |
56 |
ECHO process completed |
57 |
exit |
58 |
|
59 |
:ERROR |
60 |
exit 1 |