xca/misc/xca.bat
Christian Hohnstaedt 0152633854 Allow double-click xca.bat and examine its output
Duplicating <ComponentGroupRef Id="GroupBasic" />
into all features avoids error ICE69,
but it results in an installation error.

Rather live with the error.
2020-01-22 05:56:31 +01:00

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