Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[scada-dev] Bug fixed

Hello Jen/Jürgen,

How are you?

I've added a validation to the MSI Deployment product version property because if you forgot to put a value or the value is not in the correct format, when you try to run with the Wix tool you will get an error.


c:\workspace\development\antares\com.antares.scada.demo\com.antares.scada.demo.configuration\output\localhost\msi-packages\localhost-configuration (master)
λ "c:\Program Files (x86)\WiX Toolset v3.8\bin\candle.exe" Setup.wxs
Windows Installer XML Toolset Compiler version 3.8.1128.0
Copyright (c) Outercurve Foundation. All rights reserved.

Setup.wxs
c:\workspace\development\antares\com.antares.scada.demo\com.antares.scada.demo.configuration\output\localhost\msi-packages\localhost-configuration\Setup.wxs(3) : error CNDL0108 : The Product/@Version attribute's value, 'x', is not a valid version.  Legal version values should look like 'x.x.x.x' where x is an integer from 0 to 65534.
c:\workspace\development\antares\com.antares.scada.demo\com.antares.scada.demo.configuration\output\localhost\msi-packages\localhost-configuration\Setup.wxs(3) : error CNDL0010 : The Product/@Version attribute was not found; it is required.

Please take a look

Regards,
Gabriel.-

Back to the top