mirror of
https://github.com/chris2511/xca.git
synced 2026-09-13 18:46:25 +05:00
Duplicating <ComponentGroupRef Id="GroupBasic" /> into all features avoids error ICE69, but it results in an installation error. Rather live with the error.
16 lines
297 B
Batchfile
16 lines
297 B
Batchfile
|
|
|
|
rem Compile
|
|
candle.exe -arch x64 -out xca.wixobj xca.wxs
|
|
|
|
rem Link: -sw1076: Silence warning LGHT1076
|
|
rem ICE69: Mismatched component reference.
|
|
|
|
light.exe -b .. -sice:69 -sw1076 -ext WixUIExtension -ext WixUtilExtension xca.wixobj
|
|
|
|
rem error LGHT0204 : ICE69 is OK
|
|
|
|
dir xca.msi
|
|
|
|
pause
|