Re: [wpkg-users] Oracle JInitiator

2011-10-07 Thread Natxo Asenjo
On Fri, Oct 7, 2011 at 11:59 AM, Marco Gaiarin wrote: If you get it working, please update the wiki :-) I gave up on it a long time ago. Utter crap that jinitiator. -- Groeten, natxo - wpkg-users mailing list archives >> ht

Re: [wpkg-users] Creating a Folder in the Start Menu together with WPKG installed Program

2011-05-26 Thread Natxo Asenjo
On Wed, May 25, 2011 at 8:09 PM, Rainer Meier wrote: > Hi Mikhail, > Note: Unfortunately Microsoft has decided to name the folders differently for > different language editions. So you need to detect the correct locations. The > script will support English an German but you can easily extend it t

Re: [wpkg-users] deploying via Domain Controller netlogon share?

2011-04-06 Thread Natxo Asenjo
On Wed, Apr 6, 2011 at 5:39 PM, Michael Seward wrote: > I'm trying to reference the netlogon share in the WPKG client by using the > %LOGONSERVER% variable, but the client crashes when I do this. E.g. the entry > in > the client settings 'WPKG file path' is %LOGONSERVER%\netlogon\wpkg\wpkg.js >

Re: [wpkg-users] Tips for testing new/upgraded packages before general deployment

2011-04-05 Thread Natxo Asenjo
On Tue, Apr 5, 2011 at 10:53 AM, Dave Ewart wrote: [knip] > In this state, only my testing machines (typically only VMs which I can > snapshot and rollback if/when testing fails) pick up 'app4'.  Once I've > got my package definition correct and working for 'app4', I move the > package into the

Re: [wpkg-users] no permissions to run ?

2011-03-04 Thread Natxo Asenjo
On Fri, Mar 4, 2011 at 8:33 AM, Wouter Kral - Xpletus wrote: > Ow and Natxo, > > > > One more question. > > > > It’s even be possible to install packages when i’m logged in with a user > with domain user rights ? > yes, restart the windows wpkg service, it then starts to run and apply the new cha

Re: [wpkg-users] no permissions to run ?

2011-03-04 Thread Natxo Asenjo
On Fri, Mar 4, 2011 at 8:30 AM, Wouter Kral - Xpletus wrote: > Hi Natxo, > > hi, > > > Thank you for the reply. > please reply to the list, I am not your personal coach ;-) > > Is it possible to force an synchronize check from the running service > running as SYSTEM ? > > restart the wpkg ser

Re: [wpkg-users] no permissions to run ?

2011-03-03 Thread Natxo Asenjo
On Thu, Mar 3, 2011 at 3:54 PM, Wouter Kral - Xpletus wrote: > Hi there, > > > > Here is my situation: > > > > 1 Centos server with a samba and share called wpkg with it’s file included > > 1 Windows 7 Prof wich is member of the domain (samba) > > I’ve installed the wpkg client and works fine. > >

Re: [wpkg-users] profile question

2011-02-21 Thread Natxo Asenjo
On Mon, Feb 21, 2011 at 5:31 PM, Falko Trojahn wrote: > Am 21.02.2011 14:14, schrieb Natxo Asenjo: >> On Fri, Feb 18, 2011 at 2:09 PM, Falko Trojahn > Did you make the "openmanage-32bit" _package_ depend from package > "is_primergyrx300_s3"? > Cause

Re: [wpkg-users] profile question

2011-02-21 Thread Natxo Asenjo
On Fri, Feb 18, 2011 at 2:09 PM, Falko Trojahn wrote: > Hi, > > On 18.02.2011 10:22, wrote Natxo Asenjo: >> hi, >> >> is it possible to apply a profile depending on the result of a command? > I think this should be possible with recent wpkg.js versions: > > - c

Re: [wpkg-users] wmic check

2011-02-21 Thread Natxo Asenjo
On Mon, Feb 21, 2011 at 10:59 AM, Daniel Dehennin wrote: > Natxo Asenjo writes: > >> hi, > > Hello, > >> I have a wmic check that does not get executed, so it never gets done. > I had this and found on internet[1] a work around: > > #v+ > echo &#x

[wpkg-users] wmic check

2011-02-21 Thread Natxo Asenjo
hi, I have a wmic check that does not get executed, so it never gets done. This is it: and the check_primergyrx300s3_cmd: = @echo off rem if %errorlevel% of this command is 0, then it is a PRIMERGY RX300 S3 wmic computersystem get /format:list | findstr /i "

Re: [wpkg-users] profile question

2011-02-18 Thread Natxo Asenjo
On Fri, Feb 18, 2011 at 2:09 PM, Falko Trojahn wrote: > Hi, > > On 18.02.2011 10:22, wrote Natxo Asenjo: >> hi, >> >> is it possible to apply a profile depending on the result of a command? > I think this should be possible with recent wpkg.js versions: > > - c

[wpkg-users] profile question

2011-02-18 Thread Natxo Asenjo
hi, is it possible to apply a profile depending on the result of a command? If any of you uses cfengine, this would be the equivalent of defining a class based on the ReturnsZero function. So all hosts execute a given command and if the %errorlevel% is 0, then a profile could be dynamically appli

Re: [wpkg-users] Installing SNMP on XP

2011-02-17 Thread Natxo Asenjo
On Fri, Feb 18, 2011 at 3:01 AM, Brodie, James wrote: > Is there a way to install windows components such as “Management and > Monitoring Tools” with WPKG? yes, although I do not have a package at hand to show how to do it. You can check if it is installed by querying a register key in HKEY_LOCA

Re: [wpkg-users] how to debug a package xml script

2011-02-14 Thread Natxo Asenjo
http://wpkg.org/FAQ#WPKG_doesn.27t_work..._WPKG_doesn.27t_install_my_application..._How_can_I_make_sure_WPKG_works.3F_Please_help_me... -- Groeten, natxo On Mon, Feb 14, 2011 at 7:02 PM, Maurizio Marini Gmail wrote: > Hello all > i am newbie to wpkg, i am trying to install adobe 10 but my xml

Re: [wpkg-users] Silent Installers, MSI switches and security pop up boxes

2011-02-11 Thread Natxo Asenjo
On Sat, Feb 12, 2011 at 12:28 AM, Nick Elmendorf wrote: > I'm trying to install a program and need it to run silently. > > In a command prompt I am able to run oddownloadstationsetup.msi /quiet > /passive and it works, but it first brought up a security warning window > about what to do with the

Re: [wpkg-users] Relax Win 7 permissions for unprivileged users

2011-02-11 Thread Natxo Asenjo
On Sat, Feb 12, 2011 at 12:21 AM, Mark Nienberg wrote: > On 2/11/2011 12:59 PM, Natxo Asenjo wrote: >> >> you need to specify the inheritance, I think. Try this: >> >> icacls "%ProgramFiles(x86)%\Mozilla Firefox" /grant Users:(OI)(CI)F >> >> This

Re: [wpkg-users] Relax Win 7 permissions for unprivileged users

2011-02-11 Thread Natxo Asenjo
On Fri, Feb 11, 2011 at 7:17 PM, Mark Nienberg wrote: > For some applications I need to relax the security settings on the Program > Directory. For example, I would like Mozilla firefox and thunderbird to be > able to self-update even for my users that are unprivileged. I thought > something like

Re: [wpkg-users] Is it possible to Disable/Hide the Installation progress GUI?

2011-01-21 Thread Natxo Asenjo
On Thu, Jan 20, 2011 at 10:16 PM, 101 <101junkst...@googlemail.com> wrote: > > Hi > > We are setting WPKG to run on our machines at shutdown so not to delay the > login experience for our users. > > We have the software deploying / installing ok on shutdown but have been > asked if it can be run wi

Re: [wpkg-users] vista/7 HOME - how to?

2011-01-12 Thread Natxo Asenjo
for what it's worth, we use 7 pro with wpkgclient -- Groeten, natxo 2011/1/12 Grzegorz Marszałek : > Hello! > > What I found here on list is that if I'd like to run wpkg at computer start > (before user logon) I should: > * for xp/2003 use wpkgclient > * for vista/7 pro/ultimate etc. use wpkg-g

Re: [wpkg-users] Running wpkg.js as System Account

2011-01-07 Thread Natxo Asenjo
2011/1/7 LAPLAUD François : > Yes indeed, > Here are my needs : > - a working wpkg ( ;-) ) I would start with this. Just follow the wiki http://wpkg.org/WPKG_QUICK_INSTALL guide. > - possibility to run wpkg periodically to be able to deploy packages in > background while users are working. For m

Re: [wpkg-users] Running wpkg.js as System Account

2011-01-07 Thread Natxo Asenjo
2011/1/7 LAPLAUD François : > Yes, except that you have to install an MSI first I don't understand the need > to install specific software with problems which can be caused by this > specific software if Windows already handle all my needs : run a script > periodically and run it with system pri

Re: [wpkg-users] Windows 7 Install

2010-12-21 Thread Natxo Asenjo
On Tue, Dec 21, 2010 at 4:02 PM, wrote: > I am getting the error when I am attempting to install the wpkg-client > software. I am using the 64bit installer to attempt to install the > software. When I right click the file there is no option to run as > administrator. My assumption is that the

Re: [wpkg-users] Windows 7 Install

2010-12-20 Thread Natxo Asenjo
On Mon, Dec 20, 2010 at 10:12 PM, wrote: > Has anyone seen the following error: > > First Error Message: > You must have an administration privilege on this computer. > > Second Error Message: > There is a problem with this windows installer package. A program run as > part of this setup did not

Re: [wpkg-users] Deploy different versions of wpkg dependent on XP/Seven

2010-11-16 Thread Natxo Asenjo
On Tue, Nov 16, 2010 at 6:15 PM, zorgman wrote: > Hi, > I'm used to deploy wpkg by a batch script which run wpkg.msi with correct > setting info ... we deploy them from an unattended installation setup, so a script is called at the end and this script is different for every version of windows (xp

Re: [wpkg-users] problems with windows 2008 R2

2010-10-26 Thread Natxo Asenjo
On Tue, Oct 26, 2010 at 6:10 PM, Jason Oster wrote: > On 10/20/2010 03:59 AM, Natxo Asenjo wrote: >> >> Here comes the problem. Apparently, after this reboot, the installer >> is not done yet, it needs to run the 'out of the box experience >> system' pass. An

Re: [wpkg-users] problems with windows 2008 R2

2010-10-26 Thread Natxo Asenjo
On Fri, Oct 22, 2010 at 11:48 AM, Natxo Asenjo wrote: > replying to myself here. I have just looked at what gets done on step > 7, the out of the box experience. It looks like I just set the admin > password and the oeminfo stuff. If I set the password on the script I > can run a

Re: [wpkg-users] problems with windows 2008 R2

2010-10-22 Thread Natxo Asenjo
On Fri, Oct 22, 2010 at 11:40 AM, Natxo Asenjo wrote: > The questions are: why is this happening and how can we get around it? > I already know how to get around it: just login the computer and > manually have it reset of restart the wpkg service. I guess more > people use wpkg also

Re: [wpkg-users] problems with windows 2008 R2

2010-10-22 Thread Natxo Asenjo
On Wed, Oct 20, 2010 at 1:21 PM, Tomasz Chmielewski wrote: > On 20.10.2010 12:59, Natxo Asenjo wrote: > >> Here comes the problem. Apparently, after this reboot, the installer >> is not done yet, it needs to run the 'out of the box experience >> system' pas

[wpkg-users] problems with windows 2008 R2

2010-10-20 Thread Natxo Asenjo
hi, I am in the process of bootstrapping a new bunch of servers, windows 2008 r2. I use opsi for the unattended installation of the operating system, that works fine. At the end of the specialize pass in the unattended installation I launch a script that installs the wpkg client (64 bits). That r

Re: [wpkg-users] Need help having WPKG set filesystem permissions before and after running script

2010-09-16 Thread Natxo Asenjo
On Wed, Sep 15, 2010 at 9:11 PM, Todd Blum wrote: > Hello, > >        I am using WPKG for the first time.  I have WPKG and wpkgexpress > running on XMPP on a Windows XP workstation in a Windows domain environment. > >        I have been updating my company's .NET application with a script that > r

Re: [wpkg-users] Large deployments and fileshares [SEC=UNOFFICIAL]

2010-09-03 Thread Natxo Asenjo
On Fri, Sep 3, 2010 at 7:18 AM, Michael Chinn wrote: > Just had an unfortunate experience with deploying and acrobat reader update > from 8 to 9.3.4 > > It’s a simple administrative install point on a samba server with a custom > MST. > > All went well when people logged on until 0850 when the ser

Re: [wpkg-users] Bandwidth Limiting

2010-08-31 Thread Natxo Asenjo
On Fri, Aug 27, 2010 at 11:11 PM, Terrell, Trey wrote: > Howdy folks. While working on getting WPKG all set up my administrator > requested a feature that is apparently available in SCCM but not with this. > We’re thinking about moving application deployment over to WPKG due to the > simplicity, s

Re: [wpkg-users] Gathering Information on Installed Software

2010-08-18 Thread Natxo Asenjo
g-create-report-english.htm or parse it with your favorite scripting language. -- natxo asenjo - wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/ ___ wp

Re: [wpkg-users] WPKG and WPKG-GP

2010-06-25 Thread Natxo Asenjo
On Fri, Jun 25, 2010 at 12:47 PM, Lukasz Zalewski wrote: > On 06/25/2010 11:43 AM, Natxo Asenjo wrote: >> >> On Thu, Jun 24, 2010 at 11:37 PM, Lukasz Zalewski >>  wrote: >>> >>> Hi Stanislav, >>> On 24/06/2010 06:59, Stanislav Zhelyazkov wrote: >

Re: [wpkg-users] WPKG and WPKG-GP

2010-06-25 Thread Natxo Asenjo
On Thu, Jun 24, 2010 at 11:37 PM, Lukasz Zalewski wrote: > Hi Stanislav, > On 24/06/2010 06:59, Stanislav Zhelyazkov wrote: >> . I am sorry if my question is a bit stupid but I just cannot understand >> it from the installation guide.  And my last final question is: Will be >> there in the future

Re: [wpkg-users] remove xps printer (winxp/win2k3)

2010-03-25 Thread Natxo Asenjo
On Fri, Mar 26, 2010 at 6:32 AM, Kevin Keane wrote: > I'm not sure if you can remove printers on a systemwide basis; it's a > per-user setting. You may want to do this in a logon script instead of using > wpkg. network printers, yes. But local printers as the xps stuff are available to all user

[wpkg-users] remove xps printer (winxp/win2k3)

2010-03-25 Thread Natxo Asenjo
hi, I have been at it for a few hours but I do not get it to work. This is in my packages.xml: The check executes this script:: @echo off cscript //nologo "%windir%\system32\prnmngr.vbs" -l | findstr /i xps If the strig 'xps' is not found, %ERRORLEV