Re: [WiX-users] Error 2908

2007-12-04 Thread Emmanuel Stapf [ES]
> Emmanuel Stapf [ES] wrote: > > I found the reason of that problem by using RegMon where I saw the > > 1450 error when opening a registry key. Then I found those > following > > URLs which perfectly match my problem: > > - http://tinyurl.com/2rj93p &

Re: [WiX-users] Error 2908

2007-12-04 Thread Emmanuel Stapf [ES]
child in it, the offending key) made my installation works just fine. Thanks, Manu Emmanuel Stapf [ES] wrote: > > I did try to run my installation after a fresh reboot and uninstalling > whatever I did not need on this machine. Any idea what kind of resources > it might be? &g

Re: [WiX-users] Error 2908

2007-12-03 Thread Emmanuel Stapf [ES]
I did try to run my installation after a fresh reboot and uninstalling whatever I did not need on this machine. Any idea what kind of resources it might be? Thanks, Manu Bob Arnson-6 wrote: > > Error 1450 is ERROR_NO_SYSTEM_RESOURCES. Have you tried an installation > after a fresh reboot? >

Re: [WiX-users] Error 2908

2007-12-03 Thread Emmanuel Stapf [ES]
Note that doing: msiexec /i My_msi.msi /quiet completes the installation and everything seems to be fine. Manu Emmanuel Stapf [ES] wrote: > > I'm having the same problem as Andrew. Did anyone found out what could be > wrong? In my case, I can install other MSI packages

Re: [WiX-users] Error 2908

2007-12-03 Thread Emmanuel Stapf [ES]
I'm having the same problem as Andrew. Did anyone found out what could be wrong? In my case, I can install other MSI packages, but not mine. Here the output of the log: MSI (s) (84:CC) [10:21:48:828]: Executing op: ComponentRegister(ComponentId={4FBFB3EE-4F75-46C7-8464-2710DD1E44A7},KeyPath=02:\

Re: [WiX-users] UAC/Vista and custom actions

2006-09-27 Thread Emmanuel Stapf [ES]
Thanks a lot. Manu > -Original Message- > From: Bob Arnson [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 26, 2006 10:21 PM > To: [EMAIL PROTECTED] > Cc: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] UAC/Vista and custom actions > > E

[WiX-users] UAC/Vista and custom actions

2006-09-26 Thread Emmanuel Stapf [ES]
Hi, I've recently read the following article: http://www.25hoursaday.com/weblog/PermaLink.aspx?guid=60027b92-3a08-416b-8554-22 51ede4b51a and it works great in my case. But which version of wix allow 3073 to be generated instead of 1025 now? I'm still using v2.0.4415. Thanks, Manu -