프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

hytos / package.bat @ b2544c55

이력 | 보기 | 이력해설 | 다운로드 (2.52 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 63dab936 humkyung
REM %CANDLE% ".\ID2_TRIAL.wxs" -out .\Setup\
32
REM IF %ERRORLEVEL% NEQ 0 goto :ERROR
33
REM REM %LIGHT% -out ".\Setup\ID2_TRIAL-%1.msi" ".\Setup\ID2_TRIAL.wixobj" -ext WixUIExtension -ext WixUtilExtension
34
REM IF %ERRORLEVEL% NEQ 0 goto :ERROR
35 237d194c humkyung
36 63dab936 humkyung
REM %CANDLE% ".\SPPIDConverter_TRIAL.wxs" -out .\Setup\
37
REM IF %ERRORLEVEL% NEQ 0 goto :ERROR
38
REM %LIGHT% -out ".\Setup\SPPIDConverter_TRIAL-%1.msi" ".\Setup\SPPIDConverter_TRIAL.wixobj" -ext WixUIExtension -ext WixUtilExtension
39
REM IF %ERRORLEVEL% NEQ 0 goto :ERROR
40 1a6c960e gaqhf
41 8befe804 humkyung
REM %SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 ".\ID2\Setup\*.msi"
42 5183a15f humkyung
43
REM deploy artifacts
44 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"
45 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"
46
REM %CURL% -uadmin:dof1073# -X PUT "http://www.devdoftech.co.kr:9081/artifactory/ID2/Setup/SPPIDConverter-%1.msi" -T ".\Setup\SPPIDConverter-%1.msi"
47
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"
48
REM IF %ERRORLEVEL% NEQ 0 goto :ERROR
49 5183a15f humkyung
50
:EOF
51
ECHO process completed 
52 c95a3035 humkyung
exit
53 5183a15f humkyung
54
:ERROR
55 c95a3035 humkyung
exit 1
클립보드 이미지 추가 (최대 크기: 500 MB)