프로젝트

일반

사용자정보

통계
| 개정판:

hytos / package.bat @ 01bb0435

이력 | 보기 | 이력해설 | 다운로드 (1.16 KB)

1 c34f16d7 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
SET CANDLE="C:\Program Files (x86)\WiX Toolset v3.11\bin\candle.exe"
6
SET LIGHT="C:\Program Files (x86)\WiX Toolset v3.11\bin\light.exe"
7
SET SIGNTOOLPATH="C:\Program Files (x86)\Windows Kits\10\bin\10.0.17763.0\x64\signtool.exe"
8
SET SIGNPATH="c:\cert\www.doftech.co.kr.pfx"
9
10
Del Setup\*.wixpdb
11
Del Setup\*.wixobj
12
Del Setup\*.msi
13
14 3104adb2 kim yeonjin
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\HYTOS\Setup\*.exe"
15 c34f16d7 humkyung
16 3104adb2 kim yeonjin
%CANDLE% ".\HYTOS.wxs" -out .\Setup\
17 c34f16d7 humkyung
IF %ERRORLEVEL% NEQ 0 goto :ERROR
18 c64c4af6 kim yeonjin
%LIGHT% -out ".\Setup\HYTOS-%1.msi" ".\Setup\HYTOS.wixobj" -ext WixUIExtension -ext WixUtilExtension
19 c34f16d7 humkyung
IF %ERRORLEVEL% NEQ 0 goto :ERROR
20
21
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\HYTOS\Setup\*.msi"
22
23
REM deploy artifacts
24 3104adb2 kim yeonjin
..\curl.exe -uadmin:dof1073# -X PUT "http://www.devdoftech.co.kr:9081/artifactory/HYTOS/Setup/HYTOS-%1.msi" -T ".\Setup\HYTOS-%1.msi"
25
IF %ERRORLEVEL% NEQ 0 goto :ERROR
26 c34f16d7 humkyung
27
:EOF
28
ECHO process completed 
29 3104adb2 kim yeonjin
exit
30 c34f16d7 humkyung
31
:ERROR
32 3104adb2 kim yeonjin
exit 1
클립보드 이미지 추가 (최대 크기: 500 MB)