Changes
FAQ
,→WPKG doesn't work... WPKG doesn't install my application... How can I make sure WPKG works? Please help me...
:This file contains a "database" of apps installed with WPKG (and scripts executed, etc.).
* If WPKG was started with /quiet flag, it will log to Windows Event Log.
* If you use [[WPKG Client]], add a /debug flag to [[WPKG_Client_-_GUI_help|WPKG parameters]] and check "Show GUI" to see the output. You will also want to configure detailed logging in [[config.xml]].
Try logging - using WPKG >=1.0 ([[Download]]):
* edit config.xml to your needs, especially: set log_file_path to a writable directory on your server:
:<param name='log_file_path' value='\\\\server\\share\\dir' />
* check the log file (for configuration details see [http://wpkg.org/FAQ#Logging:_How_to_change_the_amount_of_log_output.3F])
== I installed an application with WPKG. Then, I uninstalled that application manually, using Control Panel (Software Add/Remove). WPKG doesn't reinstall those applications, why? ==