[WiX-users] Managed bootstrapper application issue

2011-11-02 Thread Nicolas Penin
because managed host could not be loaded". Any idea ? Thanks, Nicolas Penin -- RSA® Conference 2012 Save $700 by Nov 18 Register now! http://p.sf.net/sfu/rsa-sfdev2dev1 ___ Wi

Re: [WiX-users] Managed bootstrapper application issue

2011-11-03 Thread Nicolas Penin
successfully installed. The bootstrapper application will be reloaded. [0F8C:0F90][2011-11-03T09:47:10]: Loading prerequisite bootstrapper application because managed host could not be loaded, error: 0x80131700. Regards, Nicolas Penin -Message d'origine- De : Bob Arnson [mai

Re: [WiX-users] Managed bootstrapper application issue

2011-11-06 Thread Nicolas Penin
But why would it fail when the bootstrapper reloads by itself, and if I close it and re-open it by myself, it works ? Cordialement, Nicolas Penin -Message d'origine- De : Bob Arnson [mailto:b...@joyofsetup.com] Envoyé : dimanche 6 novembre 2011 15:16 À : wix-users@lists.sourceforg

[WiX-users] Wix or MSI bug ?

2011-11-07 Thread Nicolas Penin
Dear all, I believe this is a bug in wix 3.6, but not sure... If I do the following : I have the appropriate path, except it is terminating with a \ If I change the Type of RegistrySearch to file, the content of SQLCMDPATH is 'C:\' Any idea ? Regard

Re: [WiX-users] Votive compatible with VS2010 SP1?

2011-11-07 Thread Nicolas Penin
I'm using VS2010 and Wix for 2 weeks for now, and did not have any issue with them. Regards, Nicolas Penin -Message d'origine- De : David L. Beckwith [mailto:beckw...@interaccess.com] Envoyé : lundi 7 novembre 2011 14:53 À : wix-users@lists.sourceforge.net Objet : [WiX-use

Re: [WiX-users] Advanced Wix based installer

2011-11-08 Thread Nicolas Penin
Hi, It's hard to answer without your wxs, but for the WixUI_Mode, I would say you need to make a PropertyRef instead a Property. -Message d'origine- De : Neville Lewis [mailto:neville.le...@gmail.com] Envoyé : mardi 8 novembre 2011 10:10 À : wix-users@lists.sourceforge.net Objet : [WiX

Re: [WiX-users] Burn - what's the difference between InstallConditionand DetectCondition?

2011-11-08 Thread Nicolas Penin
in a specific case (depending on my UI), the detect condition helps me to know whether it is already installed, and the install condition has to be true (my specific case) to allow the installation of SQLExpress. Does it make sense ? Regards, Nicolas Penin -Message d'origine---

Re: [WiX-users] Burn - what's the difference between InstallConditionand DetectCondition?

2011-11-08 Thread Nicolas Penin
For the first part, I can say yes. I have not tested yet the second assumption, but I hope it works as you (and I) expect it. Regards, Nicolas Penin -Message d'origine- De : Aled Hughes [mailto:trestlemon...@gmail.com] Envoyé : mardi 8 novembre 2011 16:56 À : General discussio

Re: [WiX-users] Wix or MSI bug ?

2011-11-08 Thread Nicolas Penin
latform Engineer > T: +44 (0) 141 945 8500 > F: +44 (0) 141 945 8501 > http://www.iesve.com > > **Design, Simulate + Innovate with the ** > Integrated Environmental Solutions Limited. Registered in Scotland No. > SC151456 > Registered Office - Helix Building, West Of

Re: [WiX-users] Managed bootstrapper application issue

2011-11-10 Thread Nicolas Penin
Does no one has an idea ? Regards, Nicolas Penin -Message d'origine- De : Nicolas Penin [mailto:n.pe...@happly.fr] Envoyé : lundi 7 novembre 2011 06:18 À : General discussion for Windows Installer XML toolset. Objet : Re: [WiX-users] Managed bootstrapper application issue But why

[WiX-users] Bug with Semi colon in Custom action data

2011-11-17 Thread Nicolas Penin
comma, it works perfectly. Is there any work around against this issue ? Regards, Nicolas Penin -- All the data continuously generated in your IT infrastructure contains a definitive record of customers, application perfo

Re: [WiX-users] Bug with Semi colon in Custom action data

2011-11-17 Thread Nicolas Penin
Forgot to mention : I am using wix 3.6. Regards, Nicolas Penin -Message d'origine- De : Nicolas Penin [mailto:n.pe...@happly.fr] Envoyé : jeudi 17 novembre 2011 17:28 À : General discussion for Windows Installer XML toolset. Objet : [WiX-users] Bug with Semi colon in Custom action

Re: [WiX-users] Bug with Semi colon in Custom action data

2011-11-17 Thread Nicolas Penin
Ok, forget me, it was the equal before my variable that was causing the issue. I'll hang me when my installer is finished ;) Regards, Nicolas Penin -Message d'origine- De : Nicolas Penin [mailto:n.pe...@happly.fr] Envoyé : jeudi 17 novembre 2011 17:33 À : General disc

Re: [WiX-users] Managed bootstrapper application issue

2011-11-22 Thread Nicolas Penin
Unfortunately not :(. If it can help, I am trying on a Virtual machine on Windows 7 (both host and VM). I thought it could come from integration components since Bob Arnson directed me to a SSO issue. So I tried without activating them on the VM, with no luck. Cordialement, Nicolas Penin

[WiX-users] PhysicalMemory issue

2011-11-23 Thread Nicolas Penin
? Thanks, Nicolas Penin -- All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this

Re: [WiX-users] how to run a sql script in SQLCMD Mode using WIX Tool

2011-11-24 Thread Nicolas Penin
etvar. Additionnally, since ADO.NET does not supports GO in CommandText, I also had to split the script on GO. No I can say it works pretty well. Hope it helps also. Nicolas Penin -Message d'origine- De : Neil Sleightholm [mailto:n...@x2systems.com] Envoyé : jeudi 24 novembre 20

Re: [WiX-users] how to run a sql script in SQLCMD Mode using WIX Tool

2011-11-24 Thread Nicolas Penin
return true; } catch (Exception ex) { log.Error(ex); return false; } } Nicolas Penin -Message d'origin

Re: [WiX-users] Burn Variables and the WixStandardBootstrapperApplication

2011-11-28 Thread Nicolas Penin
I don't know about wixstdba, but the managed ba actually parses (at least) the param "/log logfile.txt" Regards, Nicolas Penin -Message d'origine- De : Rob Mensching [mailto:r...@robmensching.com] Envoyé : lundi 28 novembre 2011 22:07 À : General discussion for W