ManageSoft is one of the industry leading enterprise software deployment solution. Recently it has been acquired by the application repackaging software giant FlexeraSoftware.
To manually force trigger the Managesoft policy refresh, run below command:
C:>"C:Program FilesManageSoftPolicy Clientmgspolicy.exe" -t Machine
To perform a policy refresh on a remot Windows Windows PC, invoke it which psexec:
C:>psexec -i -s "C:Program FilesManageSoftPolicy Clientmgspolicy.exe" -t Machine
PsExec v1.5 – execute processes remotely
Copyright (C) 2001-2004 Mark Russinovich
C:Program FilesManageSoftPolicy Clientmgspolicy.exe exited on TEST1 with error code 0.
C:>
Managesoft client cache’s packages locally in below folder:
C:Program FilesManageSoftLauncherCacheCommon<Application Name>
Managesoft policy file is saved locally in below location:
C:Documents and SettingsAll UsersApplication DataManageSoft CorpManageSoftPolicy ClientPoliciesMergedMachine
It uses .NPL extension for it’s policy files. By double clicking on .NPL file, you’ll invoke the policy refresh and thus application installs. be careful when you are navigating with .NPL files of other systems.
More…