Check that UPGRADE_FROM_VERSION is set during silent installation. -----Original Message----- From: Greg [mailto:g...@swansonsoftware.com] Sent: Tuesday, April 12, 2011 3:44 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Component condition question
Hi: I have a component with the following condition: <![CDATA[UPGRADE_FROM_VERSION <= "6.1.8.85" AND InstallMode<>"Remove"]]> where UPGRADE_FROM_VERSION = "6.1.8.78" and InstallMode = "Change". When I run the msi in full UI mode, the component installs. But when I run the msi in silent mode using the command line, the component does not install and the verbose log shows: MSI (s) (E0:18) [17:54:52:819]: Component: A22_6.1.8.81; Installed: Absent; Request: Local; Action: Null; Client State: Unknown I know the problem is with the "UPGRADE_FROM_VERSION <= "6.1.8.85"" part of the condition because the component installs if I remove that and leave just the "InstallMode<>"Remove" part of the condition. Is there anything I can do to debug this? Thanks, Greg -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Component-condition-question-tp6263309p6263309.html Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Forrester Wave Report - Recovery time is now measured in hours and minutes not days. Key insights are discussed in the 2010 Forrester Wave Report as part of an in-depth evaluation of disaster recovery service providers. Forrester found the best-in-class provider in terms of services and vision. Read this report now! http://p.sf.net/sfu/ibm-webcastpromo _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ Forrester Wave Report - Recovery time is now measured in hours and minutes not days. Key insights are discussed in the 2010 Forrester Wave Report as part of an in-depth evaluation of disaster recovery service providers. Forrester found the best-in-class provider in terms of services and vision. Read this report now! http://p.sf.net/sfu/ibm-webcastpromo _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users