Remco;7481 wrote:Not directly, but this should be possible by scripting a manual installation of the grid node service - see
http://www.ncrunch.net/documentation/manual-installation-instructions.
Installing the MSI in the script may work, but the MSI does try to launch the config tool at the end of the wizard which may give problems for an unattended install.
The grid node stores its configuration in the registry under HKEY_LOCAL_MACHINE\SOFTWARE\Remco Software\NCrunch Grid Node. If you were to extract these registry values from a pre-configuration grid node, you could then load them onto the target node as part of your installation. This would mean there would be no need to run the config tool and configure things manually.
Better later than never :) Thanks for sharing that, we managed to get a completely unattended, remote installation of the Grid Server node across dozens Azure VMs. Works fine - getting Grid Server from Chocolatey (it installs MSI), then fixing up registry keys (as suggested) and then, finally, getting the NCrunchGridNode service started / restarted.
Can share the full PS script which can either be run in the current session or via PS Remoting, if anyone is interested.