How does Wix decide what to uninstall from the machine. If you have an
arbitrary component like the one below and the 'UsersAge' property is
entered by the user on install, what happens when it comes to uninstalling?
Is the condition taken into account or does it simply look at the component
Guid.

<Component Id='ReadMe.txt.Component'
Guid='1CC4B1C9-1117-4618-A947-939A17E3397A' KeyPath='yes'>
        <Condition>UsersAge < 40</Condition>
        <File Id='ReadMe.txt'
              Name='ReadMe.txt'
              Source='$(var.AssembliesPath)'
              Vital='yes'/>
      </Component>
-- 
View this message in context: 
http://n2.nabble.com/How-does-Wix-decide-what-to-uninstall--tp2957421p2957421.html
Sent from the wix-users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to