프로젝트

일반

사용자정보

통계
| 개정판:

hytos / packagex86.bat @ 339ba307

이력 | 보기 | 이력해설 | 다운로드 (572 Bytes)

1 74878e2a kim yeonjin
2 01f546fb kim yeonjin
SET yyyymmdd=%DATE:~0,4%-%DATE:~5,2%-%DATE:~8,2%
3
SET hhmmss=%TIME:~0,2%-%TIME:~3,2%-%TIME:~6,2%
4
SET hhmmss=%hhmmss: =0%
5
6
Del Setup\*.wixpdb
7
Del Setup\*.wixobj
8
Del Setup\*.msi
9
10
%CANDLE% ".\HYTOSx86.wxs" -out .\Setup\
11
IF %ERRORLEVEL% NEQ 0 goto :ERROR
12
%LIGHT% -out ".\Setup\HYTOS-%1x86.msi" ".\Setup\HYTOSx86.wixobj" -ext WixUIExtension -ext WixUtilExtension
13
IF %ERRORLEVEL% NEQ 0 goto :ERROR
14
15 a120c1a8 humkyung
REM %SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 ".\Setup\*.msi"
16 01f546fb kim yeonjin
17
:EOF
18
ECHO process completed 
19 c64c4af6 kim yeonjin
exit
20 01f546fb kim yeonjin
21
:ERROR
22 c64c4af6 kim yeonjin
exit 1
클립보드 이미지 추가 (최대 크기: 500 MB)