Open FoxBzh49 opened 6 months ago
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
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 (https://github.com/rbei-etas/busmaster/issues/1314), or unsubscribe (https://github.com/notifications/unsubscribe-auth/AAPPRDD3ERF53QIQRP7AIBLY77AWJAVCNFSM6AAAAABHATAR62VHI2DSMVQWIX3LMV43ASLTON2WKOZSGI3TCOJXGAYTKNY). You are receiving this because you are subscribed to this thread.Message ID: @.***>
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.
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