[wpkg-users] Changing WPKG Client settings
Tomasz Chmielewski
mangoo at wpkg.org
Tue Aug 4 14:21:36 CEST 2009
Michael N. wrote:
(...)
> Adding package with ID 'wpkg-settings' to profile packages.
> Found package node 'WPKG Settings' (wpkg-settings) in package database
> Database inconsistency: Package with ID 'wpkg' does not exist within the package database or the local settings file. Please contact your system administrator!
> Synchronizing: Number of packages referenced by profile: 5
>
> my packages.xml:
>
> <package
> id="wpkg-settings"
> name="WPKG Settings"
> revision="1"
> priority="0"
> reboot="false"
> execute="once">
> <depends package-id="wpkg"/>
> <install cmd='"%PROGRAMFILES%\WPKG\wpkginst.exe" --SETTINGSFILE=\\192.168.51.215\WPKG\setup\settings.xml' />
> <upgrade cmd='"%PROGRAMFILES%\WPKG\wpkginst.exe" --SETTINGSFILE=\\192.168.51.215\WPKG\setup\settings.xml' />
> <remove cmd='echo "nothing"' />
> </package>
>
> my profiles.xml:
> <profile id="default">
> <package package-id="firefox35" />
> <package package-id="foxit-reader" />
> <package package-id="7zip" />
> <package package-id="ctapi" />
> <package package-id="wpkg-settings" />
> </profile>
>
Perhaps it wasn't mentioned explicitly, but you need:
<packages>
<package
id="...
And:
<profiles>
<profile
id="...
For each individual file.
--
Tomasz Chmielewski
http://wpkg.org
More information about the wpkg-users
mailing list