The condition element is in this context used to show the message and stop
the installation if the condition is false. In other words it is a condition
that must be fulfilled to to start the installation.
The condition you have does the opposite, it shows the message if the DB
doesn't exist. Inste
The condition didn't make it into the previous post. here it is:
/christian
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/One-install-for-multiple-OS-tp6174389p6176708.html
Sent from the wix-users mailing
The problem is in your second condition. All versions below 601 or not being
administrator will trigger the message.
Instead the condition should be:
/christian
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/One-install-for-multiple-OS-tp6174
You should add an Id attribute to give the two configurations unique Id's. If
you don't specify an Id it uses the name.
Ex:
VersionNT = 500
VersionNT > 500
Nicole Zheng wrote:
>
> I searched the forum and got following related topics but my problem i
4 matches
Mail list logo