Re: [WiX-users] Reading the Directory table

2015-03-30 Thread Nir Bar
Can you post the actual SQL string that is the result of session.Database.Tables["ProtectedConfigFolders"].SqlSelectString ? - Nir Bar Freelance Developer Mail: nir@panel-sw.com Web: www.panel-sw.com - C++ On Windows, Linux and Embedded Platforms - WiX & InstallShield -- Vie

[WiX-users] Reading the Directory table

2015-03-30 Thread Craig Reeves
Ok I have a custom action that reads a custom table and uses the following syntax var ProtectedConfigFolders = session.Database.OpenView(session.Database.Tables["ProtectedConfigFolders"].SqlSelectString); Now this works However if I try and ready the Directory table in the same way var dirvi