Re: [WiX-users] Changing attributes from DLL

2006-10-06 Thread Bob Arnson
Sigurd Stenersen wrote: > I am successfully changing properties from a custom install helper DLL, and > these properties trigger conditions within the MSI. > > I'm wondering if there is a way to access attributes directly from the DLL, > as this would allow me to get rid of all the condition tags

[WiX-users] Changing attributes from DLL

2006-10-06 Thread Sigurd Stenersen
I am successfully changing properties from a custom install helper DLL, and these properties trigger conditions within the MSI. I'm wondering if there is a way to access attributes directly from the DLL, as this would allow me to get rid of all the condition tags. E.g. rather than setting a pro