[wpkg-users] ManualInstall

Rainer Meier r.meier at wpkg.org
Wed Oct 30 19:36:36 CET 2013


Hi Antony,

On 30.10.2013 18:29, Antony Awaida wrote:
> Is there a way to force the uninstallation of all the apps including
> those manually installed?

You might run modified wpkg.js:

/**
  * specify if manually installed packages should be kept during synchronization
  * true: keep manually installed packages false: remove any manually installed
  * packages which do not belong to the profile
  */
var keepManual = false;


Actually you might also add the following to config.xml:

<param name='keepManual' value='false' />


However this would affect all executions of WPKG. So if you want to clean the 
packages only on one machine you might create config-nomanual.xml using the 
parameter above inside and then call "wpkg.js /config:config-nomanual.xml ..."
At least for once on this client.

br,
Rainer



More information about the wpkg-users mailing list