You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oh I like this! Then we could also have a function argument, or environment variable, that allows you to specify your preferred proxy execution mechanism (e.g., cmd or powershell). @Ana06 you had mentioned something like this before
Change `$ErrorActionPreference` from `Continue` to 'Stop' to properly handle errors in installers. Noticed when an error occurred due to a failed `Join-Path` in `VM-Install-From-Zip` the installer continued when it should have stopped.
Add new `-zipFolder_64` parameter to `VM-Install-From-Zip` to handle cases where different architecture URLs may have different ZIP folder names, closes#36.
Add functions `VM-Add-To-Right-Click-Menu` and `VM-Remove-From-Right-Click-Menu` (helps #33).
For common and more involved install mechanisms there should exist a helper function like
VM-Install-Raw-GitHub-Repo
etc.See https://github.com/mandiant/VM-Packages/wiki/Contributing#example-4 for a good candidate of tools run via
cmd.exe
, for example.The text was updated successfully, but these errors were encountered: