Hi: 
  
I have a component with the following condition: 
"Remove"]]>
  
where UPGRADE_FROM_VERSION = "6.1.8.78" and InstallMode = "Change", which
evaluates correctly when running the msi in full UI mode.  However, when I
run the msi in silent mode, the component does not install. 
  
The verbose log for full UI mode shows this for the component: 
MSI (s) (EC:5C) [18:23:21:707]: Component: A22_6.1.8.81; Installed: Absent;  
Request: Local;   Action: Local;   Client State: Unknown 
  
The verbose log for silent mode shows this: 
MSI (s) (E0:18) [17:54:52:819]: Component: A22_6.1.8.81; Installed: Absent;  
Request: Local;   Action: Null;   Client State: Unknown 
  
  
Is there something else I can do to debug this?  I don't see much difference
between the two logs other than the UI actions.  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 "InstallMode<>"Remove"." 
  
Thanks, 
Greg  


--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Component-condition-not-evaluated-correctly-tp6232746p6232746.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to