Re: [wpkg-users] Disable FBWF before installing software

2012-11-20 Thread VERDEYEN Jonathan
oun...@lists.wpkg.org] On Behalf Of Stefan Pendl Sent: vendredi 16 novembre 2012 09:12 To: heiko.hel...@horiba.com Cc: wpkg-users@lists.wpkg.org Subject: Re: [wpkg-users] Disable FBWF before installing software Am 14.11.2012 18:24, schrieb heiko.hel...@horiba.com: > > > > > &

Re: [wpkg-users] Disable FBWF before installing software

2012-11-16 Thread Stefan Pendl
Am 14.11.2012 18:24, schrieb heiko.hel...@horiba.com: > > > > Wouldn't this cause a reboot loop? The enable and disable package both > > need an immediate reboot... > > One could set an environment variable to avoid this, which gets checked > to prevent the execution of the install commands

Re: [wpkg-users] Disable FBWF before installing software

2012-11-14 Thread heiko . helmle
> > > > Wouldn't this cause a reboot loop? The enable and disable package both > > need an immediate reboot... > > One could set an environment variable to avoid this, which gets checked > to prevent the execution of the install commands. > > The reboot loop problem exists with the first solutio

Re: [wpkg-users] Disable FBWF before installing software

2012-11-14 Thread Stefan Pendl
Am 14.11.2012 18:02, schrieb heiko.hel...@horiba.com: > > > > How about disabling FBWF with a package of priority using > execute="always" and enabling it with a package of priority 0 also using > execute="always", so you won't have to implement this in each and every > package? Woul

Re: [wpkg-users] Disable FBWF before installing software

2012-11-14 Thread heiko . helmle
> > > > How about disabling FBWF with a package of priority using > execute="always" and enabling it with a package of priority 0 also using > execute="always", so you won't have to implement this in each and every > package? Wouldn't this cause a reboot loop? The enable and disable pac

Re: [wpkg-users] Disable FBWF before installing software

2012-11-14 Thread Stefan Pendl
Am 14.11.2012 08:40, schrieb heiko.hel...@horiba.com: > You can momentarily disable the FBWF to install programs and make > other changes to the system but it requires a reboot. > So : Disable FBWF > Reboot > Install Software > Enable FBWF > Reboot > So I have used WPKG-GP successfully to ins

Re: [wpkg-users] Disable FBWF before installing software

2012-11-13 Thread heiko . helmle
> You can momentarily disable the FBWF to install programs and make > other changes to the system but it requires a reboot. > So : Disable FBWF > Reboot > Install Software > Enable FBWF > Reboot > So I have used WPKG-GP successfully to install some basic software > (Flash Player and what not) aft