Re: [wpkg-users] Install of Firefox 10.0.03 and uninstall of firefox 3.6.X versions

2012-04-24 Thread Pickle

Yep - I agree and have found that out!
Thx Pete.


Pete Boyd wrote:
> 
> In my experience there's absolutely no need to uninstall 3.6 and then
> install 10, as upgrading works fine from 3.6 to 10ESR, for example using
> this:
> 
>  
> id="firefox"
> name="Mozilla Firefox"
> revision="43"
> reboot="false"
> priority="20">
> 
> 
> 
>type="uninstall"
>   condition="exists"
>   path="Mozilla Firefox %VERSION% (x86 en-GB)" />
> 
>cmd="%SOFTWARE%\firefox\Firefox Setup %VERSION%esr.exe -ms" />
> 
>cmd="%SOFTWARE%\firefox\Firefox Setup %VERSION%esr.exe -ms" />
> 
>cmd="%PROGRAMFILES%\Mozilla Firefox\uninstall\helper.exe -ms" />
> 
> 
> 
> 
> -- 
> Pete Boyd
> 
> thegoldenear.org
> openplanit.co.uk
> -
> wpkg-users mailing list archives >>
> http://lists.wpkg.org/pipermail/wpkg-users/
> ___
> wpkg-users mailing list
> wpkg-users@lists.wpkg.org
> http://lists.wpkg.org/mailman/listinfo/wpkg-users
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Install-of-Firefox-10.0.03-and-uninstall-of-firefox-3.6.X-versions-tp33735613p33742757.html
Sent from the WPKG - Users mailing list archive at Nabble.com.

-
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


Re: [wpkg-users] Install of Firefox 10.0.03 and uninstall of firefox 3.6.X versions

2012-04-24 Thread Pickle

Thanks Stefan- I found a post on Gmane - used a snippet of code from that
thread - it works now.

Here is the code:



http://www.wpkg.org/packages";
xmlns:wpkg="http://www.wpkg.org/wpkg";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://www.wpkg.org/packages
../xsd/packages.xsd" >




 

 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 
 
 
 
 










Stefan Pendl-2 wrote:
> 
> Am 24.04.2012 15:59, schrieb Pickle:
>>
>> Hi Jon-
>>
>> Maybe I should just stick with the upgrade part - no uninstall - thought
>> that worked when I tested awhile back.
>> I assumed the WPKG - wiki example worked.
>>
>> The helper works fine from command line - I can't understand why wpkg
>> can't
>> execute like any other command-line option it performs?
>>
>> Appreciate the code snippet.
>>
>> -Scott
>>
> 
> The Firefox installer is based on NSIS, which is quite tricky when it 
> comes to waiting for the end of the remove procedure.
> 
> It has help to add a small delay as the last remove command with:
> 
> This will wait for about ten seconds and allows the remove process to 
> end before its success is checked.
> 
> 
> --
> Stefan P.
> 
> Top-posting:
> A: Because it messes up the order in which people normally read text.
> Q: Why is top-posting such a bad thing?
> A: Top-posting.
> Q: What is the most annoying thing in e-mail?
> -
> wpkg-users mailing list archives >>
> http://lists.wpkg.org/pipermail/wpkg-users/
> ___
> wpkg-users mailing list
> wpkg-users@lists.wpkg.org
> http://lists.wpkg.org/mailman/listinfo/wpkg-users
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Install-of-Firefox-10.0.03-and-uninstall-of-firefox-3.6.X-versions-tp33735613p33742731.html
Sent from the WPKG - Users mailing list archive at Nabble.com.

-
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


Re: [wpkg-users] Install of Firefox 10.0.03 and uninstall of firefox 3.6.X versions

2012-04-24 Thread Pete Boyd
In my experience there's absolutely no need to uninstall 3.6 and then
install 10, as upgrading works fine from 3.6 to 10ESR, for example using
this:
















-- 
Pete Boyd

thegoldenear.org
openplanit.co.uk
-
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


Re: [wpkg-users] Install of Firefox 10.0.03 and uninstall of firefox 3.6.X versions

2012-04-24 Thread Stefan Pendl

Am 24.04.2012 15:59, schrieb Pickle:


Hi Jon-

Maybe I should just stick with the upgrade part - no uninstall - thought
that worked when I tested awhile back.
I assumed the WPKG - wiki example worked.

The helper works fine from command line - I can't understand why wpkg can't
execute like any other command-line option it performs?

Appreciate the code snippet.

-Scott



The Firefox installer is based on NSIS, which is quite tricky when it 
comes to waiting for the end of the remove procedure.


It has help to add a small delay as the last remove command with:

This will wait for about ten seconds and allows the remove process to 
end before its success is checked.



--
Stefan P.

Top-posting:
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?
-
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


Re: [wpkg-users] Install of Firefox 10.0.03 and uninstall of firefox 3.6.X versions

2012-04-24 Thread Pickle

Hi Jon-

Maybe I should just stick with the upgrade part - no uninstall - thought
that worked when I tested awhile back.
I assumed the WPKG - wiki example worked.

The helper works fine from command line - I can't understand why wpkg can't
execute like any other command-line option it performs?

Appreciate the code snippet.

-Scott


Jon Rhoades wrote:
> 
> Hi Scott, 
> 
> I know it sucks, but probably the easiest way is to runt the uninstaller
> first and the do the install. It leaves behind the user profiles and I
> guess you will have all of your customisations in the new package anyway? 
> 
> Something like this would do it: 
> 
>  
>  
>  
>  
>  
>  
>  
> 
> Cheers Jon 
> 
> -- 
> Jon Rhoades 
> Research Information Systems 
> Eastern Hill Academic Centre 
> (Incorporating The University of Melbourne Departments of Medicine,
> Surgery and Clinical School (St.Vincent's), St Vincent's Institute and
> O'Brien Institute) 
> 
> St Vincent's Institute 
> 9 Princes St Fitzroy Vic 3065 
> p: 03 9288 2480 | x: 2399 | f: 03 9416 2676 
> 
> www.stv.unimelb.edu.au 
> www.svi.edu.au 
> 
> - Original Message -
> 
> From: "Scott Pichelman"  
> To: "wpkg-users@lists.wpkg.org"  
> Sent: Tuesday, 24 April, 2012 5:44:58 AM 
> Subject: [wpkg-users] Install of Firefox 10.0.03 and uninstall of firefox
> 3.6.X versions 
> 
> 
> 
> Hi- 
> 
> We are trying to upgrade our Firefox version from 3.6.24-28 to 10.0.3. 
> We’ve tested installs and the links, toolbar, etc seem to be intact and
> the upgrade goes well… 
> But, it appears that on many machines there is still the old version of
> Firefox – 3.6.X. 
> 
> I’ve tried many check conditions and used the example Firefox XML from
> this link: 
> http://wpkg.org/Firefox#Firefox_10.0_series_.28For_current_versions_of_WPKG.29
>  
> 
> 
> However – when we test and run debugging from the client – we have issues. 
> Many of messages or return codes are similar to this… 
> 
> 
> 
> 
> Seems that only w4 can install or just remove so far. 
> We can’t do both with the older version of Firefox for some reason. 
> 
> Her is our last version of the XML package file: 
> 
>  
>  id="firefox10.0.3" 
> name="Mozilla Firefox" 
> revision="%version%" 
> reboot="false" 
> priority="10"> 
> 
>  
>  
>  
>  
>  
> 
>  type="uninstall" 
> condition="exists" 
> path="Mozilla Firefox" value="%PKG_VERSION%" /> 
> 
>  path="%PROGRAMFILES%\Mozilla Firefox\firefox.exe" value="%PKG_VERSION%" /> 
>  
>  
> 
> - 
> 
> 
> Finally –how can we just run an in-place upgrade of 3.6.X? 
> Meaning install 10.0.3 over the top without creating two entries in
> Add/Remove Pgms? 
> Can someone help us un-install 3.6.X properly and install 10.0.3? 
> 
> Thanks much for any hints or help. 
> 
> Scott 
> 
> Scott Pichelman 
> Network/Systems Administrator 
> Auxiant - Your Integrated Benefits Partner 
> 2450 Rimrock Road, Suite 301 
> Madison, WI 53713 
> (608) 273-1776 ext 6324 
> spichel...@auxiant.com 
> www.auxiant.com 
> 
> CONFIDENTIALITY NOTICE: The information contained in this communication
> may be confidential and may be legally privileged. The information
> contained herein is intended only for the use of the recipient(s) named
> above. You are hereby notified that any dissemination, distribution, or
> copying of this communication, or any of its contents, is strictly
> prohibited. If you have received this communication in error, please
> return it to the sender immediately and delete the original message and
> any copy of it from your computer system. If you have any questions
> concerning this message, please contact the sender. Any views expressed in
> this message are those of the individual sender, except where the sender
> specifically states them to be the views of Auxiant. Auxiant may monitor
> the content of e-mails sent and received via its network for viruses or
> unauthorized use and for other lawful business purposes. 
> 
> - 
> wpkg-users mailing list archives >>
> http://lists.wpkg.org/pipermail/wpkg-users/ 
> ___ 
> wpkg-users mailing list 
> wpkg-users@lists.wpkg.org 
> http://lists.wpkg.org/mailman/listinfo/wpkg-users 
> 
> 
> --

Re: [wpkg-users] Install of Firefox 10.0.03 and uninstall of firefox 3.6.X versions

2012-04-23 Thread Jon Rhoades
Hi Scott, 

I know it sucks, but probably the easiest way is to runt the uninstaller first 
and the do the install. It leaves behind the user profiles and I guess you will 
have all of your customisations in the new package anyway? 

Something like this would do it: 

 
 
 
 
 
 
 

Cheers Jon 

-- 
Jon Rhoades 
Research Information Systems 
Eastern Hill Academic Centre 
(Incorporating The University of Melbourne Departments of Medicine, Surgery and 
Clinical School (St.Vincent's), St Vincent's Institute and O'Brien Institute) 

St Vincent's Institute 
9 Princes St Fitzroy Vic 3065 
p: 03 9288 2480 | x: 2399 | f: 03 9416 2676 

www.stv.unimelb.edu.au 
www.svi.edu.au 

- Original Message -

From: "Scott Pichelman"  
To: "wpkg-users@lists.wpkg.org"  
Sent: Tuesday, 24 April, 2012 5:44:58 AM 
Subject: [wpkg-users] Install of Firefox 10.0.03 and uninstall of firefox 3.6.X 
versions 



Hi- 

We are trying to upgrade our Firefox version from 3.6.24-28 to 10.0.3. 
We’ve tested installs and the links, toolbar, etc seem to be intact and the 
upgrade goes well… 
But, it appears that on many machines there is still the old version of Firefox 
– 3.6.X. 

I’ve tried many check conditions and used the example Firefox XML from this 
link: 
http://wpkg.org/Firefox#Firefox_10.0_series_.28For_current_versions_of_WPKG.29 


However – when we test and run debugging from the client – we have issues. 
Many of messages or return codes are similar to this… 




Seems that only w4 can install or just remove so far. 
We can’t do both with the older version of Firefox for some reason. 

Her is our last version of the XML package file: 

 
 

 
 
 
 
 

 

 
 
 

- 


Finally –how can we just run an in-place upgrade of 3.6.X? 
Meaning install 10.0.3 over the top without creating two entries in Add/Remove 
Pgms? 
Can someone help us un-install 3.6.X properly and install 10.0.3? 

Thanks much for any hints or help. 

Scott 

Scott Pichelman 
Network/Systems Administrator 
Auxiant - Your Integrated Benefits Partner 
2450 Rimrock Road, Suite 301 
Madison, WI 53713 
(608) 273-1776 ext 6324 
spichel...@auxiant.com 
www.auxiant.com 

CONFIDENTIALITY NOTICE: The information contained in this communication may be 
confidential and may be legally privileged. The information contained herein is 
intended only for the use of the recipient(s) named above. You are hereby 
notified that any dissemination, distribution, or copying of this 
communication, or any of its contents, is strictly prohibited. If you have 
received this communication in error, please return it to the sender 
immediately and delete the original message and any copy of it from your 
computer system. If you have any questions concerning this message, please 
contact the sender. Any views expressed in this message are those of the 
individual sender, except where the sender specifically states them to be the 
views of Auxiant. Auxiant may monitor the content of e-mails sent and received 
via its network for viruses or unauthorized use and for other lawful business 
purposes. 

- 
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/ 
___ 
wpkg-users mailing list 
wpkg-users@lists.wpkg.org 
http://lists.wpkg.org/mailman/listinfo/wpkg-users 

-
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


Re: [wpkg-users] Install of Firefox 10.0.03 and uninstall of firefox 3.6.X versions

2012-04-23 Thread Scott Pichelman
Forgot to add some error messages below...

From: Scott Pichelman
Sent: Monday, April 23, 2012 2:45 PM
To: 'wpkg-users@lists.wpkg.org'
Subject: Install of Firefox 10.0.03 and uninstall of firefox 3.6.X versions

Hi-

We are trying to upgrade our Firefox version from 3.6.24-28 to 10.0.3.
We've tested installs and the links, toolbar, etc seem to be intact and the 
upgrade goes well...
But, it appears that on many machines there is still the old version of Firefox 
- 3.6.X.

I've tried many check conditions and used the example Firefox XML from this 
link:
http://wpkg.org/Firefox#Firefox_10.0_series_.28For_current_versions_of_WPKG.29


However - when we test and run debugging from the client - we have issues.
Many of messages or return codes are similar to this...

Uninstall entry for Mozilla Firefox missing: test failed.
Searching for previously executed checks with attributes type='uninstall', condi
tion='exists', path='Mozilla Firefox', value='%PKG_VERSION%'
Unable to find any previously executed checks with these attributes.
Saving unsorted settings to 'C:\WINDOWS\system32\wpkg.xml'.
Saving XML : C:\WINDOWS\system32\wpkg.xml
Package 'Mozilla Firefox' (firefox10.0.3): Not installed (checks failed). 
Preparing installation.
Installation of references (dependencies) for 'Mozilla Firefox' (firefox10.0.3)
successfully finished.
Installing 'Mozilla Firefox' (firefox10.0.3)...
Reading variables from package 'Mozilla Firefox'.
Got variable 'version' of value '10.0.3'
Got variable 'architecture' of value 'x86'
Got variable 'locale' of value 'en'
Got variable 'SHORT_LANG' of value 'en'
Got variable 'PKG_VERSION' of value '10.0.3.4451'
Reading variables from profile[s]
Reading variables from hosts[s]
Install type: install
Fetched 0 install command(s).
Checking existence of package: Mozilla Firefox
Reading variables from package 'Mozilla Firefox'.
Got variable 'version' of value '10.0.3'
Got variable 'architecture' of value 'x86'
Got variable 'locale' of value 'en'
Got variable 'SHORT_LANG' of value 'en'
Got variable 'PKG_VERSION' of value '10.0.3.4451'
Reading variables from profile[s]
Reading variables from hosts[s]
Uninstall entry for Mozilla Firefox missing: test failed.
Searching for previously executed checks with attributes type='uninstall', 
condition='exists', path='Mozilla Firefox', value='%PKG_VERSION%'
Found 1 previously executed checks.
Replacing check results of previous evaluation
Saving unsorted settings to 'C:\WINDOWS\system32\wpkg.xml'.
Saving XML : C:\WINDOWS\system32\wpkg.xml
Could not process (install) Mozilla Firefox.
Failed checking after installation.
Cleaning up temporary downloaded files
Restoring previous environment.


Seems that only w4 can install or just remove so far.
We can't do both with the older version of Firefox for some reason.

Her is our last version of the XML package file:




   
   
   
   
   

   

   
   
   

-


Finally -how can we just run an in-place upgrade of 3.6.X?
Meaning install 10.0.3 over the top without creating two entries in Add/Remove 
Pgms?
Can someone help us un-install 3.6.X properly and install 10.0.3?

Thanks much for any hints or help.

Scott

Scott Pichelman
Network/Systems Administrator
Auxiant - Your Integrated Benefits Partner
2450 Rimrock Road, Suite 301
Madison, WI 53713
(608) 273-1776 ext 6324
spichel...@auxiant.com
www.auxiant.com

CONFIDENTIALITY NOTICE:   The information contained in this communication may 
be confidential and may be legally privileged.  The information contained 
herein is intended only for the use of the recipient(s) named above. You are 
hereby notified that any dissemination, distribution, or copying of this 
communication, or any of its contents, is strictly prohibited. If you have 
received this communication in error, please return it to the sender 
immediately and delete the original message and any copy of it from your 
computer system. If you have any questions concerning this message, please 
contact the sender. Any views expressed in this message are those of the 
individual sender, except where the sender specifically states them to be the 
views of Auxiant. Auxiant may monitor the content of e-mails sent and received 
via its network for viruses or unauthorized use and for other lawful business 
purposes.

-
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


[wpkg-users] Install of Firefox 10.0.03 and uninstall of firefox 3.6.X versions

2012-04-23 Thread Scott Pichelman
Hi-

We are trying to upgrade our Firefox version from 3.6.24-28 to 10.0.3.
We've tested installs and the links, toolbar, etc seem to be intact and the 
upgrade goes well...
But, it appears that on many machines there is still the old version of Firefox 
- 3.6.X.

I've tried many check conditions and used the example Firefox XML from this 
link:
http://wpkg.org/Firefox#Firefox_10.0_series_.28For_current_versions_of_WPKG.29


However - when we test and run debugging from the client - we have issues.
Many of messages or return codes are similar to this...




Seems that only w4 can install or just remove so far.
We can't do both with the older version of Firefox for some reason.
Her is our last version of the XML package file:



   
   
   
   
   

   

   
   
   

-


Finally -how can we just run an in-place upgrade of 3.6.X?
Meaning install 10.0.3 over the top without creating two entries in Add/Remove 
Pgms?
Can someone help us un-install 3.6.X properly and install 10.0.3?

Thanks much for any hints or help.

Scott

Scott Pichelman
Network/Systems Administrator
Auxiant - Your Integrated Benefits Partner
2450 Rimrock Road, Suite 301
Madison, WI 53713
(608) 273-1776 ext 6324
spichel...@auxiant.com
www.auxiant.com

CONFIDENTIALITY NOTICE:   The information contained in this communication may 
be confidential and may be legally privileged.  The information contained 
herein is intended only for the use of the recipient(s) named above. You are 
hereby notified that any dissemination, distribution, or copying of this 
communication, or any of its contents, is strictly prohibited. If you have 
received this communication in error, please return it to the sender 
immediately and delete the original message and any copy of it from your 
computer system. If you have any questions concerning this message, please 
contact the sender. Any views expressed in this message are those of the 
individual sender, except where the sender specifically states them to be the 
views of Auxiant. Auxiant may monitor the content of e-mails sent and received 
via its network for viruses or unauthorized use and for other lawful business 
purposes.

-
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users