I am deploying using ClickOnce.
MyApp.exe is the compiled app name. I supply another program called mysplash.exe as one of the resources.
When Mysplash.exe is run it calls Myapp.exe
How can I get ClickOnce to run the resource file MySplash.exe as entry point instead of MyApp.exe ?
All program shortcuts should point to MySplash.exe.
Thanks for any help.
MyApp.exe is the compiled app name. I supply another program called mysplash.exe as one of the resources.
When Mysplash.exe is run it calls Myapp.exe
How can I get ClickOnce to run the resource file MySplash.exe as entry point instead of MyApp.exe ?
All program shortcuts should point to MySplash.exe.
Thanks for any help.
Last edited: