개정판 87fc5ab6
issue #000: build.bat 수정
Change-Id: Ifb9f788f936a7491915bd076a33a78474acadd1f
MARKUS_daelim_test.wxs | ||
---|---|---|
24 | 24 |
<RegistryValue Root="HKCR" Key="KCOM\shell\open\command" Type="string" Value=""[INSTALLFOLDER]KCOM.exe" "%1"" KeyPath="yes"/> |
25 | 25 |
</Component> |
26 | 26 |
<Component Id="DesktopShortcut" Guid="DF06024A-95FE-43E2-BDF2-7C686EAF391F" Feature="ProductFeature"> |
27 |
<RegistryValue Root="HKCU" Key="Software\DOFTECH\MARKUS" Name="installed" Type="integer" Value="1" KeyPath="yes"/> |
|
27 |
<RegistryValue Root="HKCU" Key="Software\DOFTECH\MARKUS" Name="installed" Type="integer" Value="1" KeyPath="yes"/> |
|
28 |
<Shortcut Id="DesktopShortcut" |
|
29 |
Directory="DesktopFolder" |
|
30 |
Name="MARKUS" |
|
31 |
Description="PDF Markup Tool" |
|
32 |
Target="[INSTALLFOLDER]KCOM.exe" |
|
33 |
WorkingDirectory="INSTALLFOLDER" /> |
|
28 | 34 |
<RemoveFolder Id="DesktopFolder" On="uninstall"/> |
29 | 35 |
</Component> |
30 | 36 |
</Directory> |
build.bat | ||
---|---|---|
23 | 23 |
%CANDLE% ".\FinalService.wxs" -out .\Setup\FinalService\ |
24 | 24 |
%CANDLE% ".\MARKUS_daelim.wxs" -out .\Setup\ |
25 | 25 |
%CANDLE% ".\FinalService_daelim.wxs" -out .\Setup\FinalService\ |
26 |
%CANDLE% ".\MARKUS_daelim_test.wxs" -out .\Setup\ |
|
27 | 26 |
|
28 | 27 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
29 | 28 |
%LIGHT% -out ".\Setup\MARKUS-%1.msi" ".\Setup\MARKUS.wixobj" -ext WixUIExtension -ext WixUtilExtension |
30 | 29 |
%LIGHT% -out ".\Setup\FinalService\FinalService-%1.msi" ".\Setup\FinalService\FinalService.wixobj" -ext WixUIExtension -ext WixUtilExtension |
31 | 30 |
%LIGHT% -out ".\Setup\MARKUS-Daelim-%1.msi" ".\Setup\MARKUS_daelim.wixobj" -ext WixUIExtension -ext WixUtilExtension |
32 | 31 |
%LIGHT% -out ".\Setup\FinalService\FinalService-Daelim-%1.msi" ".\Setup\FinalService\FinalService_daelim.wixobj" -ext WixUIExtension -ext WixUtilExtension |
33 |
%LIGHT% -out ".\Setup\MARKUS-DaelimTest-%1.msi" ".\Setup\MARKUS_daelim_test.wixobj" -ext WixUIExtension -ext WixUtilExtension |
|
34 | 32 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
35 | 33 |
|
36 | 34 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\MARKUS\Setup\*.msi" |
내보내기 Unified diff