Re: [WiX-users] Stack available for Custom Actions

2008-11-11 Thread Tony Juricic
for Windows Installer XML toolset. Subject: Re: [WiX-users] Stack available for Custom Actions I still stand by my second sentence.I'm not sure what to tell you. The Windows Installer owns the process that loads your DLL. Not sure there is much you can do to change the environment it is

Re: [WiX-users] Stack available for Custom Actions

2008-11-11 Thread Rob Mensching
ricic [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 11, 2008 05:50 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Stack available for Custom Actions I invoke 3rd-party DLL function and the authors claim that I, that is 'my' MSI, is not giving th

Re: [WiX-users] Stack available for Custom Actions

2008-11-11 Thread Tony Juricic
ovember 10, 2008 10:57 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Stack available for Custom Actions What are you doing to run out of stack space? When I get a stack overflow it has always been a bug in my code. -Original Message- From: Tony Juric

Re: [WiX-users] Stack available for Custom Actions

2008-11-10 Thread Rob Mensching
What are you doing to run out of stack space? When I get a stack overflow it has always been a bug in my code. -Original Message- From: Tony Juricic [mailto:[EMAIL PROTECTED] Sent: Monday, November 10, 2008 19:46 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Stack available

[WiX-users] Stack available for Custom Actions

2008-11-10 Thread Tony Juricic
I am getting a stack overflow exception when executing deferred custom action in C++, but I am consuming only a quarter of 1 MB which, I believe, is the max stack space allowed per process. Did anybody here have similar things happen to him/her? I'm wondering if msiexec indeed gives much reduced