Jump to content

Recommended Posts

Posted

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

Posted

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?

Posted

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

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...