• Runtimes
  • Unattended Spine installation (MDM/SCCM)

  • Modifié

Good day,
We are looking at packaging and distributing Spine via MDM (or SCCM). The requiremnt is to have a silent/unattended installtion together with the license activation.
A previous post was found: https://esotericsoftware.com/forum/d/7141-unattended-installation
But non of the mentioned commands seems to do the job.

I tried placing the follwoing ina bat file:

**SpineSetup.exe /S

"C:\Program Files\Spine\Spine.com"


install licensekey**

That simply launches spine after the silent install (the activation is not done).

Any advice please?

Related Discussions
...

Ah the formatting of the post you linked got wrecked when we updated the forum software some time ago. I've fixed it. Please try:

SpineSetup.exe /S
"C:\Program Files\Spine\Spine.com" --install yourActivationCodeHere

Hi, thanks for the prompt response.

This command works:

Esoteric Software LLC (C) 2013-2022 | http://esotericsoftware.com
Windows 10 Enterprise amd64 10.0
Spine activation code installed.

Many thanks.

PS Any way to achieve this with Powershell?

Great!

I'm not sure what you mean. I'm not experienced with Powershell, but surely it could run the commands.

Sorry, stupid question. I had it working with PS as well.
Thanks!