Re: [WiX-users] Windows Installer 4.0 msi schema

2007-03-17 Thread Bob Arnson
Thomas Svare wrote: Mostly for informational/research purposes. I know it's documented but I'd like to get a look at things. You can get schema.msi, which contains all the tables, from the Windows SDK (Bin\msitools\Schemas\MSI\schema.msi). -- sig://boB http://bobs.org -

Re: [WiX-users] Windows Installer 4.0 msi schema

2007-03-16 Thread Rob Mensching
8 PM To: Thomas Svare; wix-users@lists.sourceforge.net Subject: RE: Re: [WiX-users] Windows Installer 4.0 msi schema 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 Be

Re: [WiX-users] Windows Installer 4.0 msi schema

2007-03-16 Thread Thomas Svare
wix-users@lists.sourceforge.net Subject: RE: Re: [WiX-users] Windows Installer 4.0 msi schema 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

Re: [WiX-users] Windows Installer 4.0 msi schema

2007-03-15 Thread Rob Mensching
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

Re: [WiX-users] Windows Installer 4.0 msi schema

2007-03-15 Thread Thomas Svare
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

Re: [WiX-users] Windows Installer 4.0 msi schema

2007-03-14 Thread 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 ). From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mi

Re: [WiX-users] Windows Installer 4.0 msi schema

2007-03-14 Thread Rob Mensching
ists.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 element. -- Mike Dimmick

Re: [WiX-users] Windows Installer 4.0 msi schema

2007-03-14 Thread Mike Dimmick
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 Windo

[WiX-users] Windows Installer 4.0 msi schema

2007-03-14 Thread Thomas Svare
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 -