Re: [wpkg-users] Notifications of Flash and Java updates

2012-10-23 Thread John Danks
You can follow the RSS feed here for Flash, Reader, etc:
http://blogs.adobe.com/psirt/


On Tue, Oct 23, 2012 at 2:19 PM, Lonney lon...@gmail.com wrote:

 Hi,

 Does anyone know of a service or system that will send an email to
 notify of when new versions of Flash and Java available ?



 Lonney.
 -
 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] wpkg and Win7 - network is slow to start up so wpkg fails

2012-04-10 Thread John Danks
I use the setting in WPKG Client called WPKG execution on failure repeat
count set to 3 seems to be enough.

On Tue, Apr 10, 2012 at 12:22 PM, Paul Griffith pa...@cse.yorku.ca wrote:

 Greetings,

   I am running into a startup problem with WPKG Client version 1.3.14 on
 Windows 7 x64.  I am working on testing Win7 deployments. I am using MDT
 2010 to deploy the OS and WPKG to deploy the applications.

 I am running into a networking issue, it seem that when WPKG starts up
 that the network isn't fully up yet so WPKG fails.

 In the eventviewer I see the following error:
 WNetAddConnections2 - The network path was not found

 If I login and run net start wpkgservice,  the installation continues
 until another reboot. Is there solution to this problem?

 With unattended, which I currently use to deploy WinXP,  it would keep
 retrying to mount/map the install share. Does WPKG have a similar feature ?

 FYI I am running Win7 within a VM, VMware Hypervisor 5

 Regards,
 Paul
 --**--**
 -
 wpkg-users mailing list archives  http://lists.wpkg.org/**
 pipermail/wpkg-users/ http://lists.wpkg.org/pipermail/wpkg-users/
 __**_
 wpkg-users mailing list
 wpkg-users@lists.wpkg.org
 http://lists.wpkg.org/mailman/**listinfo/wpkg-usershttp://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] Firefox 8 and extension deployment

2011-12-06 Thread John Danks
Did you extract the extension first? Some of them need that to work.

Are you using a 64-bit OS? You'll need to adjust paths. I'm using the
version on the wiki with a few small changes to handle both 32 and 64-bit.
Here's my entry for adblock+:

package
id=firefox-adblock
name=Adblock+
revision=%version%-4
priority=90
 variable name=version value=1.3.10 /
variable name=extid value={d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d} /
 variable architecture=x86 name=progfiles value=%PROGRAMFILES% /
variable architecture=x64 name=progfiles value=%PROGRAMFILES(X86)% /

check
type=file
condition=exists
path=%progfiles%\Mozilla Firefox\extensions\%extid%\chrome.manifest /
 install cmd='%COMSPEC% /C xcopy /E /Y
%SOFTWARE%\apps\firefox\adblock\%version% %progfiles%\Mozilla
Firefox\extensions\%extid%\' /
install cmd='%COMSPEC% /C reg add
HKLM\Software\Mozilla\Firefox\Extensions /v %extid% /d
%progfiles%\Mozilla Firefox\extensions\%extid% /f' /
 upgrade cmd=taskkill /F /IM Firefox.exe
exit code=0 /
exit code=128 /
/upgrade
upgrade cmd='%COMSPEC% /C if exist %progfiles%\Mozilla
Firefox\extensions\%extid% rmdir /q /s %progfiles%\Mozilla
Firefox\extensions\%extid%' /
upgrade cmd='%COMSPEC% /C xcopy /E /Y
%SOFTWARE%\apps\firefox\adblock\%version% %progfiles%\Mozilla
Firefox\extensions\%extid%\' /
upgrade cmd='%COMSPEC% /C reg add
HKLM\Software\Mozilla\Firefox\Extensions /v %extid% /d
%progfiles%\Mozilla Firefox\extensions\%extid% /f' /
 remove cmd=taskkill /F /IM Firefox.exe
exit code=0 /
exit code=128 /
/remove
remove cmd='%COMSPEC% /C if exist %progfiles%\Mozilla
Firefox\extensions\%extid% rmdir /q /s %progfiles%\Mozilla
Firefox\extensions\%extid%' /
remove cmd='%COMSPEC% /C reg delete
HKLM\Software\Mozilla\Firefox\Extensions /v %extid% /f' /

/package


On Tue, Dec 6, 2011 at 6:13 AM, chiddie claudio.ghira...@geniaware.comwrote:


 Are you sure that Firefox 8 extensions deployment is the same as Firefox 4?

 I followed the instructions in the Firefox 4 Series Extensions section of
 the wpkg firefox page, but, even if after the installation i see the folder
 with the GUID number in the \firefox\extensions\ folder, and even if i see
 the registry key in the HKLM\Software\Mozilla\Firefox\Extensions path,
 when i launch the program and i go to see the extensions panel, it's empty.

 If i try to install the .xpi directly from the browser, it is indeed
 installed, but i have no idea about where the system put the addon files
 (surely not under \firefox\extensions\ and surely there's no
 HKLM\Software\Mozilla\Firefox\Extensions key added by the browser
 installation).

 Can anyone help me? The addon is dizionario_italiano-3.3.1-tb+fx+sm.xpi.

 Thank you!
 --
 View this message in context:
 http://old.nabble.com/Firefox-8-and-extension-deployment-tp32924157p32924157.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 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] Delayed sevice start

2011-11-22 Thread John Danks
WPKG Client has a few settings you might try. I haven't experimented with
logon delay, but it's there under Logon Settings / Execution mode.

In my environment we had some new PCs that were too fast and the network
wasn't ready by the time WPKG started, so it would fail. We set Misc
settings / WPKG execution on failure / Repeat count to 3 and it retries 3
times, which is long enough for the network to be ready. You could probably
set it much higher to keep it retrying for a while.

On Tue, Nov 22, 2011 at 9:32 AM, Alan Adams a...@adamshome.org.uk wrote:

 Is there a way to delay the start of the wpkg service?

 I have two reasons for wanting to do this. First when using WindowsXP
 Home on laptops, the wireless network doesn't start until after login,
 so the wpkg service has run and given up before the network appears.
 For this situation, wpkg needs to start after login has completed.

 Secondly with a classroom of 30 wireless laptops starting up, wpkg is
 using so much aggregate bandwidth dragging down large msi's (e.g.
 Adobe Reader) that logging in can take up to half an hour. In this
 case delay after login would work, or delay after startup.

 For the former case I have had to resort to a scheduled task running
 every 15 minutes doing net stop and net start on the service. There
 doesn't seem to be an option to run once some period after login, but
 it can be set to run periodically starting at login. 15 minutes was
 chosen to reduce the risk of stopping wpkg while it was doing an
 installation, against the risk of the laptop being shut down before it
 had started - many lessons are only 15 minutes long.

 --
 Alan Adams, from Northamptonshire
 a...@adamshome.org.uk
 http://www.nckc.org.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

-
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] To skip over a file not found

2011-09-09 Thread John Danks
Use if exist on the command line to check for existence, then run a command:

remove  cmd='%COMSPEC% /C if exist
%PROGRAMFILES%\PDFCreator\unins000.exe
%PROGRAMFILES%\PDFCreator\unins000.exe /VERYSILENT' /

On Fri, Sep 9, 2011 at 4:18 PM, Shier, Jon j...@mtrx.com wrote:
 Is there anything in the package I can specify to make wpkg keep going and 
 skip over errors? Like I have one package that I am using to uninstall 
 software, but one some computers that file many to be there, Instead of it 
 dying I would like it to continue the next command. My error that I get is 
 The system cannot find the file specified. I tried exit code='any' /, but 
 that didn't work.

 ~Jon
 -
 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] Using wpkg to set windows update to use wsus

2011-08-22 Thread John Danks
I use a package definition that overwrites the entire local group
policy. If you want to have different local group policies on
different machines then you have to make multiple versions of this. I
only have the regular policy and a mobile policy, so it works out well
enough for me.

package
id=group_policy
name=Default Windows Local Group Policy
revision=8
priority=50
execute=always

check
type=file
condition=exists
path=C:\WINDOWS\system32\GroupPolicy\gpt.ini /

install cmd='%COMSPEC% /C rmdir /S /Q C:\WINDOWS\system32\GroupPolicy'
exit code=2 /
/install
install cmd='%COMSPEC% /C mkdir C:\WINDOWS\system32\GroupPolicy' /
install cmd='%COMSPEC% /C xcopy /E /H
%SOFTWARE%\apps\group_policy\default C:\WINDOWS\system32\GroupPolicy\'
/
install cmd='%COMSPEC% /C gpupdate' /

upgrade cmd='%COMSPEC% /C rmdir /S /Q C:\WINDOWS\system32\GroupPolicy'
exit code=2 /
/upgrade
upgrade cmd='%COMSPEC% /C mkdir C:\WINDOWS\system32\GroupPolicy' /
upgrade cmd='%COMSPEC% /C xcopy /E /H
%SOFTWARE%\apps\group_policy\default C:\WINDOWS\system32\GroupPolicy\'
/
upgrade cmd='%COMSPEC% /C gpupdate' /

remove cmd='%COMSPEC% /C rmdir /S /Q C:\WINDOWS\system32\GroupPolicy'
exit code=2 /
/remove
/package


On Mon, Aug 22, 2011 at 9:38 AM, Donny Brooks dbro...@mdah.state.ms.us wrote:
 Does anyone have the settings they use to push out the settings to make
 windows use their internal WSUS server? Normally when we setup a new pc we
 go in to gpedit.msc and manually configure them. However I have found the
 registry settings that I can force. The problem is the settings are not
 reflected by gpedit.msc when I import the registry settings. Is this normal?
 If so I know how I can send out the registry changes with wpkg. Does anyone
 else do this currently?

 Donny B.
 -
 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] Using wpkg to set windows update to use wsus

2011-08-22 Thread John Danks
On Mon, Aug 22, 2011 at 10:22 AM, Donny Brooks dbro...@mdah.state.ms.us wrote:
 On 8/22/2011 12:16 PM, John Danks wrote:

 I use a package definition that overwrites the entire local group
 policy. If you want to have different local group policies on
 different machines then you have to make multiple versions of this. I
 only have the regular policy and a mobile policy, so it works out well
 enough for me.

 package
        id=group_policy
        name=Default Windows Local Group Policy
        revision=8
        priority=50
        execute=always

        check
                type=file
                condition=exists
                path=C:\WINDOWS\system32\GroupPolicy\gpt.ini /

        install cmd='%COMSPEC% /C rmdir /S /Q
 C:\WINDOWS\system32\GroupPolicy'
                exit code=2 /
        /install
        install cmd='%COMSPEC% /C mkdir C:\WINDOWS\system32\GroupPolicy'
 /
        install cmd='%COMSPEC% /C xcopy /E /H
 %SOFTWARE%\apps\group_policy\default C:\WINDOWS\system32\GroupPolicy\'
 /
        install cmd='%COMSPEC% /C gpupdate' /

        upgrade cmd='%COMSPEC% /C rmdir /S /Q
 C:\WINDOWS\system32\GroupPolicy'
                exit code=2 /
        /upgrade
        upgrade cmd='%COMSPEC% /C mkdir C:\WINDOWS\system32\GroupPolicy'
 /
        upgrade cmd='%COMSPEC% /C xcopy /E /H
 %SOFTWARE%\apps\group_policy\default C:\WINDOWS\system32\GroupPolicy\'
 /
        upgrade cmd='%COMSPEC% /C gpupdate' /

        remove cmd='%COMSPEC% /C rmdir /S /Q
 C:\WINDOWS\system32\GroupPolicy'
                exit code=2 /
        /remove
 /package


 On Mon, Aug 22, 2011 at 9:38 AM, Donny Brooksdbro...@mdah.state.ms.us
  wrote:

 Does anyone have the settings they use to push out the settings to make
 windows use their internal WSUS server? Normally when we setup a new pc
 we
 go in to gpedit.msc and manually configure them. However I have found the
 registry settings that I can force. The problem is the settings are not
 reflected by gpedit.msc when I import the registry settings. Is this
 normal?
 If so I know how I can send out the registry changes with wpkg. Does
 anyone
 else do this currently?

 Donny B.
 -
 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

 Would you care to share how you built the
 %SOFTWARE%\apps\group_policy\default file? or could you send an example.
 That is what I have been unable to find a good example of to this point.
 Basically all we push are the WSUS settings but there is so much more we
 would like to push. Not being on an Active Directory domain has it's
 drawbacks but if this works maybe we can work around some of them!

 Donny B.


Set up the local GP how you want it on a PC with gpedit.msc and then
copy the contents of C:\WINDOWS\system32\GroupPolicy over to your
%SOFTWARE% area.
-
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] Thunderbird extensions

2011-07-15 Thread John Danks
Now that you mention Firefox extensions, I do recall having to add a
step since FF4. You can see it in more detail at the wiki page for
Firefox. Basically you have now have to add a registry key for
globally installed extensions:

install cmd='%COMSPEC% /C reg add
HKLM\Software\Mozilla\Firefox\Extensions /v %extid% /d
%PROGRAMFILES%\Mozilla Firefox\extensions\%extid% /f' /


On Fri, Jul 15, 2011 at 1:44 AM, Falko Trojahn
nospam...@smi-softmark.de wrote:
 Hi,

 Am 14.07.2011 20:05, schrieb Stefan Pendl:

 On 7/14/2011 12:02 PM, John Danks wrote:

 That's the same type of package definition I use for TB add-ons. I'd
 double-check that you extracted the XPI correctly and see if it's
 actually getting copied to the correct place.

 sogo-integrator is not addons.mozilla.org and the link to

 it's website

 from Freshmeat is 404, so maybe the add-on was not updated for the
 version of TB you're using? Does it work if you install it manually?

 It does work if I install manually. I did upgrade to the latest one
 also. It does copy to the correct folder and I re-extracted
 the contents
 just in case. I am at a loss.Any ideas?

 The latest release of Firefox does not extract all add-ons, just the ones
 which really need to.

 I am currently installing AddBlockPlus by copying the XPI file to the
 extensions folder, that's all.

 You should check if this can be done with the other add-on too.

 It seems there is something going on in addition to extracting the add-on
 and this step is currently missing.


 the new way of mozilla extensions installation I've described here
  http://wpkg.org/Firefox#Firefox_3.6_Series_Extension_Templates
 and here
  http://wpkg.org/Firefox_ext_install_downloads
 does work with Firefox 4 and 5, too.

 It seems a bit complicated, but in fact it's easy: for each new
 firefox/thunderbird extension you only need a one liner xml and
 have to insert two variables for the extension name and key:
 http://wpkg.org/Firefox_ext_install_downloads#packages.2Ffirefox-ext-skel.xml

 IMHO same system (using:
 http://wpkg.org/Firefox_ext_install_downloads#packages.2Fmozilla.2Finstall-extensions.cmd
 ) should work with thunderbird, too.

 Just replace
  install-extensions.cmd Firefox %FXEXT%
 to
  install-extensions.cmd Thunderbird %FXEXT%
 in
 http://wpkg.org/Firefox_ext_install_downloads#templates.2Fff-extension.xml

 As soon as I have some time I'll rework these pages/packages for FF 5 and
 make some for TB.

 Best regards,
 Falko

 -
 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] Thunderbird extensions

2011-07-14 Thread John Danks
That's the same type of package definition I use for TB add-ons. I'd
double-check that you extracted the XPI correctly and see if it's
actually getting copied to the correct place.

sogo-integrator is not addons.mozilla.org and the link to it's website
from Freshmeat is 404, so maybe the add-on was not updated for the
version of TB you're using? Does it work if you install it manually?

On Thu, Jul 14, 2011 at 9:49 AM, Donny Brooks dbro...@mdah.state.ms.us wrote:
 Hello all,

     I am trying to get my thunderbird extensions to install via wpkg. I
 finally got my firefox extensions to install but still cannot seem to get my
 thunderbird ones to install. As for firefox I only have done adblock+. On
 Thunderbird I am trying to install the sogo-integrator. Below you will find
 my configs for each.

 It seems to copy the extension over to the machine but thunderbird never
 sees it and therefore does not install it. My Tools-- addons--extensions
 is empty in thunderbird. Anyone have an idea as to why?


 adblock+:

 ?xml version=1.0 encoding=UTF-8?

 packages

 package
  id=firefox-adblock64
  name=Adblock+
  revision=%version%
  priority=18

 variable name=version value=1.3.9 /
 variable name=extid value={d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d} /

 check
    type=file
    condition=exists
    path=%PROGRAMFILES% (x86) (x86)\Mozilla
 Firefox\extensions\%extid%\chrome.manifest /

 install cmd='%COMSPEC% /C xcopy /E /Y
 %SOFTWARE%\firefox\adblock\%version% %PROGRAMFILES% (x86)\Mozilla
 Firefox\extensions\%extid%\' /

 upgrade cmd=taskkill /F /IM Firefox.exe
 exit code=0 /
 exit code=128 /
 exit code=-1073741515 /
 /upgrade
 upgrade cmd='%COMSPEC% /C if exist %PROGRAMFILES% (x86)\Mozilla
 Firefox\extensions\%extid% rmdir /q /s %PROGRAMFILES% (x86)\Mozilla
 Firefox\extensions\%extid%' /
 upgrade cmd='%COMSPEC% /C xcopy /E /Y
 %SOFTWARE%\firefox\adblock\%version% %PROGRAMFILES% (x86)\Mozilla
 Firefox\extensions\%extid%\' /

 remove cmd=taskkill /F /IM Firefox.exe
 exit code=0 /
 exit code=128 /
 exit code=-1073741515 /
 /remove
 remove cmd='%COMSPEC% /C if exist %PROGRAMFILES% (x86)\Mozilla
 Firefox\extensions\%extid% rmdir /q /s %PROGRAMFILES% (x86)\Mozilla
 Firefox\extensions\%extid%' /
 /package

 /packages


 sogo-integrator:

 ?xml version=1.0 encoding=UTF-8?

 packages

 package
     id=sogo-integrator64
     name=SOGo integrator extension
     revision=2011.07.14.02
     reboot=false
     priority=18

 check type=file condition=exists path=%PROGRAMFILES% (x86)\Mozilla
 Thunderbird\extensions\{3550f703-e582-4d05-9a08-453d09bdfdc6}\install.rdf
 /

 install cmd='cmd.exe /C xcopy /Q /I /E /Y
 %SOFTWARE%\thunderbird\extensions\sogo-integrator\{3550f703-e582-4d05-9a08-453d09bdfdc6}
 %PROGRAMFILES% (x86)\Mozilla
 Thunderbird\extensions\{3550f703-e582-4d05-9a08-453d09bdfdc6}' /

 upgrade cmd='cmd.exe /C xcopy /Q /I /E /Y
 %SOFTWARE%\thunderbird\extensions\sogo-integrator\{3550f703-e582-4d05-9a08-453d09bdfdc6}
 %PROGRAMFILES% (x86)\Mozilla
 Thunderbird\extensions\{3550f703-e582-4d05-9a08-453d09bdfdc6}' /

 remove cmd='cmd.exe /C rmdir /S /Q %PROGRAMFILES% (x86)\Mozilla
 Thunderbird\extensions\{3550f703-e582-4d05-9a08-453d09bdfdc6}' /
 /package

 /packages
 -
 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] Refresh local WKPG.XML

2011-05-17 Thread John Danks
What do your package definitions look like? Are you using WPKG Client?
How is it configured?

It's best-practice to declare a variable in the settings.xml that
points to the server share for package files, and then use that
instead of hardcoding server paths in packages.xml.

install cmd='%SOFTWARE%\apps\firefox\Firefox Setup %version%.exe -ms' /

It would also be a good idea to configure WPKG Client to look for
wpkg.js at a generic name such as \\wpkg\wpkg.js and use a CNAME
record in DNS to alias the wpkg hostname to whatever server actually
holds the files. (I didn't do this but now I think I should...)

On Tue, May 17, 2011 at 10:00 AM, Kenny Bayless kbayl...@gmail.com wrote:
 Please excuse the n00b question... I'm sure there is a simple answer...

 We have several packages installed with WPKG, and all has been running
 nicely.  However, recently we had to change fileservers, and now all the
 local WPKG.XML files point to the previous server.  Is there a simple way to
 simply refresh the local XML files?

 --
 Kenny Bayless

 -
 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] Refresh local WKPG.XML

2011-05-17 Thread John Danks
It looks like you can have as many arbitrarily named variables as you like.

On Tue, May 17, 2011 at 11:12 AM, Kenny Bayless kbayl...@gmail.com wrote:
 Ok, now it's time for my Doh! moment...

 When we first configured WPKG with test packages, the SOFTWARE variable was
 not entirely clear to us.  Plus, we had (and still have) several places
 there the software installers reside.  So instead we used UNC paths.  Of
 course, now the practicality of the varialbe is clear!  Just a quick check -
 is it possible to set more than one SOFTWARE variable in settings.XML?  Say
 - SOFTWARE1 to one location, SOFTWARE2 to another, etc.  Now that we are in
 limbo, it's a great opportunity to correct this mistake...

 On Tue, May 17, 2011 at 12:12 PM, John Danks john.da...@gmail.com wrote:

 What do your package definitions look like? Are you using WPKG Client?
 How is it configured?

 It's best-practice to declare a variable in the settings.xml that
 points to the server share for package files, and then use that
 instead of hardcoding server paths in packages.xml.

 install cmd='%SOFTWARE%\apps\firefox\Firefox Setup %version%.exe -ms'
 /

 It would also be a good idea to configure WPKG Client to look for
 wpkg.js at a generic name such as \\wpkg\wpkg.js and use a CNAME
 record in DNS to alias the wpkg hostname to whatever server actually
 holds the files. (I didn't do this but now I think I should...)

 On Tue, May 17, 2011 at 10:00 AM, Kenny Bayless kbayl...@gmail.com
 wrote:
  Please excuse the n00b question... I'm sure there is a simple answer...
 
  We have several packages installed with WPKG, and all has been running
  nicely.  However, recently we had to change fileservers, and now all the
  local WPKG.XML files point to the previous server.  Is there a simple
  way to
  simply refresh the local XML files?
 
  --
  Kenny Bayless
 
 
  -
  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
 
 



 --
 Kenny Bayless

-
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] Java6

2011-05-11 Thread John Danks
I use this line and it works fine: remove cmd='msiexec /qn /x
{26A24AE4-039D-4CA4-87B4-2F832160%version%FF}' /

I often use Sysinternals Process Explorer to see which processes might
have hung for a clue of where to look when things go wrong.

On Wed, May 11, 2011 at 10:13 AM, Charlie Page cp...@corebizserv.com wrote:
 Whenever I remove this package, the service seems to hang.   20 minutes
 later and it still hasn't completed.  The added problem is that it never
 spits out the log file, so I have no idea why it won't uninstall just hangs.
  Anyone have any ideas?


 I am using this .xml file in the packages directory:
 ?xml version=1.0 encoding=UTF-8?

 packages
 package id=java6 name=Java Runtime Environment 6 Update 24
 revision=24 reboot=false priority=100
 check type=uninstall condition=exists path=Java(TM) 6 Update 24 /
 !-- Cleaning old java versions--
 install cmd='msiexec /qn /norestart /x
 {7148F0A8-6813-11D6-A77B-00B0D0142000}'exit code='0' /exit code='1605'
 //install
 install cmd='msiexec /qn /norestart /x
 {7148F0A8-6813-11D6-A77B-00B0D0142010}'exit code='0' /exit code='1605'
 //install
 install cmd='msiexec /qn /norestart /x
 {7148F0A8-6813-11D6-A77B-00B0D0142020}'exit code='0' /exit code='1605'
 //install
 install cmd='msiexec /qn /norestart /x
 {7148F0A8-6813-11D6-A77B-00B0D0142030}'exit code='0' /exit code='1605'
 //install
 install cmd='msiexec /qn /norestart /x
 {7148F0A8-6813-11D6-A77B-00B0D0142040}'exit code='0' /exit code='1605'
 //install
 install cmd='msiexec /qn /norestart /x
 {7148F0A8-6813-11D6-A77B-00B0D0142050}'exit code='0' /exit code='1605'
 //install
 install cmd='msiexec /qn /norestart /x
 {7148F0A8-6813-11D6-A77B-00B0D0142060}'exit code='0' /exit code='1605'
 //install
 install cmd='msiexec /qn /norestart /x
 {7148F0A8-6813-11D6-A77B-00B0D0142070}'exit code='0' /exit code='1605'
 //install
 install cmd='msiexec /qn /norestart /x
 {7148F0A8-6813-11D6-A77B-00B0D0142080}'exit code='0' /exit code='1605'
 //install
 install cmd='msiexec /qn /norestart /x
 {7148F0A8-6813-11D6-A77B-00B0D0142090}'exit code='0' /exit code='1605'
 //install
 install cmd='msiexec /qn /norestart /x
 {7148F0A8-6813-11D6-A77B-00B0D0142100}'exit code='0' /exit code='1605'
 //install
 install cmd='msiexec /qn /norestart /x
 {7148F0A8-6813-11D6-A77B-00B0D0142110}'exit code='0' /exit code='1605'
 //install
 install cmd='msiexec /qn /norestart /x
 {7148F0A8-6813-11D6-A77B-00B0D0142120}'exit code='0' /exit code='1605'
 //install
 install cmd='msiexec /qn /norestart /x
 {7148F0A8-6813-11D6-A77B-00B0D0142130}'exit code='0' /exit code='1605'
 //install
 install cmd='msiexec /qn /norestart /x
 {7148F0A8-6813-11D6-A77B-00B0D0142140}'exit code='0' /exit code='1605'
 //install
 install cmd='msiexec /qn /norestart /x
 {7148F0A8-6813-11D6-A77B-00B0D0142150}'exit code='0' /exit code='1605'
 //install
 install cmd='msiexec /qn /norestart /x
 {7148F0A8-6813-11D6-A77B-00B0D0142160}'exit code='0' /exit code='1605'
 //install
 install cmd='msiexec /qn /norestart /x
 {3248F0A8-6813-11D6-A77B-00B0D015}'exit code='0' /exit code='1605'
 //install
 install cmd='msiexec /qn /norestart /x
 {3248F0A8-6813-11D6-A77B-00B0D0150010}'exit code='0' /exit code='1605'
 //install
 install cmd='msiexec /qn /norestart /x
 {3248F0A8-6813-11D6-A77B-00B0D0150020}'exit code='0' /exit code='1605'
 //install
 install cmd='msiexec /qn /norestart /x
 {3248F0A8-6813-11D6-A77B-00B0D0150030}'exit code='0' /exit code='1605'
 //install
 install cmd='msiexec /qn /norestart /x
 {3248F0A8-6813-11D6-A77B-00B0D0150040}'exit code='0' /exit code='1605'
 //install
 install cmd='msiexec /qn /norestart /x
 {3248F0A8-6813-11D6-A77B-00B0D0150050}'exit code='0' /exit code='1605'
 //install
 install cmd='msiexec /qn /norestart /x
 {3248F0A8-6813-11D6-A77B-00B0D0150060}'exit code='0' /exit code='1605'
 //install
 install cmd='msiexec /qn /norestart /x
 {3248F0A8-6813-11D6-A77B-00B0D0150070}'exit code='0' /exit code='1605'
 //install
 install cmd='msiexec /qn /norestart /x
 {3248F0A8-6813-11D6-A77B-00B0D0150080}'exit code='0' /exit code='1605'
 //install
 install cmd='msiexec /qn /norestart /x
 {3248F0A8-6813-11D6-A77B-00B0D0150090}'exit code='0' /exit code='1605'
 //install
 install cmd='msiexec /qn /norestart /x
 {3248F0A8-6813-11D6-A77B-00B0D0150100}'exit code='0' /exit code='1605'
 //install
 install cmd='msiexec /qn /norestart /x
 {3248F0A8-6813-11D6-A77B-00B0D0150110}'exit code='0' /exit code='1605'
 //install
 install cmd='msiexec /qn /norestart /x
 {3248F0A8-6813-11D6-A77B-00B0D0150120}'exit code='0' /exit code='1605'
 //install
 install cmd='msiexec /qn /norestart /x
 {3248F0A8-6813-11D6-A77B-00B0D0150130}'exit code='0' /exit code='1605'
 //install
 install cmd='msiexec /qn /norestart /x
 {3248F0A8-6813-11D6-A77B-00B0D0150140}'exit code='0' /exit code='1605'
 //install
 install cmd='msiexec /qn /norestart /x
 {3248F0A8-6813-11D6-A77B-00B0D016}'exit code='0' /exit code='1605'
 //install
 install cmd='msiexec /qn /norestart /x
 

Re: [wpkg-users] wpkg upgrade firefox 3.6 to 4.0.1

2011-05-10 Thread John Danks
I had no problems installing 4 over 3.6 here.

On Tue, May 10, 2011 at 11:14 AM, Donny Brooks dbro...@mdah.state.ms.us wrote:
 Hello all,

      I currently am pushing out firefox 3.6 series to my clients via wpkg.
 We have tested firefox 4.0.1 and it seems to work well enough to go live to
 the end users. My question is this: Since they already have the 3.6 series
 how would I go about installing the 4.0.1 without them losing any of their
 bookmarks and such? Would I simply change the firefox.xml script to point to
 the new 4.0.1 installer instead of the 3.6 series? I could setup a test
 machine to try it on but that will be a few days before I can get to it and
 figured someone on here may have already done it. Thanks in advance.

 Donny B.
 -
 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] Tips for testing new/upgraded packages before general deployment

2011-04-05 Thread John Danks
On Tue, Apr 5, 2011 at 8:33 AM, Dave Ewart da...@ceu.ox.ac.uk wrote:
 On Tuesday, 05.04.2011 at 12:26 +0200, Natxo Asenjo wrote:

 Ah, I understand the general approach.  I hadn't considered the
 possibility of using multiple repositories in this way.  Sounds like a
 good idea.

I do a similar but simpler approach. I have one machine with WPKG
Client pulling from \\server\WPKG-test. I make changes to the XML
files in that folder and when I'm confident they are ready then I copy
them over to \\server\WPKG. It's handy to be able to run a diff
between the directories to see your exact changes too.
-
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