MalwareMechanic
MalwareMechanic
I'm thinking it through some more. I'm not sure we should preform a check -- simply install and let the user find out afterwards when they execute it that it...
Also need to consider `--install-arguments`, which differs from "package" specific parameters -- it's used to instruct native installers. > There is also the concept of "Install Arguments", or silent arguments...
At the moment there's not a lot of info to help triage this, but from what I can see your Chocolatey sources are not set correctly. From the `Environment` snippet...
Sure! We'd need a GitHub Action to: - [ ] Gather a list of packages from the `packages` directory (preferably parsing nuspec info to get name and version) - [...
Good rationale for not using the community package 👍
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...
Similar to #2
> Same for the default browser. 🤔 Regarding my comment in https://github.com/mandiant/VM-Packages/pull/15#issuecomment-998445610, I was meaning to say we could have additional configuration packages to allow users to further configure Chrome....
I realized the other tricky part is properly handling paths with spaces correctly. We have this down well for `cmd.exe`, we'd need to figure out for `powershell.exe` and `cmder.exe` the...