Re: [WiX-users] I need the Repair to behave as Reinstall

2010-04-27 Thread Houssam Hamdan
.wil...@invensys.com] Sent: Tuesday, April 27, 2010 1:31 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] I need the Repair to behave as Reinstall I think it's more likely Houssam wants identical behavior as at install time. I assume the conditions ar

Re: [WiX-users] I need the Repair to behave as Reinstall

2010-04-26 Thread Wilson, Phil
26, 2010 12:16 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] I need the Repair to behave as Reinstall Well it does. But the condition used is the one at fresh install time. It is is not re-evaluated - unless you set the transitive flag. You might

Re: [WiX-users] I need the Repair to behave as Reinstall

2010-04-26 Thread Ramaswamy, Srinivasan
Well it does. But the condition used is the one at fresh install time. It is is not re-evaluated - unless you set the transitive flag. You might want to look at msidbComponentAttributesTransitive bit flag in Attributes column of Component table. http://msdn.microsoft.com/en-us/library/aa368007