Jump to content

Recommended Posts

Posted

Just having a look at the program, it accepts the /VERYSILENT switch. This means you could probably run it as a startup script. Something as simple as

 

\\fileserver\Monkey_Jam_Setup.exe /VERYSILENT

 

in a .bat file

  • Thanks 1
  • 1 year later...
Posted
Just having a look at the program, it accepts the /VERYSILENT switch. This means you could probably run it as a startup script. Something as simple as

 

\\fileserver\Monkey_Jam_Setup.exe /VERYSILENT

 

in a .bat file

 

 

worked great, I used it to deploy monkeyJam via sccm.

 

how did you know wich switch to use?

 

thanks for the info!

Posted
Just having a look at the program, it accepts the /VERYSILENT switch.

 

We install MoneyJam with:

 

MonkeyJamSetup.exe SP- /silent /norestart /nocancel

 

We run an install script on reimaging a machine, so we don't care about the silent install option, but the /norestart option might come in handy if you find MonkeyJam is trying to do a reboot after install.

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