hytos / package.bat @ c47ad347
이력 | 보기 | 이력해설 | 다운로드 (2.73 KB)
1 | 5183a15f | humkyung | 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 | f2eba697 | humkyung | 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 | 5183a15f | humkyung | |
10 | Del Setup\*.wixpdb |
||
11 | Del Setup\*.wixobj |
||
12 | Del Setup\*.msi |
||
13 | |||
14 | 237d194c | humkyung | %SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 ".\ID2\Setup\*.exe" |
15 | 5183a15f | humkyung | |
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 | 8983b426 | gaqhf | %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 | 70131c95 | gaqhf | %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 | 57f85b6c | gaqhf | %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 | 63dab936 | humkyung | 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 | 237d194c | humkyung | |
41 | 63dab936 | humkyung | 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 | 1a6c960e | gaqhf | |
46 | 8befe804 | humkyung | REM %SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 ".\ID2\Setup\*.msi" |
47 | 5183a15f | humkyung | |
48 | REM deploy artifacts |
||
49 | 8befe804 | humkyung | REM %CURL% -uadmin:dof1073# -X PUT "http://www.devdoftech.co.kr:9081/artifactory/ID2/Setup/ID2-%1.msi" -T ".\Setup\ID2-%1.msi" |
50 | 63dab936 | humkyung | 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 | 5183a15f | humkyung | |
55 | :EOF |
||
56 | ECHO process completed |
||
57 | c95a3035 | humkyung | exit |
58 | 5183a15f | humkyung | |
59 | :ERROR |
||
60 | c95a3035 | humkyung | exit 1 |