-
Notifications
You must be signed in to change notification settings - Fork 502
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
Comments
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, |
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
The text was updated successfully, but these errors were encountered: