In Wix, and with MSI installers in general I believe, the condition has
to be *true* to install. So in these cases, you will *only* be able to
install on Windows 95. I believe you want to change your '=' to 'NOT'.


-Matt


-----Original Message-----
From: vbtricks [mailto:[EMAIL PROTECTED] 
Sent: Monday, September 18, 2006 10:31 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Conditions and version of OS


Salut,

trying to create my first setup using WIX. My software does not support
Windows 95. In the  http://www.tramontana.co.hu/wix/lesson1.php#1.4 wix
tutorial  I found the following lines:

    <Condition Message='Operating system not supported!'>Version9X =
400</Condition>
    <Condition Message='Operating system not supported!'>Version9X = 400
AND
WindowsBuild = 1111</Condition>

Unfortunately I get the message "Operating system not supported!" when
trying to run the setup, although I'm running Windows XP. What's wrong?
By
the way, can I replace the equality sign in the condition by a less
than?


Thanks in advance,

Stefan
-- 
View this message in context:
http://www.nabble.com/Conditions-and-version-of-OS-tf2292721.html#a63683
88
Sent from the wix-users mailing list archive at Nabble.com.


------------------------------------------------------------------------
-
Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to