I am trying to create an installation to deploy my PB 2019 application to client machines. I have done this with every version of PB since probably PB8 but I cannot get my PB 2019 app to work with the PB 2019 msi or msm files.
The app works fine if I run the executable on my development machine, with all the deployment dlls installed as part of PB 2019.
When I try installing either the msi or msm generated from the PB 2019 Runtime Packager on a test computer the app does not start. Looking at the event logger it says there is an exception code 0xc0000005 in PBVM190.dll version 19.0.0.2082.
With the msi generated from the Runtime Packager I checked every single box, so I think I have everything that the installation would need.
I tried sticking a messagebox at the beginning of the executable code, and the messagebox does not show in the test machine but it does on my development machine. So I think the program is crashing before it gets to any executable code I have written.
Any suggestions on how to fix or debug this?