how can I pack runtime files and put them with my application all in a setup file?
We were able to do that in VB6...
how to do it in VB.Net (Visual Studio 2008)
thx
Printable View
how can I pack runtime files and put them with my application all in a setup file?
We were able to do that in VB6...
how to do it in VB.Net (Visual Studio 2008)
thx
Create a Setup project.
Are you sure your using the full version? If not your using the Express version and will have to use ClickOnce to package it.
i have professional version...
so I created the new Setup project
then what?
how do I add my already finished project?
Go The Project Property & Publish
Publish Now or Before
You Can Go To option To Specify The Author.......
then Publish Now
hmm
its not .exe
its .application?
:confused: What do you mean?Quote:
Originally Posted by perito