Click to See Complete Forum and Search --> : [RESOLVED] Making a setup exe for the application


makdu
July 27th, 2009, 12:36 AM
Hi,
I have a vb.net application which dials another computer and send message to it with the help of cdrvlibnet.dll . I want to deploy this in another computer. I tried following steps.
1. Added a new project with type as deployment project
2. then build the project
3. took the setup.msi to another machine and installed it.

Here are my problems.
1. The icon which created in the desktop and start menu is not running the exe, but pointing to desktop only.


Can you please point whats the problem here.
i have followed the steps given in
http://www.startvbdotnet.com/extras/deploy.aspx

dglienna
July 27th, 2009, 05:43 PM
Add the setup project to the OLD project, and it will compile (hopefully)

makdu
July 27th, 2009, 11:12 PM
I have added the setup project to the old project and compiled. But the icons are not displayed correctly in the desktop. Also how to enable the launch option once the installion is over?

dglienna
July 28th, 2009, 01:09 AM
It should be a checkbox. Have you seen CLICK ONCE? It's an option

makdu
September 16th, 2009, 06:30 AM
In the user desktop option, we have to create the shortcut with an icon. The short cut should be to the primary output to the application folder.
Thank you all for the help

HanneSThEGreaT
September 16th, 2009, 10:47 AM
In the user desktop option, we have to create the shortcut with an icon. The short cut should be to the primary output to the application folder.
Thank you all for the help


Thanx for sharing your solution with us! :)