A web-based frontend to WPKG. Based on wpkgExpress by Brian White. WPKG is an automated software deployment, upgrade and removal program for Windows.
WpkgServer
service, e.g. WpkgUser
.\\fabrikam.com\system\wpkg\log
;\\fabrikam.com\system\wpkg\db
.
If you are using reports from a client, create a reports
subdirectory.WpkgUser
to write to this shares.Application settings
->
Application settings
;Save
button.Application settings
->
Settings of WPKG
;Edit settings
;Save
button.Application settings
->
Global variables
;SOFTWARE
- Shared resource with distributives of programs available to
the user WpkgUser
;SOFTWARE_PUBLIC
- Shared resource with distributives of programs available
to all users. Used, e.g., to install drivers.SOFTWARE_NETLOGON
- Shared resource with distributives of programs available
to all user. Used for logon scripts.Create a XML file with record for the exit code directory:
<?xml version="1.0" encoding="UTF-8"?>
<directory xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<record code="3010">
<hexadecimal>0x00000BC2</hexadecimal>
<constant>ERROR_SUCCESS_REBOOT_REQUIRED</constant>
<description>The requested operation is successful. Changes will not be effective until the system is rebooted.</description>
</record>
</directory>
Application settings
->
Uploading XML
;Application settings
->
Creating XML
, paste this XML into the editor and click the Create
button.