Re: [WiX-users] Controling features installed with custom actions C#

2009-09-17 Thread Blair
t: Thursday, September 17, 2009 9:27 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Controling features installed with custom actions C# Hello, I would like to use a custom action to read a license file and base the installed features on its contents. I have a custom

[WiX-users] Controling features installed with custom actions C#

2009-09-17 Thread William Prada
Hello, I would like to use a custom action to read a license file and base the installed features on its contents. I have a custom action written in C# that successfully inserts a new entry into the Property table: using (View propertyView = session.Database.OpenView("SELECT * FROM Prop