How can I install a program I wrote on a USB device?

I want to install a program I wrote in Visual Basic 2005.net on a USB device. I built the program and published it. When I run the set-up, it automatically installs the program on my hard drive. I want it on my removeable device so I can use it on several other computers, but I don't want to install it on other computers. What am I overlooking Help!!

Dan



Answer this question

How can I install a program I wrote on a USB device?

  • Yoway Buorn

    The dot net framework supports what they call xcopy deployment. You can copy all the files neededor your application and it will work as long as the dot net framework is installed on the computer you insert the usb drive in

  • How can I install a program I wrote on a USB device?