When running an installer, the DynamoSettings.xml file is not updated to include a path to C:\ProgramData\BHoM\Assemblies for Dynamo 2.3, causing Dynamo to then not load or work within the Dynamo 2.3 versions.
The installer needs to be able to edit the xml file to include this reference on install. This is handled by a powershell script in Dynamo_Toolkit so those building from source don't encounter this issue.
Uncovered during a session with @Hmullerjones and @pawelbaran
When running an installer, the
DynamoSettings.xml
file is not updated to include a path toC:\ProgramData\BHoM\Assemblies
for Dynamo 2.3, causing Dynamo to then not load or work within the Dynamo 2.3 versions.The installer needs to be able to edit the
xml
file to include this reference on install. This is handled by a powershell script in Dynamo_Toolkit so those building from source don't encounter this issue.Uncovered during a session with @Hmullerjones and @pawelbaran