Demo application in react native

I tested the DefaultApp-winforms.exe. Running the application, in an SSD, the loading time is almost 12 seconds every time. This is a lot . With such delay we can’t use it for our more complex desktop applications (we use also the CefSharp, in a similar manner). Is there any way for optimization ?

The main issue is that in order to get winforms.exe into a single xcopy-able executable it’s compressed in a 7-zip self-executing executable which basically has to uncompress itself before running the app each time. It’d can be quicker if it was packaged into an installer or just copying or running from the bin directory.