Manfred Wallner
Manfred Wallner
NOTE: there _may be edgecases_ where a installer/setup script can only be run when `EnableLUA -eq 0` (though I don't hope so) => we'd break those cases even though Boxstarter...
> @flcdrg The details are listed in [this commits' comments](https://github.com/chocolatey/boxstarter/pull/531/commits/a9549b91d71ddbd00d68775352409649bf9b225a). Hi, it's been a while - is this still relevant? CC @gep13
I can look into this in the next couple of days, note that we still need to be able to use the bundled/offline Installer in some scenarios - will try...
imo the most efficient way of reducing the usage of https://chocolatey.org/install.ps1 would be as follows: * rip out old/unused code and modules (looking at you, `Boxstarter.Testrunner`, `Boxstarter.Azure`) - that'd reduce...
@vexx32 / @pauby - how would you feel about adding ad `$env:BoxstarterChocoBootstrapUrl` => if this is set prior to bootstrapping Boxstarter, it will use this environment variable to fetch the...
If this is being worked on, it might be a good idea to also take a stab at the problems currently detected by PSScriptAnalyzer all over the place... :thinking:
most likely it would be possible to temporary add Boxstarter modules into PSModulePath and remove it in Cleanup-Boxstarter
> most likely it would be possible to temporary add Boxstarter modules into PSModulePath and remove it in Cleanup-Boxstarter not so straight-forward as initially suggested 😞 removing Boxstarter.BaseDir altogether would...
> Is there a way to use the modules without adding them all to PSModulePath? (or maybe just add one or some of them) There might be. It's been a...
This looks awesome! .. I just wonder if we should work on some of the [issues](https://github.com/chocolatey/boxstarter/security/code-scanning?query=pr%3A571+is%3Aopen) or we can/should add some exceptions for the hits.