Zoom7000 Posted January 10, 2013 Posted January 10, 2013 (edited) I need to install MIT App Inventor on our ICT department PCs and have been unable to find a way to silently install the package with the installer from the website. Does anyone know how to perform a silent installation or have a silent/unattended package to hand? Edited January 10, 2013 by Zoom7000
Zoom7000 Posted January 14, 2013 Author Posted January 14, 2013 Anyone? Really need some help with this one!
strawberry Posted January 14, 2013 Posted January 14, 2013 (edited) net use j: /d net use j: "\\servername-**\deploymentshare$\applications\mit app inventor" mkdir "c:\program files\appinventor" xcopy "j:\commands-for-appinventor" "c:\program files\appinventor\commands-for-appinventor" /S /I Edited January 14, 2013 by strawberry 2
Zoom7000 Posted January 14, 2013 Author Posted January 14, 2013 net use j: /d net use j: "\\servername-**\deploymentshare$\applications\mit app inventor" mkdir "c:\program files\appinventor" xcopy "j:\commands-for-appinventor" "c:\program files\appinventor\commands-for-appinventor" /S /I I'm sorry, I don't follow. You don't seemed to have actually run the EXE installer file in the script
strawberry Posted January 14, 2013 Posted January 14, 2013 I haven't. I've transplanted from an install on one computer to another. It doesn't have any dependencies , if the files are in that location it will work. 1
Zoom7000 Posted January 14, 2013 Author Posted January 14, 2013 So I just have to copy the installed directory to all the required PCs? I'll give that a try when I'm back in the office. Thanks
Popular Post themightymrp Posted January 14, 2013 Popular Post Posted January 14, 2013 You can run the installer straight from a share by specifying /S eg: appinventor_setup_installer_v_1_2.exe /S It MUST be a capital S!!!! Lowercase does nothing! Once it is installed I copy a modified run-emulator.bat across to the client to replace the default one. Can all be done on 2 lines of a batch file. This is how I rolled it out anyway 7
Chunks_ Posted April 5, 2013 Posted April 5, 2013 (edited) I used the silent install as above. Thanks (post thanked) Here is a link to the script I used to deploy using group policy on startup. Hope that helps others install this software. On slightly different note. Did you make the students create there own google accounts or use a generic school one or ?? Cheers Edited April 5, 2013 by Chunks_ 1
Zoom7000 Posted April 5, 2013 Author Posted April 5, 2013 Our Head of ICT, signed up for Google Education for Schools and issued the accounts to the students themselves. I believe they can be created quite easily with a SIMS export.
themightymrp Posted April 8, 2013 Posted April 8, 2013 We let the students create their own Google account in their ICT lessons (unless they already had one). Doesn't seem to have caused any issues (that I know of)
Gongalong Posted June 1, 2017 Posted June 1, 2017 Anyone had any luck deploying this with Config Manager? I've added it, as an EXE, with the /S option. Initially I seemed to get it deploy, but had a typo in the install check clause. Having tested the deployment again it just doesn't install, and then I get an error that the install check has failed.
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