Support Forums
Publishing question. - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18)
+---- Forum: Visual Basic and the .NET Framework (https://www.supportforums.net/forumdisplay.php?fid=19)
+---- Thread: Publishing question. (/showthread.php?tid=2101)



Publishing question. - HatredTrinity - 10-24-2009

I'm not to familiar with visual basic but when I am trying to deploy my project it creates a whole install file. I don't want that, I want it to execute without installing anything. How would I do this?

Thanks in advance!

-Trinity Blackhat


RE: Publishing question. - dongblues - 10-24-2009

(10-24-2009, 05:06 AM)HatredTrinity Wrote: I'm not to familiar with visual basic but when I am trying to deploy my project it creates a whole install file. I don't want that, I want it to execute without installing anything. How would I do this?

Thanks in advance!

-Trinity Blackhat

do you mean install file of the project you deployed?


RE: Publishing question. - HatredTrinity - 10-24-2009

I just want this program to be a standalone executable.


RE: Publishing question. - dongblues - 10-24-2009

hmm.. i dont quite see the picture.. does it say you have o install visual basic runtime?

have you tried going to FILE > Make Project EXE?


RE: Publishing question. - HatredTrinity - 10-24-2009

(10-24-2009, 05:16 AM)dongblues Wrote: hmm.. i dont quite see the picture.. does it say you have o install visual basic runtime?

have you tried going to FILE > Make Project EXE?

No the program run's fine.... I want to publish the project as a standalone. I don't want to publish the program having to install it's self in order to work.

Also I don't have that option. I am using Visual Basic 2008


RE: Publishing question. - Vorfin - 10-24-2009

(10-24-2009, 05:26 AM)HatredTrinity Wrote: No the program run's fine.... I want to publish the project as a standalone. I don't want to publish the program having to install it's self in order to work.

Also I don't have that option. I am using Visual Basic 2008


Use build, not publish.


RE: Publishing question. - Red X - 10-24-2009

Yeah. Do what Vorfin said. I used to have that trouble too.