I have two .NET CORE CustomActions in my test project. I created these using the project template from the “Advanced Installer for Visual Studio 2022” extension. These read the properties via MsiSession instance in a loop and update these values. When executing the first CustomAction, this works without any problems. When executing the second CustomAction, it simply stops after several loops.
When I use the VS2022 remote debugger to check where it is currently stuck, I find myself in this function.
This problem is currently blocking the development of my setup project and thus its productive use.
Testproject: