itgeek Posted October 4, 2021 Posted October 4, 2021 Hi, I am having issues trying to deploy and use mu when I have installed this on a shared students computers. Its trying to run from app data and looks like it doesn't like multiple users using it. Has anyone got this deployed and working? Thanks in advance
mavhc Posted October 4, 2021 Posted October 4, 2021 https://codewith.mu/es/howto/1.0/install_windows#admins says use /S /AllUsers 1
akidosaint Posted November 17, 2021 Posted November 17, 2021 Just looked at the instructions mentions the .exe. when try and download only offered .msi can someone point me in direction of correct link for download. Tried to extract .msi
Steve21 Posted November 17, 2021 Posted November 17, 2021 The last version of Mu that was based on the exe was 1.03 https://github.com/mu-editor/mu/releases/download/1.0.3/mu-editor_1.0.3_win64.exe They then changed over to pup and included extra addons etc as part of the standalone installer which is now the msi version, so you'd need to use the msi switches if you want the latest one Steve 1
mavhc Posted November 18, 2021 Posted November 18, 2021 MSI switches are standard though, but easier to deploy with GPO now it's MSI
Jawloms Posted February 28, 2022 Posted February 28, 2022 We've just installed Mu and can't get it to not be in the AppData folder, but the other thing is when you run it, Impero is blocking it because it's trying to run "cmd.exe". Has anyone else had this, or found a working answer? Thank you Stuart
mavhc Posted March 1, 2022 Posted March 1, 2022 I don't block cmd.exe, because how can you learn to program without touching a command line?
georgeescott Posted March 1, 2022 Posted March 1, 2022 (edited) We've just installed Mu and can't get it to not be in the AppData folder, but the other thing is when you run it, Impero is blocking it because it's trying to run "cmd.exe". Has anyone else had this, or found a working answer? Thank you Stuart Looks like the MSI has the ALLUSERS property set to 2 and the MSIINSTALLPERUSER property set to 1 which will default it to the Local AppData folder. If you run the .msi with ALLUSERS=1 then it'll install it to Program Files (x86). E.g: msiexec /i MuEditor-win64-1.1.1.msi ALLUSERS=1 Edited March 1, 2022 by georgeescott
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