‎01-26-2010 08:29 PM
‎01-26-2010 11:03 PM
‎01-26-2010 10:06 PM
@ECHO OFF
sc \\%1 config MSIServer start= demand
timeout.exe /T 5
sc \\%1 start MSIServer
timeout /T 5
\\SERVER_NAME\SHARE_NAME\Remoteuninst.exe %1
ECHO.
PAUSE
sc \\%1 stop MSIServer
timeout /T 5
sc \\%1 config MSIServer start= disabled
‎01-26-2010 08:40 PM
‎01-26-2010 10:07 PM
parkerbyron wrote:
Does this also apply to non-msi packages? I have tried uninstalling, let's say, PowerDVD from a client machine and it appears to get going and just counts the seconds for ever and ever and doesn't appear to actually do any uninstall. Could that be a result of there not being a 'silent' uninstall for the software?
‎01-26-2010 08:36 PM
parkerbyron wrote:
Does the fact (and this may be obvious to some of you) that I have windows installer disabled on all client machines via group policy prevent me from using the remote uninstall action?
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now