Jump to content

Recommended Posts

Posted (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 by Zoom7000
Posted (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 by strawberry
  • Thanks 2
Posted
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 :confused:

  • 2 months later...
Posted (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 by Chunks_
  • Thanks 1
Posted
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.
  • 4 years later...
Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...