Jump to content
Xtreme .Net Talk

Can I package an .exe VB.NET application ready to RUN, No installation needed?


Recommended Posts

Posted

Can I package an .exe VB.NET application ready to RUN, No installation needed?

 

 

I would love to email to my customer a small application I developed in VB.NET Professional version and tell him just to double click the file and have this single form application start right away, without having the customer Install the application first.

 

Can this be done in a single .EXE file, if so HOW?

 

Any

Posted

You could just build the application .... but your customer would need the .NET framework to be able to run it. Its 23 odd mb.

Then send him the .exe made in the /bin of your project.

Posted

Illusion:

 

If my customer have XP will he still need to install the .NET framework?

 

Also do I have to send him all the other stuff inside the BIN folder too along with the EXE?

 

Thanks for you reply

 

 

Andy

Posted

Yes, he will need .NET framework

 

and no, just the .exe will be fine, unless you are saving information to files that need to be in the same directory.

e.g.

/theprogramdirectory/

yourprogram.exe

yourconfig.ini

yourpicture.bmp

 

you get the idea :)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...