Re: [wpkg-users] Firefox upgrades: Applications default -- Use Adobe Acrobat(in Firefox) instead of Use Adobe X.X (default?

2012-08-03 Thread Pickle

Found out that while upgrading within 10 release - the Application options
stay intact - sorry for any confusion.



Pickle wrote:
 
 
 Has anyone ever edited the user.js to stop this change?
 Or on another note - stop auto updates for ESR?
 
 Thx.
 
 -P
 
 
 Pickle wrote:
 
 Hi-
 
 Having a mostly good experience w/ Adobe upgrades so far.
 
 At our company - users request that the application - Adobe Acrobat - be
 the default app for opening any PDF's so they can edit/write out files. 
 
 We have Adobe Acrobat on all systems and do not use Reader - or want to
 use the built in(plug-in) PDF capabilities of Firefox or any other
 browser.
 
 Here is the issue - we can't seem to figure out why a change happens in
 Firefox(currently 10.0.5/6) Options - Applications settings...
 
 We see this setting changed by Firefox upgrade:
 
 - Adobe Acrobat document  Use Adobe Acrobat(in Firefox)
 
 Instead of using this setting:
 
 - Adobe Acrobat document  Use Adobe Acrobat 9.5 (default)
 
 Can anyone help us try to alter/change Firefox settings in a programmatic
 way thru WPKG or other means to use the external Acrobat app only and not
 change back on Firefox upgrades?
 Has anyone experienced this issue?
 
 Thanks for your help.
 
 -P 
 
 
 

-- 
View this message in context: 
http://old.nabble.com/Firefox-upgrades%3A-Applications-default---%3E-%22Use-Adobe-Acrobat%28in-Firefox%29%22-instead-of-Use-Adobe-X.X-%28default--tp34230966p34251686.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


[wpkg-users] Firefox upgrades: Applications default -- Use Adobe Acrobat(in Firefox) instead of Use Adobe X.X (default?

2012-07-30 Thread Pickle

Hi-

Having a mostly good experience w/ Adobe upgrades so far.

At our company - users request that the application - Adobe Acrobat - be the
default app for opening any PDF's so they can edit/write out files. 

We have Adobe Acrobat on all systems and do not use Reader - or want to use
the built in(plug-in) PDF capabilities of Firefox or any other browser.

Here is the issue - we can't seem to figure out why a change happens in
Firefox(currently 10.0.5/6) Options - Applications settings...

We see this setting changed by Firefox upgrade:

- Adobe Acrobat document  Use Adobe Acrobat(in Firefox)

Instead of using this setting:

- Adobe Acrobat document  Use Adobe Acrobat 9.5 (default)

Can anyone help us try to alter/change Firefox settings in a programmatic
way thru WPKG or other means to use the external Acrobat app only and not
change back on Firefox upgrades?
Has anyone experienced this issue?

Thanks for your help.

-P 
-- 
View this message in context: 
http://old.nabble.com/Firefox-upgrades%3A-Applications-default---%3E-%22Use-Adobe-Acrobat%28in-Firefox%29%22-instead-of-Use-Adobe-X.X-%28default--tp34230966p34230966.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

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: 
 
 upgrade cmd=taskkill /F /IM Firefox.exe 
 exit code=0 / 
 exit code=128 / 
 exit code=1 / 
 /upgrade 
 upgrade cmd='%PKG_DESTINATION%\uninstall\helper.exe /s' / 
 upgrade include=install / 
 
 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 spichel...@auxiant.com 
 To: wpkg-users@lists.wpkg.org 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: 
 
  
 package 
 id=firefox10.0.3 
 name=Mozilla Firefox 
 revision=%version% 
 reboot=false 
 priority=10 
 
 variable name=version value=10.0.3 / 
 variable name=architecture value=x86 / 
 variable name=locale value=en / 
 variable name=SHORT_LANG value=en / 
 variable name=PKG_VERSION value=10.0.3.4451 / 
 
 check 
 type=uninstall 
 condition=exists 
 path=Mozilla Firefox value=%PKG_VERSION% / 
 
 check type=file condition=versionsmallerthan
 path=%PROGRAMFILES%\Mozilla Firefox\firefox.exe value=%PKG_VERSION% / 
 upgrade include=install / 
 upgrade cmd='\\server\software\Firefox\v10\Firefox Setup 10.0.3esr.exe
 -ms' / 
 
 - 
 
 
 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 

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:

?xml version=1.0 encoding=UTF-8?

packages:packages
xmlns:packages=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 


package id=firefox name=Mozilla Firefox revision=%PKG_VER%
reboot=false priority=100

 !-- higher priority is used to install before Java and Flash
Player without defining a dependency, since Firefox doesn't really depend on
them --

 !-- set version variables --
 variable name=PKG_VER value=10.0.3/
 variable name=PKG_EXE_VER value=10.0.3.4451/
 
 !-- set destination folder --
 variable name=PKG_DESTvalue=%ProgramFiles%\Mozilla Firefox
architecture=x86/
 variable name=PKG_DESTvalue=%ProgramFiles(x86)%\Mozilla
Firefox architecture=x64/

 !-- default language is English --
 variable name=PKG_LNG value=en-us/
 
 !-- Set Software Install Dir/Repository --
 variable name=SOFTWARE 
value=\\server\software\Firefox\v10\ /
 
 
 check type=uninstall condition=versiongreaterorequal
path=Mozilla Firefox .+ value=%PKG_VER% /
 check type=file condition=versiongreaterorequal
path=%PKG_DEST%\firefox.exe value=%PKG_EXE_VER% /
 
 install cmd='%SOFTWARE%\Firefox Setup 10.0.3esr.exe /S' /
 
 !-- 
 install cmd='%SOFTWARE%\Firefox Setup %PKG_VER% 
%PKG_LNG%.exe /S' /
 
 upgrade cmd='%SOFTWARE%\Firefox Setup 10.0.3esr.exe -ms' /
 upgrade include=install /

 remove cmd='%PKG_DEST%\uninstall\helper.exe /s' /
 remove cmd=%ComSpec% /c ping -n 11 localhost /
 --
 
/package

!-- If you like to remove the previous version on upgrade you can change
the 
upgrade commands as below for the package above.

 upgrade include=remove /
 upgrade include=install /
--

/packages:packages





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:
 remove cmd=%ComSpec% /C ping -n 11 localhost nul/
 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 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:
 
 package
 
 id=firefox
 name=Mozilla Firefox
 revision=43
 reboot=false
 priority=20
 
 variable name=version value=10.0.4 /
 
 check
   type=uninstall
   condition=exists
   path=Mozilla Firefox %VERSION% (x86 en-GB) /
 
 install
   cmd=%SOFTWARE%\firefox\Firefox Setup %VERSION%esr.exe -ms /
 
 upgrade
   cmd=%SOFTWARE%\firefox\Firefox Setup %VERSION%esr.exe -ms /
 
 remove
   cmd=%PROGRAMFILES%\Mozilla Firefox\uninstall\helper.exe -ms /
 
 /package
 
 
 -- 
 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