[wpkg-users] wpkgCreateReport

2009-09-01 Thread grubi

@Pendl Stefan

Thanks for reporting the issues.
Both will be fixed in the next version, which I will release towmorrow.

Regards,
grubi.
-
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] wpkgCreateReport Update

2009-09-01 Thread Pendl Stefan


> -Original Message-
> From: wpkg-users-boun...@lists.wpkg.org
> [mailto:wpkg-users-boun...@lists.wpkg.org] On Behalf Of Pendl Stefan
> Sent: Tuesday, September 01, 2009 7:41 PM
> To: wpkg
> Subject: Re: [wpkg-users] wpkgCreateReport Update
>
>
> Grubi,
>
>there is a problem with the color of the HTML report
> (v1.8.1) the following line needs to be changed from:
>
>this.stateClasses = new Array("pkgStateOk",
> "pkgStateInstall", "pkgStateRemove", "pkgStateUpgrade",
> "pkgStateDowngrade");
>
> to:
>
>this.stateClasses = new Array("pkgStateOk",
> "pkgStateInstall", "pkgStateUpgrade", "pkgStateDowngrade",
> "pkgStateRemove");
>
> To match the pkgState definition at the start.
>
> I like the new version very much, it is the thing I needed to
> create a simple report as scheduled task.
>

Grubi,

It seems there is a problem with dotted revision numbers of packages, it did 
not return the upgrade for a package which I changed from 6.0.2.3 to 6.0.2.4 or 
5.4.3.0 to 5.4.5.0 (Notepad++).

Must the revision check be updated to the one used by WPKG.JS?

Thanks in advance,
Stefan

-
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] wpkgCreateReport Update

2009-09-01 Thread Pendl Stefan
Grubi,

   there is a problem with the color of the HTML report (v1.8.1) the following 
line needs to be changed from:



   this.stateClasses = new Array("pkgStateOk", "pkgStateInstall", 
"pkgStateRemove", "pkgStateUpgrade", "pkgStateDowngrade");

to:



   this.stateClasses = new Array("pkgStateOk", "pkgStateInstall", 
"pkgStateUpgrade", "pkgStateDowngrade", "pkgStateRemove");

To match the pkgState definition at the start.



I like the new version very much, it is the thing I needed to create a simple 
report as scheduled task.



Thanks so much.



---

Stefan


-
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] Introducing opsi

2009-09-01 Thread detlef oertel

Hello wpkg users,

this is a cross posting with kindly permission from Tomasz Chmielewski.

We would like to introduce to you the wpkg related project opsi
(open pc server integration).
We using therefor the occasion of the todays new opsi release 3.4.

Like wpkg, opsi is a open source project
which handles automated software deployment.

opsi is a Desktop Management System
for Windows workstations based on Linux servers.

Key features:

* Automatic OS installation (unattended or image based)
* Automatic software deployment
* Hardware and software inventories
* Patch Management
* License Management

The new Features are:

* The License Management module supports the
administration of different kinds of licenses like
Retail, OEM and Volume Licenses.
Using the connection between the license management
and the software inventory,
Reports about the license usage may generated easily.

* Support for Vista/Windows 7.

The core of opsi is distributed as open source
without any license fees or subscriptions.
The development of new features like Vista/Windows 7 Support
and license management is cooperatively funded.
Until these cooperative funding is completed,
the new features are available to the 'cooperative funders' only.
Afterwards they will be part of the free open source release.

In addition to the the exiting localizations in English and German,
now are also French, Spanish and Turkish supported.

More infos about opsi at:
(english) http://opsi.org
(german) http://uib.de/

regards

detlef oertel


--

detlef oertel

Tel. 06131 / 27561-10
Fax  06131 / 27561-22

eMail: d.oer...@uib.de

uib gmbh

Firmensitz / Anschrift:
Bonifaziusplatz 1B
55118 Mainz

internet: www.uib.de

Geschäftsführer: dr. detlef oertel
Handelsregister: Amtsgericht Mainz HRB 6942
-
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] Installing an icon when a file exists

2009-09-01 Thread Chris Johnson
We've got some software that just won't install using wpkg (SIMS from Capita).
We're going to manually install it on the few workstations that need it but I 
need to copy an icon for it to the folder we use for our start menus.

I've got the copy icon part of this working but its the check I'm stuck on.

I want to run the install/upgrade IF the application file exists to copy the 
icon on and run the uninstall if the application file doesn't exist.  Normal 
checks run the code the other way round, if the check "doesn't exist".

So I used this code:










To run the icon install when it does exist.

However its not working.
It doesn't appear in the eventvwr logs.
Each of the copy commands works when run at the command line so I think the 
problem lies in the logic

Any ideas how I can achieve this?
Thanks

ChrisJ
-
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