Re: [WiX-users] CAB not being written to _Streams table

2007-03-16 Thread Matt Coill
s, - Matt From: Mike Dimmick [mailto:[EMAIL PROTECTED] Sent: Friday, March 16, 2007 2:30 PM To: Matt Coill; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] CAB not being written to _Streams table _Streams is not a real table. The documentation states "This is a temporary table, cr

Re: [WiX-users] CAB not being written to _Streams table

2007-03-16 Thread Mike Dimmick
_Streams is not a real table. The documentation states "This is a temporary table, created only when referenced by a SQL statement." The CABs are actually stored as separate streams in the OLE Structured Storage file. You can see them with the DocFile Viewer (dfview.exe) from Visual Studio 6.0 (it

Re: [WiX-users] CAB not being written to _Streams table

2007-03-16 Thread Matt Coill
riday, March 16, 2007 2:18 PM To: Matt Coill; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] CAB not being written to _Streams table Never heard of anyone having a problem with it where there wasn't a build failure somewhere else. Does it install correctly? Also, I don't remember

Re: [WiX-users] CAB not being written to _Streams table

2007-03-16 Thread Rob Mensching
Never heard of anyone having a problem with it where there wasn't a build failure somewhere else. Does it install correctly? Also, I don't remember if the cabinet shows up in the _Streams table... it may just be stored as a stream with the name. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED