VB Publishing - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Skype & Technology (/forumdisplay.php?fid=9) +---- Forum: Tech Talk (/forumdisplay.php?fid=17) +----- Thread: VB Publishing (/showthread.php?tid=69714) VB Publishing by ryxdp on 12-20-2006 at 06:05 AM I have lots of projects on VB Express 2005. I want to publish them as standalone *.exe files, but I see no option for that. All I see is the publish to web server and publish to CD. I want all my files to package into one .exe standalone so that when run, you do not need to install it or anything. How do I do this? RE: VB Publishing by bladeswords on 12-20-2006 at 06:34 AM
I am not sure if this is the correct way to do it, but Visual Studio 2005 creates the .exe file every time you test it out. This file is the same as the published file and it can be found under the project directory in \bin\Debug then there will be what ever your project is called .exe RE: VB Publishing by ryxdp on 12-20-2006 at 08:34 AM
Yes I know all about that. RE: VB Publishing by bladeswords on 12-20-2006 at 10:04 AM Oh, that is because they need .NET Framework 2.0 installed for them to use it. It is freely avaliable from the Microsoft Site here RE: VB Publishing by andrewdodd13 on 12-20-2006 at 05:53 PM
As blades said, you want them to install the .NET Framework (Version 2), from Windows Update or wherever. It's roughly 20mb. RE: VB Publishing by CookieRevised on 12-20-2006 at 07:08 PM
quote:Because there is no option for that in the "Express" version. You need to buy quote:No.... It doesn't create a standalone exe when you don't tell it to. When you run code it's run in the debugger in P-code, and the only "exe" made is not a compiled standalone one. Making a standalone exe is compiling a program, which isn't possible with the free "Express" version. RE: VB Publishing by Adeptus on 12-20-2006 at 10:10 PM
If "standalone .exe" means an executable file that can be run on other computers with .NET framework v2.0 runtime installed, then the Express Edition will work just fine. RE: VB Publishing by bladeswords on 12-20-2006 at 10:46 PM
Thank you Adeptus. That is what I thought, I just wasnt sure. (I am downloading Visual Basic Express to test it all out) RE: VB Publishing by ryxdp on 12-21-2006 at 07:15 AM
I'll check with the person I sent it to if they had .NET 2.0. RE: VB Publishing by bladeswords on 12-21-2006 at 08:38 PM
I am not sure what you mean by "Doesn't it prompt you to install .NET 2.0 on the installer?" if you mean the Visual Studio installer or your program. If you mean Visual Studio, then yes it does install .NET 2.0. If you mean your program, then no, unless you have packaged .NET 2.0 with it. RE: VB Publishing by ryxdp on 12-21-2006 at 09:18 PM
former. RE: VB Publishing by bladeswords on 12-21-2006 at 09:33 PM
Cool, mind telling what your programs actually do? Or just an exampled (i am interested) RE: VB Publishing by ryxdp on 12-22-2006 at 05:27 AM
Well just recently I made a client for one of the local radio stations(saved me going to the site all the time). RE: VB Publishing by bladeswords on 12-25-2006 at 12:25 AM Does it work now for your friend after installing .NET 2.0 RE: VB Publishing by ryxdp on 12-25-2006 at 03:47 AM
yeah, seems to. |