mandiant / flare-vm

A collection of software installations scripts for Windows systems that allows you to easily setup and maintain a reverse engineering environment on a VM.
Apache License 2.0
6.35k stars 896 forks source link

Ensure choco version is supported and there is internet connection before displaying GUI. #486

Closed skirge closed 11 months ago

skirge commented 1 year ago

Description

I'm trying to install flare-vm on freshly imported MSEdge - Win10 VM image from Microsoft (I was using it year ago for fresh install without problem) and package list shown is empty. Config.xml downloaded by the script contains some packages. Tried to use -customConfig but no change.

Steps to Reproduce

  1. Import MSEdge testing VM
  2. Try to install according to manual

Expected behavior:

List of packages is not empty and packages are installed

Actual behavior:

There are no tools installed

Environment

Additional Information

flare_no_packages

naacbin commented 1 year ago

It's because you don't run the latest version of choco (at least v2.0.0 is required) #471

Ana06 commented 11 months ago

Thanks for the PR @naacbin. I think we should ensure the choco/boxstarter versions are compatible and that there is an internet connection before starting the GUI.

Ana06 commented 11 months ago

Related https://github.com/mandiant/flare-vm/issues/486