Using ClickOnce but start program with another exe

Xancholy

Well-known member
Joined
Aug 29, 2006
Messages
143
Programming Experience
Beginner
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.
 
Last edited:
Back
Top