how can i execute a program in vb.net 2003 without setup (application portable) :thumb:
Printable View
how can i execute a program in vb.net 2003 without setup (application portable) :thumb:
assuming they have all the dependencies already, (.net framework installed), all you really need is the .exe
If they do not already have the dependancies, then you will need a setup.
Dependencies include any custom dll files.
and any images, etc. not included as resources.