Skip to content

DSC Installer

Latest
Compare
Choose a tag to compare
@NotImplementedLife NotImplementedLife released this 14 Nov 08:49
· 3 commits to main since this release

This installer is currently for development purposes. Use this to have the DSCEngine and the Tools in the same place.

This installer automatically sets user environment variables

DSC = <installation-path>
DSCENGINE = $(DSC)/DSCEngine
DSCTOOLS = $(DSC)/tools               # <-- this is what matters for now

The DSCENGINE can be changed eventually to an active working project path.

Run the installer each time after it is updated here to have the newest features installed.

Suggestion: maybe make the installer get the required files & settings from a remote source (e.g. a github repo, or a drive etc) and automatically check for updates?