Re: [wpkg-users] Firefox zombie state

2012-04-06 Thread Bruno CHOQUET
Le 05/04/2012 18:11, Stefan Pendl a écrit : Am 05.04.2012 08:53, schrieb Bruno CHOQUET: My firefox6 was installed by wpkg In fact, i remove my package firefox6 (uninstall) from profiles.xml and i use a new package firefox 11 (install) : because updates don't always work. (XP / W7 32 / W7

Re: [wpkg-users] Firefox zombie state

2012-04-06 Thread Bruno CHOQUET
remove cmd='%PKG_DEST%\uninstall\helper.exe /s' / *remove cmd=%ComSpec% /c ping -n 11 localhost / is the solution !!! * Beautiful script, thank you very much :-) Bruno CHOQUET, responsable du service informatique de l'IUT d'Alençon. correspondant informatique du site universitaire d'Alençon.

Re: [wpkg-users] Firefox zombie state

2012-04-05 Thread heiko . helmle
Am 04.04.2012 16:17, schrieb Bruno CHOQUET: Falko, It's not a profil or host problem : i just want to uninstall Firefox 6. Installing the latest version of Firefox will replace any previous version. Not always - I just debugged a user whose 10.0.2esr Firefox was installed

Re: [wpkg-users] Firefox zombie state

2012-04-05 Thread Bruno CHOQUET
My firefox6 was installed by wpkg In fact, i remove my package firefox6 (uninstall) from profiles.xml and i use a new package firefox 11 (install) : because updates don't always work. (XP / W7 32 / W7 64) Bruno CHOQUET, responsable du service informatique de l'IUT d'Alençon.

Re: [wpkg-users] Firefox zombie state

2012-04-05 Thread Stefan Pendl
Am 05.04.2012 08:53, schrieb Bruno CHOQUET: My firefox6 was installed by wpkg In fact, i remove my package firefox6 (uninstall) from profiles.xml and i use a new package firefox 11 (install) : because updates don't always work. (XP / W7 32 / W7 64) So you just removed it from the

[wpkg-users] Firefox zombie state

2012-04-04 Thread Bruno CHOQUET
Hello, With Windows 7 32bit sp1, I have zombie state with firefox 6.02, an idea ? (no problem with Windows XP) ?xml version=1.0 encoding=UTF-8? packages package id=firefox602 name=Mozilla Firefox revision=9 reboot=false priority=98 variable name=version value=6.0.2 /

Re: [wpkg-users] Firefox zombie state

2012-04-04 Thread Falko Trojahn
Hello, On Wed, 04 Apr 2012 11:22:01 +0200, Bruno CHOQUET bruno.choq...@unicaen.fr wrote: With Windows 7 32bit sp1, I have zombie state with firefox 6.02, an idea ? (no problem with Windows XP) variable name=architecture value=x86 / This is the problem - you define architecture to always be

Re: [wpkg-users] Firefox zombie state

2012-04-04 Thread Bruno CHOQUET
Bruno CHOQUET, responsable du service informatique de l'IUT d'Alençon. correspondant informatique du site universitaire d'Alençon. http://www.unicaen.fr/iutalencon Tel : 02.33.80.85.10 Le 04/04/2012 11:41, Falko Trojahn a écrit : Hello, On Wed, 04 Apr 2012 11:22:01 +0200, Bruno CHOQUET

Re: [wpkg-users] Firefox zombie state

2012-04-04 Thread Falko Trojahn
Bonjour Bruno, zombie state means that there is a package assigned to a profile, but the package does not exist. This is not the case here. For some reason the package is not assigned to your profile or host, so Wpkg tries to uninstall firefox - this is what I read in your log. Here is a

Re: [wpkg-users] Firefox zombie state

2012-04-04 Thread Bruno CHOQUET
Falko, It's not a profil or host problem : i just want to uninstall Firefox 6. Best regards, Bruno CHOQUET, responsable du service informatique de l'IUT d'Alençon. correspondant informatique du site universitaire d'Alençon. http://www.unicaen.fr/iutalencon Tel : 02.33.80.85.10 Le 04/04/2012

Re: [wpkg-users] Firefox zombie state

2012-04-04 Thread Stefan Pendl
Am 04.04.2012 16:17, schrieb Bruno CHOQUET: Falko, It's not a profil or host problem : i just want to uninstall Firefox 6. Installing the latest version of Firefox will replace any previous version. Writing packages to remove an application that was not installed by WPKG is tricky. You