Packaging a project up [resolved]
I have just finished my VB program and it is ready to get packaged up, so i go and create an executable, once that is created I need to somehow get it to install on my clients computer how do i do that. I have one file that i reference that needs to get into c:/ and the application can go anywhere the user wants it to go. How do i do this, what do i use to accomplish this?
Thanks to all that reply
Re: Packaging a project up
Use something like NSIS (nullsoft installer) or Inno to create a setup for your application. They are both free.
Re: Packaging a project up
mrstuff68,
Also read Installation Problems in my signature.
Re: Packaging a project up
Thanks Guys Exactly what i was looking for.