I'm creating a setup project to install a VB.NET application on another computer.
After going through the wizard, I add the myProgram.exe to the "Users Program Menu". Build and then install on the other computer. BUT, now the .exe is a standalone in the Start menu. In other words, it doesn't point (shortcut) to the C:\Program Files\MyProgram\myProgram.exe
This is a problem, because I have other support files, .dll's and things. So, when I run my program from the start menu, it can't find the dll's. What am I supposed to do in the Setup Project to get the .exe to point to the correct (Program Files) location?????
Thanks for any help! I'm going CRAZy over here.
Bryan
After going through the wizard, I add the myProgram.exe to the "Users Program Menu". Build and then install on the other computer. BUT, now the .exe is a standalone in the Start menu. In other words, it doesn't point (shortcut) to the C:\Program Files\MyProgram\myProgram.exe
This is a problem, because I have other support files, .dll's and things. So, when I run my program from the start menu, it can't find the dll's. What am I supposed to do in the Setup Project to get the .exe to point to the correct (Program Files) location?????
Thanks for any help! I'm going CRAZy over here.
Bryan