xcvtop Posted May 20, 2015 Posted May 20, 2015 hi currently having problems installing scratch 2 over the network, I have tried the msi they have listed in the download section and that caused issues on opening files, now I am trying to install it using the .air install and a script but it isn't running anyone able to give me some help thanks in advance
Arreks Posted May 20, 2015 Posted May 20, 2015 What errors do you receive? We deploy Scratch 2 via msi.
machin05 Posted May 20, 2015 Posted May 20, 2015 We've never had an issue deploying via Group Policy. You can even run it online if you so wish - https://scratch.mit.edu/projects/editor/?tip_bar=getStarted
xcvtop Posted May 20, 2015 Author Posted May 20, 2015 The MSI pushes out fine, I receive errors opening files, running scratch (it installs everytime a user opens a scratch file, etc etc) I run it from a network share how did you manage this? copy the install files from an install?
Foresthippy Posted May 20, 2015 Posted May 20, 2015 We do it by msi / gpo deployment of AIR, then a startup script to check for AIR and install. Here's the script: if exist "c:\program files\common files\adobe air" goto INSTALL if exist "c:\program files (x86)\common files\adobe air" goto INSTALL goto END :INSTALL if exist "c:\program files\scratch 2" goto END if exist "c:\program files (x86)\scratch 2" goto END "\\server\software\scratch 2\scratch-428a.exe" -silent :END
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