The source codes of the WPKG Client and WPKG Service.
For building of this project you need at least Visual Studio 2008 and Windows XP with SP3, because Windows XP have MSXML v1.0.
But if you don't have a VS2008 you can compile it with VS2017. It makes sense to build it against the VS2008 target to avoid having to install a newer VCRedist on clients.
Install MSXML6
then in folder Sources/Components
, inside files Xmlsettings.cpp
and Xmlsettings.h
you need to make the following replacement:
from: msxml.dll
to: msxml3.dll
and
from: MSXML
to: MSXML2
Good luck!
- Main the WPKG website - https://wpkg.org/
- WPKG documentation page - https://wpkg.org/Documentation
- Article on Wikipedia - https://en.wikipedia.org/wiki/WPKG_(software)