Silent install?

I am a high school teacher that uses Tiled in a computer lab with my students. I am trying to create a .bat file that installs all of the software used on the lab machines. Most software allows for a -s switch for silent installation, but Tiled does not seem to have such an option. Am I missing something?

Tiled uses the NSIS installer, which I would expect to have a silent install option, but I’m not sure how to use it or if that works. However, I believe Chocolatey can be used to install Tiled silently, so there must be some way. See:

https://chocolatey.org/packages/tiled/0.13.0

Note that it seems to install an ancient 0.10.2 version by default. The more recent Tiled versions are there but have the status “waiting”. I’d make sure to install a more recent version as mentioned on the above page.

Also it has a link to the 64-bit version of Tiled, but this one is old (0.10.1). If you’re using a 64-bit system, you will want to make sure to install the 32-bit version of Tiled anyway.

Cheers for using Tiled in your high school class!

Thank you for the NSIS link. There is indeed a silent install option: /S

It is case sensitive and must be an uppercase S.

I tested it, and it seemed to work.

Thanks again for such a handy tool.