RT-L Posted May 8 Report Share Posted May 8 Hello, is there a way to install the game to many machines via software deployment tools using a config file for the installer or via command line parameters? Quote Link to comment Share on other sites More sharing options...
Stan` Posted May 8 Report Share Posted May 8 You can install the game through Chocolatey and Winget if that helps. Quote Link to comment Share on other sites More sharing options...
RT-L Posted May 8 Author Report Share Posted May 8 These tools are AFAIK for automated installation on ONE machine (like apt or rpm on Linux) but not for MANY machines. We are using OPSI for mass deployment of our software packages and all we need are switches for the installer to tell him to install without any user interaction with a set of default settings (install path, install for all users, etc) either via config file or command line parameters. So, are there parameters available for controlling the setup process? Is there any documentation for the installer itself? Thank you very much for your support. Quote Link to comment Share on other sites More sharing options...
Stan` Posted May 8 Report Share Posted May 8 The installer is a standard NSI installer so the /S flag should work. https://github.com/StanleySweet/0AD-Chocolatey-Package/blob/master/0ad/tools/chocolateyInstall.ps1 Another solution is to install it on one machine, zip the contents of the installation folder and deploy that everywhere, the game doesn't need any registry keys, and can even work as a portable version. Out of curiosity, would mind telling us the reason you need such a massive install ? Quote Link to comment Share on other sites More sharing options...
RT-L Posted May 8 Author Report Share Posted May 8 Oh well, this sounds good. I will test it and came back later. Thanks so far! :-) 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.