Hello, this is the constructor of my viewmodel: public
InstallationPackageBundleBaViewModel(BootstrapperApplication bootstrapper)
{
Bootstrapper = bootstrapper;
Bootstrapper.DetectBegin += BootstrapperDetectBegin;
Bootstrapper.DetectPackageBegin += BootstrapperDetectPackageBegin;
Bootstrapper.DetectPackageComplete +=
BootstrapperDetectPackageComplete;
Bootstrapper.DetectComplete += BootstrapperDetectComplete;
Bootstrapper.Progress += BootstrapperProgress;
Bootstrapper.ApplyBegin += BootstrapperApplyBegin;
Bootstrapper.ApplyComplete += BootstrapperApplyComplete;
Bootstrapper.Elevate += BootstrapperElevate;
Bootstrapper.Error += BootstrapperError;
Bootstrapper.ExecuteBegin += BootstrapperExecuteBegin;
Bootstrapper.ExecuteComplete += BootstrapperExecuteComplete;
Bootstrapper.ExecuteProgress += BootstrapperExecuteProgress;
Bootstrapper.Engine.Plan(LaunchAction.Install);
} If I run the bootstrapper.exe it reaches the BootstrapperDetectBegin,
then for each msi the BootstrapperDetectPackageBegin /
BootstrapperDetectPackageComplete and then then BootstrapperDetectComplete
callbacks. But BootstrapperProgress, BootstrapperApplyBegin ...are never
called. In the burn source-code they are in a seperate viewmodel, but that
should not matter - sould it ? -ingo
> From: christoph.go...@giepa.de
> To: wix-users@lists.sourceforge.net
> Date: Thu, 28 Feb 2013 09:14:18 +0100
> Subject: Re: [WiX-users] deactivate UAC before installing
>
> Yes, of course I meant this. Sorry.
>
> Verschlüsseln Sie Ihre E-Mails mit gpg4o für Outlook 2010
> -------------------------------------------------------------------------------------------------------------------------
> Christoph Götz
> Softwareentwickler
>
> Giegerich & Partner GmbH
> Robert-Bosch-Straße 18 | D-63303 Dreieich
> Tel. +49 6251 - 162533 |
> christoph.go...@giepa.de | http://www.giepa.de
>
> Geschäftsführer: Dipl.-Ing. (TU) Hans-Joachim Giegerich
> Amtsgericht Offenbach/Main | HRB 33236
> -------------------------------------------------------------------------------------------------------------------------
> ________________________________________
> Von: Pally Sandher [pally.sand...@iesve.com]
> Gesendet: Freitag, 15. Februar 2013 17:06
> An: General discussion for Windows Installer XML toolset.
> Betreff: Re: [WiX-users] deactivate UAC before installing
>
> No, that's what requesting elevation exists for.
>
> You should be asking why you need to turn UAC off in the first place which I
> suspect we can't answer.
>
> Palbinder Sandher
> Software Platform Engineer
> T: +44 (0) 141 945 8500
> F: +44 (0) 141 945 8501
> http://www.iesve.com
>
> **Design, Simulate + Innovate with the <Virtual Environment>**
> Integrated Environmental Solutions Limited. Registered in Scotland No.
> SC151456
> Registered Office - Helix Building, West Of Scotland Science Park, Glasgow
> G20 0SP
> Email Disclaimer
>
>
>
> -----Original Message-----
> From: Christoph Goetz [mailto:christoph.go...@giepa.de]
> Sent: 15 February 2013 12:44
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] deactivate UAC before installing
>
> Hello,
>
> i would like to turn off the UAC before installing. Is there a way to do his?
>
> Greetings,
> Christoph Götz
>
> Verschlüsseln Sie Ihre E-Mails mit gpg4o für Outlook 2010
> -------------------------------------------------------------------------------------------------------------------------
> Christoph Götz
> Softwareentwickler
>
> Giegerich & Partner GmbH
> Robert-Bosch-Straße 18 | D-63303 Dreieich
> Tel. +49 6251 - 162533 |
> christoph.go...@giepa.de<mailto:christoph.go...@giepa.de> |
> http://www.giepa.de<http://www.giepa.de/>
>
> Geschäftsführer: Dipl.-Ing. (TU) Hans-Joachim Giegerich
> Amtsgericht Offenbach/Main | HRB 33236
> -------------------------------------------------------------------------------------------------------------------------
> ------------------------------------------------------------------------------
> Free Next-Gen Firewall Hardware Offer
> Buy your Sophos next-gen firewall before the end March 2013
> and get the hardware for free! Learn more.
> http://p.sf.net/sfu/sophos-d2d-feb
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
>
> ------------------------------------------------------------------------------
> Free Next-Gen Firewall Hardware Offer
> Buy your Sophos next-gen firewall before the end March 2013
> and get the hardware for free! Learn more.
> http://p.sf.net/sfu/sophos-d2d-feb
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_feb
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users