3,217
edits
Changes
FAQ
,→WPKG doesn't work... WPKG doesn't install my application... How can I make sure WPKG works?
== WPKG doesn't work... WPKG doesn't install my application... How can I make sure WPKG works? Please help me... ==
The first step to make sure if WPKG works properly is to start it from command line manuallywith "/debug" flag:
C:\>cscript \\server\wpkg\wpkg.js /synchronize /debug
This will display in detail what WPKG does.
Other things worth checking:
* %SystemDirectory%\wpkg.xml (typically, C:\Windows\system32\wpkg.xml)
: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.
== Is there a GUI for WPKG? ==