프로젝트

일반

사용자정보

개정판 01f546fb

ID01f546fb814b66e3b86e978e78aa06ae283322b8
상위 46702d05
하위 a3660676, 8e51d317

김연진이(가) 5년 이상 전에 추가함

issue #1066: 매뉴얼 및 산출물 작성 - 32비트용 설치 파일 생성

Change-Id: I5d2743b329452e27ef1f9a9d7a8bca7fc0cd2233

차이점 보기:

package.bat
11 11
Del Setup\*.wixobj
12 12
Del Setup\*.msi
13 13

  
14
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\HYTOS\Setup\*.exe"
14
REM %SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\HYTOS\Setup\*.exe"
15 15

  
16
%CANDLE% ".\HYTOS.wxs" -out .\Setup\
16
REM %CANDLE% ".\HYTOS.wxs" -out .\Setup\
17
%CANDLE% ".\HYTOSx86.wxs" -out .\Setup\
17 18
IF %ERRORLEVEL% NEQ 0 goto :ERROR
18
%LIGHT% -out ".\Setup\HYTOS-%1.msi" ".\Setup\HYTOS.wixobj" -ext WixUIExtension -ext WixUtilExtension
19
%LIGHT% -out ".\Setup\HYTOS-%1x86.msi" ".\Setup\HYTOSx86.wixobj" -ext WixUIExtension -ext WixUtilExtension
19 20
IF %ERRORLEVEL% NEQ 0 goto :ERROR
20 21

  
21 22
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\HYTOS\Setup\*.msi"
22 23

  
23 24
REM deploy artifacts
24
..\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
25
REM ..\curl.exe -uadmin:dof1073# -X PUT "http://www.devdoftech.co.kr:9081/artifactory/HYTOS/Setup/HYTOS-%1.msi" -T ".\Setup\HYTOS-%1.msi"
26
REM IF %ERRORLEVEL% NEQ 0 goto :ERROR
26 27

  
27 28
:EOF
28 29
ECHO process completed 
29
exit
30
REM exit
30 31

  
31 32
:ERROR
32
exit 1
33
REM exit 1

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)