LogMeIn via Desktop Central

LogMeIn via Desktop Central

Hello there.

I started making a package to remove LogMeIn. The package was rolled out via a GPO for some years ago. I try to create a script via Desktop Central that makes the Uninstall process go smoth. It's setup as an "silently uninstall" and the user does not have to do anything.


When I run the .cmd file locally, it removes the LogMeIn without problems. But as soon as I deploy via Desktop Central, i get loads of errors, among other the shortcut in start is not removed, all the records in registry is not removed. Under: C:\Program Files (x86)\LogMeIn there is a random "removal" file when i try to deploy the scrip via Desktop Centrail . I have spent some time on it here and can not find fault. Perhaps I overlooked something.

my .cmd is REALY simpel script looks like this:

echo On
if exist "% programfiles (x86)% \ TeamViewer \ TeamViewer.exe" goto uninstall1
if exist "% programfiles% \ TeamViewer" goto uninstall1

goto than

: uninstall1

msiexec.exe / qn / x {A8E20B99-B1A2-4FC0-B38A-A255033D339A}
msiexec.exe / qn / x {E217A3D4-2FF9-4D5F-9C20-1386E0FF9864}
msiexec.exe / qn / x {CB7AF84A-1B7F-4C6B-8A58-EB7CDE48C23A}
msiexec.exe / qn / x {A8E20B99-B1A2-4FC0-B38A-A255033D339A}
MsiExec.exe / qn / x {0832D8C1-4A3D-44A8-86CB-1B51EF71ED31}
MsiExec.exe / qn / x {32979D13-6A63-4CAC-A328-60A6624F853E}
MsiExec.exe / qn / x {386625D9-3BD3-45F3-BF41-6A890A913F12}
MsiExec.exe / qn / x {53E10F4E-B361-45D7-8DBD-A6BF073236F0}
MsiExec.exe / qn / x {58CF302E-2281-46D3-BDF0-540B11ADCED2}
MsiExec.exe / qn / x {697E7F08-CB6F-442a-83CD-D44F54654272}
MsiExec.exe / qn / x {6A38EDD8-66E4-4FD1-B7D0-DDC37285F44B}
MsiExec.exe / qn / x {72B46C07-7EB2-4146-9B03-422296E12C4E}
MsiExec.exe / qn / x {7FEA5E41-0106-451E-BC88-71B9CD3B0F41}
MsiExec.exe / qn / x {9905E4C1-14D8-4522-88FE-FD00B51A20DC}
MsiExec.exe / qn / x {A8E20B99-B1A2-4FC0-B38A-A255033D339A}
MsiExec.exe / qn / x {AF17B3CE-F7DA-4DDE-A8C8-7AAADB5CD551}
MsiExec.exe / qn / x {AFBB4CC8-12D3-40B0-BE53-80FA37496C63}
MsiExec.exe / qn / x {CB7AF84A-1B7F-4C6B-8A58-EB7CDE48C23A}
MsiExec.exe / qn / x {D8FDCAEB-351D-4FFF-B1FD-B8C3564C1CAD}
MsiExec.exe / qn / x {F099EA75-A298-4A13-93CB-D2446436B137}
MsiExec.exe / qn / x {F93EE340-3735-4032-8B74-0A3E489017A0}

REM break

: end


Very much hope on your help. I'm stuck right now

Best regards

Daniel
      • Topic Participants

      • dge

              New to ADManager Plus?

                New to ADSelfService Plus?