Re: [WiX-users] Retrieving a list of all the Properties in thePropertyTable...

2009-10-29 Thread Wilson, Phil
: Thursday, October 29, 2009 10:31 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Retrieving a list of all the Properties in thePropertyTable... I was trying to avoid bringing back the whole table, but as you say it can't be too big. Thanks for the SQL link a

Re: [WiX-users] Retrieving a list of all the Properties in thePropertyTable...

2009-10-29 Thread Dominique Louis
olset. Subject: Re: [WiX-users] Retrieving a list of all the Properties in thePropertyTable... The subset of SQL used by MSI is documented here http://msdn.microsoft.com/en-us/library/aa372021(VS.85).aspx Could read the whole table and used a regex on each row ? It would be a managable size. -Ori