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

-
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


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

2007-03-16 Thread Rob Mensching
There is an easier way.  Go look at wix\src\wix\Data\tables.xml.  That's the 
Windows Installer schema in a format WiX can quickly digest.

From: Thomas Svare [mailto:[EMAIL PROTECTED]
Sent: Friday, March 16, 2007 5:25 AM
To: Rob Mensching; wix-users@lists.sourceforge.net
Subject: RE: Re: [WiX-users] Windows Installer 4.0 msi schema

Hello,

Mostly for informational/research purposes.  I know it's documented but I'd 
like to get a look at things.

Thanks,
Tom


From: Rob Mensching [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 15, 2007 4:48 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 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 ).

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  
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


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

2007-03-16 Thread Thomas Svare
Hello,

 

Mostly for informational/research purposes.  I know it's documented but
I'd like to get a look at things.

 

Thanks,

Tom

 



From: Rob Mensching [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 15, 2007 4:48 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 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 ).

 

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
 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


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

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

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  
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


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

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

 

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
 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


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

2007-03-14 Thread Thomas Svare
Mike, Rob,

 

Thank you both.  I should have thought of v3.0 but I just can't stop
using v2.0 for quick test purposes.

 

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 ).

 

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
 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


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

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


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

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

 

  _  

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


[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

 

-
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