Re: [WiX-users] OutofMemoryExecption

2013-10-01 Thread Rob Mensching
Yeah, Votive doesn't expose all switches. You'd have to modify your .wixproj directly to pass the switch. On Tue, Oct 1, 2013 at 5:43 AM, Ravishankar < ravishankar.krishnasw...@idsnext.com> wrote: > Hi Rob, > Many Thanks .. :-) > I will try the file spit approach > Also how to pass -ss swtich to

Re: [WiX-users] OutofMemoryExecption

2013-10-01 Thread Ravishankar
Hi Rob, Many Thanks .. :-) I will try the file spit approach Also how to pass -ss swtich to candle.exe, am compiling from VS 2008 and i didnt find any place where we can provide the switch Thanks and Regards Ravi Shankar On 10/1/2013 6:06 PM, Rob Mensching wrote: > Wow, the XmlDocument validati

Re: [WiX-users] OutofMemoryExecption

2013-10-01 Thread Rob Mensching
Wow, the XmlDocument validation is running out of memory. Your single .wxs file apparently is too big for the .NET Framework. I'd recommend splitting your .wxs into a few smaller documents. You could also try passing the "-ss" switch to candle but smaller documents are probably the best way to go.

[WiX-users] OutofMemoryExecption

2013-10-01 Thread Ravishankar
Hi, Am building a installer with 6100 files and getting the below OutofmemoryExecption Please find the error log Kindly share your expertise :-) -- Build started: Project: Fortune, Configuration: Release x86 -- Target "_CheckRequiredProperties" in project "Fortune.wixproj" Target "_S