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

installer.ps1: Fix CustomStartLayout.xml download #543

Closed Ana06 closed 8 months ago

Ana06 commented 8 months ago

Download CustomStartLayout.xml after the %VM_COMMON_DIR% directory where it is stored has been created. %VM_COMMON_DIR% is created by the common.vm package.

This fixes the custom start layout, which is applied nicely in the installer.vm package.

Closes https://github.com/mandiant/flare-vm/issues/542