Re: [WiX-users] error compiling large MSI

2011-01-14 Thread David Watson
XML toolset. Subject: Re: [WiX-users] error compiling large MSI I looked at the _Validation.idt file and its formatted perfectly fine. That means the error is coming from within the Windows Installer API. Given that the _Validation.idt isn't adding that much data (and is formatted correctl

Re: [WiX-users] error compiling large MSI

2011-01-14 Thread Rob Mensching
le, so I can't split out the cabs into external files. > > From: Rob Mensching [r...@robmensching.com] > Sent: Thursday, January 13, 2011 1:07 AM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] error compiling lar

Re: [WiX-users] error compiling large MSI

2011-01-14 Thread Pally Sandher
opher Painter [mailto:chr...@deploymentengineering.com] Sent: 13 January 2011 19:41 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] error compiling large MSI Maybe I'm not being clear.  I've seen Server 2003 VM's configured with minimal amounts of memor

Re: [WiX-users] error compiling large MSI

2011-01-13 Thread Christopher Painter
read that deserves attention? E-Mail Me - Original Message From: Tim McDaniel To: General discussion for Windows Installer XML toolset. Sent: Thu, January 13, 2011 10:50:19 AM Subject: Re: [WiX-users] error compiling large MSI Yes, I have seen those cab file limits.  In my case, none o

Re: [WiX-users] error compiling large MSI

2011-01-13 Thread Tim McDaniel
13, 2011 11:37 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] error compiling large MSI http://blogs.msdn.com/b/windows_installer_team/archive/2005/09/18/461810 .aspx Palbinder Sandher Software Deployment & IT Administrator T: +44 (0) 141 945 8500 F: +4

Re: [WiX-users] error compiling large MSI

2011-01-13 Thread Pally Sandher
lset. Subject: Re: [WiX-users] error compiling large MSI Thanks for that info, but at least in my case that shouldn't be an issue since I won't be signing the MSI. From: Christopher Painter [chr...@deploymentengineering.com] Sent: Thursday, January

Re: [WiX-users] error compiling large MSI

2011-01-13 Thread Tim McDaniel
Installer XML toolset. Subject: Re: [WiX-users] error compiling large MSI I don't know if anyone has mentioned this but even if MSI didn't have a 2GB limitation there are other issues to deal with when authoring very large MSI's. You can get into situations where there isn'

Re: [WiX-users] error compiling large MSI

2011-01-13 Thread Christopher Painter
wrote: > From: Tim McDaniel > Subject: Re: [WiX-users] error compiling large MSI > To: "General discussion for Windows Installer XML toolset." > > Date: Thursday, January 13, 2011, 1:23 AM > If this isn't a 2 GB limitation, then > it's a serious coinciden

Re: [WiX-users] error compiling large MSI

2011-01-12 Thread Tim McDaniel
it out the cabs into external files. From: Rob Mensching [r...@robmensching.com] Sent: Thursday, January 13, 2011 1:07 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] error compiling large MSI That doesn't sound ri

Re: [WiX-users] error compiling large MSI

2011-01-12 Thread Rob Mensching
That doesn't sound right to me. Also, the error you're getting is about _Validation table failing to IDT file is corrupt or something more sinister. Tim, can you try running light with the "-notidy" switch and capture the _Validation.idt file? From there we should begin the diagnosis. On Wed, Jan

Re: [WiX-users] error compiling large MSI

2011-01-12 Thread Michael Urman
The underlying storage for the .msi database cannot handle sizes over 2GB, so your assessment seems correct. Unfortunately the only workaround I'm aware of is to move the large data outside the .msi, necessitating external files (either .cab or raw source files). On Wed, Jan 12, 2011 at 15:47, Tim