Releases: alex4108/AstroInstaller
Version 2.1.7
AstroInstaller Version 2.1.7
- Added NSSM for service management, so AstroLauncher/Server will start automatically when the system boots/reboots.
- Fixed SteamPS commands to use SteamCMD. They were broken.
- Replaced TravisCI with Github Actions
Full Changelog: 2.1.4...2.1.7
Version 2.1.4
Version 2.1.3
(#11) We now -UseBasicParsing on Invoke-WebRequest's, so as not to rely on the potentially unconfigured internet explorer engine
(#12) We now WaitForProcess() when executing the Unreal dependencies installer
(#10) We now include all required parameters on when executing Install-PackageProvider so as to install NuGet without interruption
Version 2.1.2
- Renamed the project (astroneer-server-deployment/install-astroneer-server) -> (AstroInstaller)
Version 2.1.1
Version 2.1.0: Bugfixes & Windows 10 Support
-
Add support for Windows 10 by using Enable-WindowsOptionalFeature
-
Register the default PS Repo for Windows 10 servers
-
Remove exposeAstroLauncher as it must be exposed to silence Windows Firewall requests
-
Move firewall exceptions to be added before execution to silence requests
-
Added installPath parameter to specify installation directory
-
Add notes about requirements for OS and Powershell
-
Add requirements to README: Windows Server 2019
-
Fixed bug on $useGUI not being $true if 'y' is specified on CLI