DisplayLink Forum

DisplayLink Forum (https://displaylink.org/forum/index.php)
-   Windows Software (https://displaylink.org/forum/forumdisplay.php?f=28)
-   -   How to uninstall silently? (https://displaylink.org/forum/showthread.php?t=61753)

Yaroslav 06-19-2013 11:47 AM

How to uninstall silently?
 
Hi
Is there a way to uninstall DisplayLink silently (in unattended mode)?

1. MSI uninstallation forces reboot unfortunately. Example:
msiexec /X{8A5521F5-C46F-411A-9934-2359F6D4E756} /quiet /norestart
Same issue is reported here http://www.displaylink.org/forum/sho...ghlight=silent

2. EndUserCleaner.exe requires user to press Enter.
Is there a way to use it without user interaction but with some arguments? etc
Tool can be found here http://www.displaylink.com/support/ticket.php?id=297

Any help would be appreciated!
Thank you

Yaroslav 07-01-2013 10:19 AM

Absence of silent uninstallation
 
DisplyLink team,
Can you confirm that there is no way to uninstall DisplayLink silently?
Thank you

Wim 07-01-2013 11:59 AM

Yes, there is

See section 7 of the corporate install guide:

http://www.displaylink.com/corporate...UsersGuide.pdf

Wim

Yaroslav 07-01-2013 03:02 PM

Thank you for answer.
It helped for DisplayLink_7.2M1

Dell USB Docking Software:
MsiExec.exe /X{8A5521F5-C46F-411A-9934-2359F6D4E756} /qn /quiet DL_PACKAGE_ONLY=Yes REBOOT=ReallySuppress

DisplayLink Core Software:
MsiExec.exe /X{DAA61D41-4809-46C6-9AE4-13A61C54FA23} /qn /quiet DL_PACKAGE_ONLY=Yes REBOOT=ReallySuppress

jos.klein.kromhof@unive.n 10-23-2015 09:33 AM

Not an answer to using the Cleanuptool
 
Quote:

Originally Posted by Wim (Post 70064)
Yes, there is

See section 7 of the corporate install guide:

http://www.displaylink.com/corporate...UsersGuide.pdf

Wim

This is not an answer to the original question.
I'm in the same pickle: Someone installed the .exe to install the drivers and software on our network, but we cannot seem to uninstall is silently.
The EndUserCleaner.exe tool works, but is not silent.
Is there anyway to let the cleaner do it's work without having to press ENTER?
Please respond soon!

jos.klein.kromhof@unive.n 10-23-2015 09:41 AM

Not an answer to using the Cleanuptool
 
Quote:

Originally Posted by Wim (Post 70064)
Yes, there is

See section 7 of the corporate install guide:

http://www.displaylink.com/corporate...UsersGuide.pdf

Wim

Quote:

Originally Posted by Wim (Post 70064)
Yes, there is

See section 7 of the corporate install guide:

http://www.displaylink.com/corporate...UsersGuide.pdf

Wim

This is not an answer to the original question.
I'm in the same pickle: Someone installed the .exe to install the drivers and software on our network, but we cannot seem to uninstall is silently.
The EndUserCleaner.exe tool works, but is not silent.
Is there anyway to let the cleaner do it's work without having to press ENTER?
Please respond soon!

darrenmilne 07-20-2016 08:13 AM

Quote:

Originally Posted by jos.klein.kromhof@unive.n (Post 78892)
The EndUserCleaner.exe tool works, but is not silent.
Is there anyway to let the cleaner do it's work without having to press ENTER?
Please respond soon!

The trick is to pipe echo. (echo dot, no space between) to the EXE.
Same command used to display blank lines in batch file output for readability.

ECHO. | EndUserCleaner.exe

I have created an SCCM application task sequence that does the following:

- run EndUserCleaner.exe silently (using the command above to send the Enter key)
- restart (1 of 2)
- run latest MSI driver install
- restart (2 of 2)

The 2 restarts may be overkill, but the EXE installers request a restart after removing the drivers, so I thought it would be best to do this.


All times are GMT. The time now is 04:53 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.