Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uninstall Busmaster #1314

Open
FoxBzh49 opened this issue Apr 30, 2024 · 2 comments
Open

Uninstall Busmaster #1314

FoxBzh49 opened this issue Apr 30, 2024 · 2 comments

Comments

@FoxBzh49
Copy link

Good morning,
I cannot uninstall the Busmaster software automatically. The only argument that works is "/S", but the software does not disappear.

$UnInstallPath = "C:\Program Files (x86)\BUSMASTER_v3.2.2\uninst.exe"

$ArgumentUninstall = "/S"

tart-Process -verb runas -FilePath $UnInstallPath -ArgumentList $ArgumentUninstall -Wait

Do you have a solution please?

Thank you so much

@gxurma
Copy link

gxurma commented Apr 30, 2024 via email

@FoxBzh49
Copy link
Author

Unfortunately, Never tried to uninstall Busmaster. I only install it on new PCs and then it works as intended. I do not think that it installs lots of bloatware etc, so I think uninstalling it through the windows app removal should work normally, as it is meant to do. If you already tried to do that, and it did not work correctly, I think then something still was running and holding the folder, preventing the complete uninstall. Maybe you can manually just remove it. Maybe it is a Win11 issue. As most network problems nowadays. Bye, Martin Gyurko enGYneer.at 30. April 2024 18:25, "FoxBzh49" @.*** @.@.>)> schrieb: Good morning, I cannot uninstall the Busmaster software automatically. The only argument that works is "/S", but the software does not disappear. $UnInstallPath = "C:Program Files (x86)BUSMASTER_v3.2.2uninst.exe" $ArgumentUninstall = "/S" tart-Process -verb runas -FilePath $UnInstallPath -ArgumentList $ArgumentUninstall -Wait Do you have a solution please? Thank you so much — Reply to this email directly, view it on GitHub (#1314), or unsubscribe (https://github.com/notifications/unsubscribe-auth/AAPPRDD3ERF53QIQRP7AIBLY77AWJAVCNFSM6AAAAABHATAR62VHI2DSMVQWIX3LMV43ASLTON2WKOZSGI3TCOJXGAYTKNY). You are receiving this because you are subscribed to this thread.Message ID: @.***>

Good morning,
Thank you for your response and for taking the time to respond to me.
Actually, my question is about mass uninstallation. Indeed, I work in several educational establishments and we deploy our applications using SCCM. It is therefore necessary to have the possibility of massively uninstalling the product in order to upgrade to a new version.
The silent argument is in the documentation, but it doesn't work.
The publisher just needs to fix this problem. Manual uninstallation is not possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants