Re: [WiX-users] memory usage

2006-12-08 Thread TibTam
rfMon to watch the allocated memory. *From:* TibTam [mailto:[EMAIL PROTECTED] *Sent:* Friday, December 08, 2006 12:21 *To:* Rob Mensching *Cc:* wix-users@lists.sourceforge.net *Subject:* Re: [WiX-users] memory usage What kind of profiler do you mean? I'm surprised too, one of my c

Re: [WiX-users] memory usage

2006-12-08 Thread Rob Mensching
e.net Subject: Re: [WiX-users] memory usage What kind of profiler do you mean? I'm surprised too, one of my collegues wants me to solve this issue. :) Rob Mensching wrote: I'm not aware of any changes. You could stick a profiler on it and see where the memory is blowing up. I'

Re: [WiX-users] memory usage

2006-12-08 Thread TibTam
are teams that have MSI files double this size doing just fine inside Microsoft. -Original Message- From: TibTam [mailto:[EMAIL PROTECTED] Sent: Friday, December 08, 2006 11:45 To: Rob Mensching Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] memory usage Well.. We build a pac

Re: [WiX-users] memory usage

2006-12-08 Thread Rob Mensching
PROTECTED] Sent: Friday, December 08, 2006 11:45 To: Rob Mensching Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] memory usage Well.. We build a package. Made some development, but nothing changed in the Wix source files. After this Wix used at least double of the memory it usually us

Re: [WiX-users] memory usage

2006-12-08 Thread TibTam
6 23:05 > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] memory usage > > > Thanks, i'll take a look. > > What can be the cause of this error (still the same, big, problematic > package)?: > > candle.exe : error CNDL0001 : Exception of type >

Re: [WiX-users] memory usage

2006-12-08 Thread Rob Mensching
Usually that error occurs because you ran out of memory. I'm not aware of any other cases. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tamas Tiboldi Sent: Thursday, December 07, 2006 23:05 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-

Re: [WiX-users] memory usage

2006-12-07 Thread Tamas Tiboldi
Thanks, i'll take a look. What can be the cause of this error (still the same, big, problematic package)?: candle.exe : error CNDL0001 : Exception of type 'System.OutOfMemoryException' was thrown. Exception Type: System.OutOfMemoryException Stack Trace: at System.String.GetStringForStringBu

Re: [WiX-users] memory usage

2006-12-07 Thread Bob Arnson
TibTam wrote: Ok, but please help me in on doing that We decided to use includes because we have huge directory tree and some parts of the tree are in the main wxs file, and some are in the included xmls. We need to refer to the folders from the xmls to the wxs (for example at shortcut cre

Re: [WiX-users] memory usage

2006-12-07 Thread TibTam
Ok, but please help me in on doing that We decided to use includes because we have huge directory tree and some parts of the tree are in the main wxs file, and some are in the included xmls. We need to refer to the folders from the xmls to the wxs (for example at shortcut creation). And it

Re: [WiX-users] memory usage

2006-12-07 Thread Cullen Waters
Behalf Of TibTam Sent: Thursday, December 07, 2006 10:35 AM To: Rob Mensching Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] memory usage We have one wxs and many xmls with . These xmls contain the folders/files/registries. We have the UI in a different xml too. If we can manage the

Re: [WiX-users] memory usage

2006-12-07 Thread Rob Mensching
f its time slogging through the XmlDocument. From: TibTam [mailto:[EMAIL PROTECTED] Sent: Thursday, December 07, 2006 10:21 To: Rob Mensching Cc: wix-users@lists.sourceforge.net<mailto:wix-users@lists.sourceforge.net> Subject: Re: [WiX-users] memory usage off topic: Sorry, i pressed Reply inst

Re: [WiX-users] memory usage

2006-12-07 Thread TibTam
through the XmlDocument. *From:* TibTam [mailto:[EMAIL PROTECTED] *Sent:* Thursday, December 07, 2006 10:21 *To:* Rob Mensching *Cc:* wix-users@lists.sourceforge.net *Subject:* Re: [WiX-users] memory usage off topic: Sorry, i pressed Reply instaed of Reply All... on: You are right

Re: [WiX-users] memory usage

2006-12-07 Thread Rob Mensching
XML file then candle is probably spending all of its time slogging through the XmlDocument. From: TibTam [mailto:[EMAIL PROTECTED] Sent: Thursday, December 07, 2006 10:21 To: Rob Mensching Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] memory usage off topic: Sorry, i pressed Reply

Re: [WiX-users] memory usage

2006-12-07 Thread TibTam
that'd be really cool. *From:* TibTam [mailto:[EMAIL PROTECTED] *Sent:* Thursday, December 07, 2006 10:02 *To:* Rob Mensching *Subject:* Re: [WiX-users] memory usage Keywords="Installer" Description="Software installer" Comments="Copyright mycompany&

Re: [WiX-users] memory usage

2006-12-07 Thread Rob Mensching
ize our memory usage, that'd be really cool. From: TibTam [mailto:[EMAIL PROTECTED] Sent: Thursday, December 07, 2006 10:02 To: Rob Mensching Subject: Re: [WiX-users] memory usage But the working scenario is the same if i set the compressed to No. (I do not know where can i check the com

Re: [WiX-users] memory usage

2006-12-07 Thread Rob Mensching
Are you compressing your files? If so, what compression level are you using? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of TibTam Sent: Thursday, December 07, 2006 09:36 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] memory usage The

Re: [WiX-users] memory usage

2006-12-07 Thread TibTam
ists.sourceforge.net > Subject: [WiX-users] memory usage > > > Hi! > > We have a quite big project and wix uses huge amount of memory. (more than > 500 MBs) > Is there any possibility to maximize the memory usage? >

Re: [WiX-users] memory usage

2006-12-07 Thread Rob Mensching
Uhh, maybe but you'd need to be a lot more specific about what in your project is "quite big". -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tamas Tiboldi Sent: Thursday, December 07, 2006 05:58 To: wix-users@lists.sourceforge.net Subj

[WiX-users] memory usage

2006-12-07 Thread Tamas Tiboldi
Hi! We have a quite big project and wix uses huge amount of memory. (more than 500 MBs) Is there any possibility to maximize the memory usage? How does the package generation works? Thanks a lot Tamas -- View this message in context: http://www.nabble.com/memory-usage-tf2774539.html#a7739632 S