Hello all,
I have created a Visual Basic .NET 2003 .exe. I thought I could simply put it on another computer, and it would run. That didn't work. I believe I have to write an installer and include the dll files, as well. Do I have to write an installer, or can I simply put the .exe and the dlls on the other computer If I have to write an installer, would you please let me know how to get started and where I can find info. on how to do this
Thanks,
Kathy

How to create an installer
Ametis
swapna_n
A better way to do it is by using a Setup and Deployment project to create an installer. The topic "Walkthrough: Deploying a Windows Application" http://msdn.microsoft.com/library/ url=/library/en-us/vsintro7/html/vbtskCreatingInstallerForYourApplication.asp frame=true should help you get started.
Hope this helps,
Steve Hoag
JayaC
I too have a problem with the setup steps. I have a problem when it comes to adding the project to the installer project. On the walkthrough it says the following:
To add the Windows application to the installer
I have no problem with the walkthrough until I get to step 3, when I open that dialog box, I see the drop-down list but It's empty, my project never shows up. I'm don't know what I can be doing wrong. I created the program like the walkthrough said, and then I did the build menu and did the build option.
Marek Istvanek
Hi Diango,
I'm guessing that you must have missed a step in creating the "My Notepad" project. Try this - add a new Windows Application project to your solution (File, Add, New Project), then go to the FileSystem Editor and try the Add Project Output again. Do you see the new project in the dropdown
Steve Hoag
Visual Basic Express