wilss001 Posted June 22, 2021 Posted June 22, 2021 Morning all, I'm currently trying (and failing) to get mBlock v5.3.0 installing silently and for all users on my Win10 laptop. The goal is to get it deployed through SCCM - has anyone been able to get this working? Cheers in advance!
6Foot2 Posted June 22, 2021 Posted June 22, 2021 What install program are you using? (MSI/EXE) Have you found the silent install switch?
wilss001 Posted June 22, 2021 Author Posted June 22, 2021 What install program are you using? (MSI/EXE) Have you found the silent install switch? The installer is an exe, and no luck finding the silent switch yet - I've tried the "/?" switch to see if it would list the suitable switches but with no luck, also tried "/silent" "/q" "/qn" but none of those seem to work either. Cheers.
6Foot2 Posted June 22, 2021 Posted June 22, 2021 Try this: Link: http://www.edugeek.net/forums/educational-software/102322-silent-switch-finder.html#post878582 Not 100% successful, but it has been helpful in the past. If you have no luck, there are some other ideas in the same thread. Let us know how it goes. 2
wilss001 Posted June 22, 2021 Author Posted June 22, 2021 Brilliant, that has mostly worked for the silent install part. Wish I had this tool for some of the SCCM deployments I've done in the past! Any thoughts on bodge-ing it to install for the computer rather than for the current user? I'm currently testing the dirty method of just copying all of the files out of AppData and into Program Files to see if it will still run, but it's not particularly happy at the moment.
6Foot2 Posted June 22, 2021 Posted June 22, 2021 You could try extracting the MSI from the EXE (if it has one) using 7Zip: Link: How to extract MSI files from an EXE installer You could then, maybe, perform a 'normal' MSI deployment? Not sure because I no longer have access to a network to refresh my memory on these things.
DavR Posted June 22, 2021 Posted June 22, 2021 What happens if you install as a startup script? Running in the SYSTEM context rather than user might force it to All Users.
mavhc Posted June 22, 2021 Posted June 22, 2021 https://community.chocolatey.org/packages/mblock#files says /s
Gongalong Posted November 11, 2022 Posted November 11, 2022 The problem for Windows at least is the driver bit of the install. The EXE will install silently with /S, but then the driver bit comes up (and presumably has to be installed for it to talk to the device via USB). This is testing with v.5.4.0.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now