mandiant / mandiant/VM-Packages
procdot installation ZIP is downloaded to Tools
@VinceQu is already working on this.
Since Jul 14, 2025.
- Dominant language
- PowerShell
- Stars
- 246
- Forks
- 98
- Avg merge
- 9h 30m
- Merged PRs (30d)
- 7
Description
### Details
procdot download ZIP should not be downloaded to the Tools directory: https://github.com/mandiant/VM-Packages/blob/366edf0c9a54702900a6596767a3a1060e33b287/packages/procdot.vm/tools/chocolateyinstall.ps1#L11
Ideally, we should be possible to replace part of the code with our [`VM-Install-From-Zip`](https://github.com/mandiant/VM-Packages/blob/1947e0a26c90f96cd2199f410707c65926acda34/packages/common.vm/tools/vm.common/vm.common.psm1#L381) helper function.
Even if there is a reason why this is not possible, we should copy the logic in that function, using `Install-ChocolateyZipPackage` instead of downloading the ZIP to the Tools directory.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.