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 dirview =
session.Database.OpenView(session.Database.Tables["Directory"].SqlSelectString);

I get

exception of type
'Microsoft.Deployment.WindowsInstaller.BadQuerySyntaxException' occurred in
Microsoft.Deployment.WindowsInstaller.dll.

Any ideas.



-- 

*Craig Reeves *
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to