Application in c#, after Installation always popup windows installer. -
07-02-2010
, 08:53 AM
Hi, everyone.
I've made an application with c# (vs2010) for x86 platform.
I've built a Setup Project for deployment and uploaded into a website.
When I launch the setup.exe everything goes well and the application
is correctly installed, but there's a problem..
The shortcut created in the startup menu instead of running the
application directly, they execute the download .msi file and then
launch the application.
How I can remove this passage ?
Thanks in advance for the help. |