Re: [WiX-users] Burn Chain Packages and Upgrading

2011-11-06 Thread Bob Arnson
On 02-Nov-11 22:09, Phong wrote:
> Thanks Bob, I do have my own custom bootstrapper application.  Is there a
> hook that I can use so that if the bootstrapper app was called to Uninstall
> with the "-quiet" switch, I can just call Engine.Plan(Uninstall), then exit
> before my UI code loads?

No, your BA has to handle it.

-- 
sig://boB
http://joyofsetup.com/


--
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Burn Chain Packages and Upgrading

2011-11-02 Thread Phong
Thanks Bob, I do have my own custom bootstrapper application.  Is there a
hook that I can use so that if the bootstrapper app was called to Uninstall
with the "-quiet" switch, I can just call Engine.Plan(Uninstall), then exit
before my UI code loads?

Thanks,

Phong

On Wed, Nov 2, 2011 at 6:14 PM, Bob Arnson  wrote:

> On 01-Nov-11 21:35, Phong wrote:
> > When I say fail, I mean the Chain_version2.exe will kick off the
> > Chain_version1.exe (from cache, to do the uninstall?) and wait for users
> to
> > click through the Chain_version1.exe steps of uninstall.
>
> Burn (at least in the current version) asks the older bundle to
> uninstall itself with the "-quiet" switch, which shouldn't show UI or
> prompt the user. That's up to the bootstrapper application to handle
> correctly.
>
> --
> sig://boB
> http://joyofsetup.com/
>
>
>
> --
> RSA(R) Conference 2012
> Save $700 by Nov 18
> Register now
> http://p.sf.net/sfu/rsa-sfdev2dev1
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
--
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Burn Chain Packages and Upgrading

2011-11-02 Thread Bob Arnson
On 01-Nov-11 21:35, Phong wrote:
> When I say fail, I mean the Chain_version2.exe will kick off the
> Chain_version1.exe (from cache, to do the uninstall?) and wait for users to
> click through the Chain_version1.exe steps of uninstall.

Burn (at least in the current version) asks the older bundle to 
uninstall itself with the "-quiet" switch, which shouldn't show UI or 
prompt the user. That's up to the bootstrapper application to handle 
correctly.

-- 
sig://boB
http://joyofsetup.com/


--
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users