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
-
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
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
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
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
; 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
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
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
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
-
9 matches
Mail list logo