Welcome to OCS Inventory NG community support, where you can ask questions and receive answers from other members of the community.

Please ask questions only in English or French.

Release 2.12.3 available

The official documentation can be found on https://wiki.ocsinventory-ng.org. Read it before asking your question.

Uninstall OCS-NG agent Windows

Hi,

what would be the best way to uninstall the OCS NG agent remotely? I tried with the following batch file

@ECHO OFF
"C:\Program Files (x86)\OCS Inventory Agent\uninst.exe" /s
EXIT

That works but it still shows the uninstallation window although I'm using the /s parameter. Is there a better way?

Kind regards,
Jo

in OCS Inventory NG agent for Windows by (370 points)

2 Answers

0 votes

Hello

Should be easier like this : msiexec /x "C:\Program Files\OCS Inventory Agent\uninst.exe" /quiet /norestart

ago by (460 points)
0 votes

i think "msiexec /x "C:\Program Files\OCS Inventory Agent\uninst.exe" /quiet /norestart" does not work

the msiexec command is for msi packages only

ago by (25k points)
 
Powered by Question2Answer
...