개정판 f3b4d247
issue #000: fixed ConvertService.wxs
Change-Id: I519d424aa4c971ea4933d74d5cd4fd3d467ef115
ConvertService.wxs | ||
---|---|---|
160 | 160 |
<Component Id="cmp02F71C7C6D367B824AE93BC8AAAC6D24" Directory="INSTALLFOLDER" Guid="2AAC661A-CA19-4475-8B20-47009B586A05"> |
161 | 161 |
<File Id="filC967D57279D73C6402DD23D49F90D943" KeyPath="yes" Source=".\Setup\ConvertService\ServiceStation.ini" /> |
162 | 162 |
</Component> |
163 |
<Component Id="cmp07569CB5AB9CC837FA4C24F07D3CB63A" Directory="dirF11A32C1D9800180BB1B466CB65F5579" Guid="B400C4BB-F602-499A-883F-AA1359D251B3">
|
|
163 |
<Component Id="cmp07569CB5AB9CC837FA4C24F07D3CB63A" Directory="INSTALLFOLDER" Guid="B400C4BB-F602-499A-883F-AA1359D251B3">
|
|
164 | 164 |
<File Id="fil7F346CE65A7EBB6702C6F00D0F80D9D6" KeyPath="yes" Source=".\Setup\ConvertService\Obfuscator_Output\Mapping.txt" /> |
165 | 165 |
</Component> |
166 |
<Component Id="cmp14B25B17FA12AE332F05C39618810A70" Directory="dirF11A32C1D9800180BB1B466CB65F5579" Guid="A0B2571A-28EF-4BFE-8AFB-39FAF4DB9A74">
|
|
166 |
<Component Id="cmp14B25B17FA12AE332F05C39618810A70" Directory="INSTALLFOLDER" Guid="A0B2571A-28EF-4BFE-8AFB-39FAF4DB9A74">
|
|
167 | 167 |
<File Id="fil56AD76521C6DEEDCC3721D35F9400254" KeyPath="yes" Source=".\Setup\ConvertService\Obfuscator_Output\Markus.Service.Convert.dll" /> |
168 | 168 |
</Component> |
169 |
<Component Id="cmp24B565AA62C79F3CEEF4268CB2055EA8" Directory="dirF11A32C1D9800180BB1B466CB65F5579" Guid="C83764B3-8264-4DAC-AF9E-8A8DD7B54C5E">
|
|
169 |
<Component Id="cmp24B565AA62C79F3CEEF4268CB2055EA8" Directory="INSTALLFOLDER" Guid="C83764B3-8264-4DAC-AF9E-8A8DD7B54C5E">
|
|
170 | 170 |
<File Id="fil129A9EA2C17C3549B885476A6BB4F348" KeyPath="yes" Source=".\Setup\ConvertService\Obfuscator_Output\Markus.Service.ConvertProcess.exe" /> |
171 | 171 |
</Component> |
172 |
<Component Id="cmp5BB6007326E8B1F4A2C42E05089D5C15" Directory="dirF11A32C1D9800180BB1B466CB65F5579" Guid="90AD6C84-568D-4FE9-9AF6-2B765D9C3FF9">
|
|
172 |
<Component Id="cmp5BB6007326E8B1F4A2C42E05089D5C15" Directory="INSTALLFOLDER" Guid="90AD6C84-568D-4FE9-9AF6-2B765D9C3FF9">
|
|
173 | 173 |
<File Id="fil1F49AB955049D80A125F48E696AD3020" KeyPath="yes" Source=".\Setup\ConvertService\Obfuscator_Output\Markus.Service.DataBase.dll" /> |
174 | 174 |
</Component> |
175 |
<Component Id="cmpC6AB2AAEF4C2BEC7379C467385749226" Directory="dirF11A32C1D9800180BB1B466CB65F5579" Guid="8C0435EA-3451-4492-96F8-88FF70423F66">
|
|
175 |
<Component Id="cmpC6AB2AAEF4C2BEC7379C467385749226" Directory="INSTALLFOLDER" Guid="8C0435EA-3451-4492-96F8-88FF70423F66">
|
|
176 | 176 |
<File Id="fil6A27D8889BD153603E061268C9CD2706" KeyPath="yes" Source=".\Setup\ConvertService\Obfuscator_Output\Markus.Service.Extensions.dll" /> |
177 | 177 |
</Component> |
178 |
<Component Id="cmp849A10A719DD371EC1AFE17D50B96F99" Directory="dirF11A32C1D9800180BB1B466CB65F5579" Guid="174D57E7-65C9-46D3-8D0F-7AFBDF52343B">
|
|
178 |
<Component Id="cmp849A10A719DD371EC1AFE17D50B96F99" Directory="INSTALLFOLDER" Guid="174D57E7-65C9-46D3-8D0F-7AFBDF52343B">
|
|
179 | 179 |
<File Id="fil3F50B5E5FA46EF0C97DE6101AFA9DEB8" KeyPath="yes" Source=".\Setup\ConvertService\Obfuscator_Output\Markus.Service.Station.exe" /> |
180 | 180 |
<ServiceInstall Id="ServiceInstaller" |
181 | 181 |
Type="ownProcess" |
build.bat | ||
---|---|---|
24 | 24 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\MARKUS\Setup\ConvertService\*.exe" |
25 | 25 |
|
26 | 26 |
%CANDLE% ".\MARKUS.wxs" -out .\Setup\ |
27 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
|
27 | 28 |
%CANDLE% ".\FinalService.wxs" -out .\Setup\FinalService\ |
29 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
|
28 | 30 |
%CANDLE% ".\ConvertService.wxs" -out .\Setup\ConvertService\ |
31 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
|
29 | 32 |
%CANDLE% ".\MARKUS_daelim.wxs" -out .\Setup\ |
33 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
|
30 | 34 |
%CANDLE% ".\MARKUS_daelim_test.wxs" -out .\Setup\ |
35 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
|
31 | 36 |
%CANDLE% ".\FinalService_daelim.wxs" -out .\Setup\FinalService\ |
37 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
|
32 | 38 |
|
33 | 39 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
34 | 40 |
%LIGHT% -out ".\Setup\MARKUS-%1.msi" ".\Setup\MARKUS.wixobj" -ext WixUIExtension -ext WixUtilExtension |
41 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
|
35 | 42 |
%LIGHT% -out ".\Setup\FinalService\FinalService-%1.msi" ".\Setup\FinalService\FinalService.wixobj" -ext WixUIExtension -ext WixUtilExtension |
43 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
|
36 | 44 |
%LIGHT% -out ".\Setup\ConvertService\ConvertService-%1.msi" ".\Setup\ConvertService\ConvertService.wixobj" -ext WixUIExtension -ext WixUtilExtension |
45 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
|
37 | 46 |
%LIGHT% -out ".\Setup\MARKUS-Daelim-%1.msi" ".\Setup\MARKUS_daelim.wixobj" -ext WixUIExtension -ext WixUtilExtension |
47 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
|
38 | 48 |
%LIGHT% -out ".\Setup\MARKUS-DaelimTest-%1.msi" ".\Setup\MARKUS_daelim_test.wixobj" -ext WixUIExtension -ext WixUtilExtension |
49 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
|
39 | 50 |
%LIGHT% -out ".\Setup\FinalService\FinalService-Daelim-%1.msi" ".\Setup\FinalService\FinalService_daelim.wixobj" -ext WixUIExtension -ext WixUtilExtension |
40 | 51 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
41 | 52 |
|
내보내기 Unified diff