unitysetup.powershell
unitysetup.powershell copied to clipboard
xUnitySetupInstance DSC - provide destination path for installation and source path to packages
Good day, It would be nice if we could set in DSC configuration source to installation packages and installation destination pathes as an option. Somewhere Internet connection not very reliable and we keep copies of packages locally. And default installation pathes sometime need to be adjusted.
Great ideas!
Destination is already supported by the underlying Cmdlets so that should be relatively easy to expose through xUnitySetupInstance.
For source paths, Install-UnitySetupInstance supports Cache to define where installers are saved or searched for when needing them, but we don't currently look there for discovery of installers with Find-UnitySetupInstaller. If we added that we could expose the Cache path through xUnitySetupInstance and it'd discover and install cached content without the internet.
Any interest in picking up these efforts? PRs are more than welcome! =)