You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
What's the problem?
We use in the installer the path to download
CustomStartLayout.xml
before the directoryVM_COMMON_DIR
is created (in thecommon.vm
package):$layoutPath = Join-Path ${Env:VM_COMMON_DIR} "CustomStartLayout.xml"
We need to do it after.
Environment
Environment independent.
Additional Information
Related: #541
The text was updated successfully, but these errors were encountered: