markus / FinalService / KCOM_FinalService_DL / Package.bat @ 0de27a98
이력 | 보기 | 이력해설 | 다운로드 (931 Bytes)
1 |
SET CANDLE="C:\Program Files (x86)\WiX Toolset v3.11\bin\candle.exe" |
---|---|
2 |
SET LIGHT="C:\Program Files (x86)\WiX Toolset v3.11\bin\light.exe" |
3 |
SET SIGNTOOLPATH="C:\Program Files (x86)\Windows Kits\10\bin\10.0.17763.0\x64\signtool.exe" |
4 |
SET SIGNPATH="c:\cert\www.doftech.co.kr.pfx" |
5 |
|
6 |
Del .\obj\*.wixobj |
7 |
Del .\obj\*.wixpdb |
8 |
Del .\obj\*.msi |
9 |
|
10 |
REM %SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\ARS\AutoRouting\Setup\*.exe" |
11 |
|
12 |
%CANDLE% ".\FinalService.wxs" -out .\obj\ |
13 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
14 |
%LIGHT% -out ".\Setup\FinalService.msi" ".\obj\FinalService.wixobj" -ext WixUIExtension -ext WixUtilExtension |
15 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
16 |
|
17 |
REM %SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\ARS\AutoRouting\Setup\*.msi" |
18 |
|
19 |
:EOF |
20 |
ECHO process completed |
21 |
REM exit |
22 |
|
23 |
:ERROR |
24 |
REM exit 1 |