Re: [WiX-users] Error launching bootstrapper

2013-08-01 Thread Pasquale Fersini
hat helps. > > > On Fri, Jul 26, 2013 at 12:18 AM, Pasquale Fersini < > basquale.fers...@gmail.com> wrote: > > > Sorry Rob, > > but I take that number version when I was drunk. May be 3.8.506.0 ? > > > > Thanks. > > > > > > 2013/7/25 Rob Mens

Re: [WiX-users] Error launching bootstrapper

2013-07-26 Thread Pasquale Fersini
Sorry Rob, but I take that number version when I was drunk. May be 3.8.506.0 ? Thanks. 2013/7/25 Rob Mensching > Hmm, where did you get that build from? There is no WiX v3.8.5506 build. > > > On Thu, Jul 25, 2013 at 9:15 AM, Pasquale Fersini < > basquale.fers..

Re: [WiX-users] Error launching bootstrapper

2013-07-25 Thread Pasquale Fersini
Application error Wix 3.8.5506.0 2013/7/25 Rob Mensching > And what version of WiX v3.8? > > > On Thu, Jul 25, 2013 at 6:59 AM, David Watson wrote: > > > What error? > > > > -Original Message- > > From: Pasquale Fersini [mailto:basquale.fers...@

[WiX-users] Error launching bootstrapper

2013-07-25 Thread Pasquale Fersini
Hi all, on a user machine (Windows XP SP3) our setup, compiled with wix 3.8, doesn't start, immediately going into error. No log possible. Double click -> Error. I don't know... Ideas? Regards, Pasquale. -- See everything

[WiX-users] Strange issue during netfx4 installation

2013-02-28 Thread Pasquale Fersini
Hi all, in my Bootrapper project I use an ExePackage like this: http://go.microsoft.com/fwlink/?LinkId=164193"; InstallCommand="/quiet /norestart AGREETOLICENSE=YES" RepairCommand="/q ACTION=Repair /hideconsole /norestart"DetectCondition="NET4Installed = 1"> but sometimes (I don't k

Re: [WiX-users] Show progress bar during downloading .net framework

2012-09-25 Thread Pasquale Fersini
Hi all, i found a solution to my problem using heat on JRE installer and adding to my ExePackage Thanks again! 2012/9/25 Pasquale Fersini > Many many many thanks, guys. You saved me a lot a time! > No way to do same thing for java installer? > > > 2012/9/25 Rob Mensching &

Re: [WiX-users] Show progress bar during downloading .net framework

2012-09-25 Thread Pasquale Fersini
Many many many thanks, guys. You saved me a lot a time! No way to do same thing for java installer? 2012/9/25 Rob Mensching > I think you need Protocol='netfx' on the ExePackage. Built in > PackageGroupRef for NETFX in WiX does this, IIRC. > > On Mon, Sep 24, 2012 at 8:3

[WiX-users] Show progress bar during downloading .net framework

2012-09-24 Thread Pasquale Fersini
Hi all, I want to show a progress bar during downloading .net Framework; I use following code: http://go.microsoft.com/fwlink/?LinkId=164193"; InstallCommand="/quiet /norestart AGREETOLICENSE=YES" RepairCommand="/q ACTION=Repair /hideconsole" DetectCondition="NET4Installed = 1" /> A

[WiX-users] Custom translation in bootstrapper (wix-3.6-RC)

2012-06-07 Thread Pasquale Fersini
Hi all, I'm new here. How to change the file of the translation for bootstrapper (Bundle.wxs)? I read the documentation and I tried to load my custom file by LocalizationFile attribute (of BootstrapperApplicationRef section), but in some fields I still see the variables # loc , and, at the end