hytos / packagex86.bat @ caed1b2b
이력 | 보기 | 이력해설 | 다운로드 (720 Bytes)
1 |
|
---|---|
2 |
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 |
REM %SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\HYTOS\Setup\*.exe" |
11 |
|
12 |
%CANDLE% ".\HYTOSx86.wxs" -out .\Setup\ |
13 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
14 |
%LIGHT% -out ".\Setup\HYTOS-%1x86.msi" ".\Setup\HYTOSx86.wixobj" -ext WixUIExtension -ext WixUtilExtension |
15 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
16 |
|
17 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 ".\Setup\*.msi" |
18 |
|
19 |
:EOF |
20 |
ECHO process completed |
21 |
exit |
22 |
|
23 |
:ERROR |
24 |
exit 1 |