[wpkg-users] install the wpkg client manually

Falko Trojahn nospam_ft at smi-softmark.de
Sat Mar 29 18:05:27 CET 2008



Tomasz Chmielewski --> 28.03.2008 20:29:

>> Perhaps the possibility to download a zip with the wpkg client files
>> without the installer/msi would be nice to have, a small script -
>> something like
>>
>> -----------------------------
>> net stop wpkgservice
>>
>> xcopy /v /s /i /e /h /c /y /q "%install_loc%\wpkgclient"
>> "%PROGRAMFILES%\wpkg"
>>
>> cd %PROGRAMFILES%\wpkg
>>
>> wpkgsrv /install
>>
>> net start wpkgservice
>> -----------------------------
>>
>> (untested) could be enough to install ...
> 
> Most likely it won't be enough, as some libraries will be missing.
I've used http://www.dependencywalker.com/ to look for dependend dlls
... difficult to distinguish what is on a native system and what should
be included.

> 
> 
>> Questions remaining:
>> What about wgalogon.dll? Is it registered when wpkgsrv /install is
>> started?
> 
> Hmm, wgalogon.dll? Windows Genuine Advantage? It doesn't come with WPKG.
I meant wpkglogon.dll of course :)

> 
> 
>> And is there something like wpkgsrv /uninstall?
> 
> There is /remove flag - I added all info here:
> 
> http://wpkg.org/WPKG_Client
Thank you very much.

Falko



More information about the wpkg-users mailing list