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.22k stars 887 forks source link

CustomStartLayout.xml created before the directory is created #542

Closed Ana06 closed 8 months ago

Ana06 commented 8 months ago

What's the problem?

We use in the installer the path to download CustomStartLayout.xml before the directory VM_COMMON_DIR is created (in the common.vm package): $layoutPath = Join-Path ${Env:VM_COMMON_DIR} "CustomStartLayout.xml"

We need to do it after.

Environment

Environment independent.

Additional Information

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