Why do you want all MSI tables?  EnsureTable will get the table you specify.  
It isn't intended to add all tables though.


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Thomas Svare
Sent: Thursday, March 15, 2007 2:23 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Windows Installer 4.0 msi schema

Hello,

I looked at the command line options and I hope I didn't overlook the 
obvious.....

Is there a way to have Wix create an msi with all the tables in the schema even 
though they may be empty?

Thanks,
Tom

________________________________
From: Rob Mensching [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 14, 2007 5:09 PM
To: Mike Dimmick; Thomas Svare; wix-users@lists.sourceforge.net
Subject: RE: [WiX-users] Windows Installer 4.0 msi schema

Although, if it is a standard MSI table you shouldn't need CustomTable at all 
(if you do, it's a bug in the WiX toolset <smile/>).

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Dimmick
Sent: Wednesday, March 14, 2007 2:48 PM
To: 'Thomas Svare'; wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Windows Installer 4.0 msi schema

The PatchCertificates element is supported in WiX v3.0, which generates 
MsiPatchCertificate table entries.

If you need a table that isn't supported by WiX, you can use the <CustomTable> 
element.

--
Mike Dimmick

________________________________
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Thomas Svare
Sent: 14 March 2007 21:18
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Windows Installer 4.0 msi schema

Hello,

I'm not sure if I'm phrasing this correctly but I'll throw it out there 
anyway...

Is there any way with Wix to pick up new tables in the Windows Installer 4.0 
msi schema?  I'm particularly interested in the MSIPatchCertificate table.

Thanks,
Tom

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to