Does anyone know what the commands to silently and remotely uninstall LF would be? I am able to get it installed, but uninstalling is an issue. I am trying to use PDQ, but I'm sure it'd be similar for other programs as well.
1st step
%SYSTEMROOT%\System32\taskkill.exe /f /im excel.exe
%SYSTEMROOT%\System32\taskkill.exe /f /im msaccess.exe
%SYSTEMROOT%\System32\taskkill.exe /f /im outlook.exe
%SYSTEMROOT%\System32\taskkill.exe /f /im winword.exe
%SYSTEMROOT%\System32\taskkill.exe /f /im lf.exe
%SYSTEMROOT%\System32\taskkill.exe /F /IM wmiprvse.exe
%SYSTEMROOT%\System32\taskkill.exe /F /IM setuplf.exe
2nd step
"C:\Program Files (x86)\Common Files\Laserfiche\Client\SetupLf.exe" /remove /noui -log "C:\logs
The logs are not very helpful:
[PID: 33264] 15:06:20.515 Setup.exe was run with the command line: /silent /remove /noui /log C:\logs
[PID: 33264] 15:06:20.515 Beginning no user interaction installation.
[PID: 33264] 15:06:20.515 Beginning MSI update check.
[PID: 33264] 15:06:20.515 No MSI update was necessary.
I'm assuming I'm missing a switch or something? I see others tried -silent and the like, but no combination seems to work. It just sits and runs.