Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > USB Deployment - Run from USB Stick
 

USB Deployment - Run from USB Stick

Okay I haven't seen this posted anywhere else so I thought I'd post to see if anyone had any ideas.

We currently have a VB6 legacy application that runs completely off of a USB Flash Drive - no custom or 3rd party DLLs were used so we never had to worry about DLL Hell etc...

I'm assuming that we could install just the EXE etc to the flash drive and all should work fine - as long as the .Net Framework is already installed on the client's machine... Otherwise installation of it before the application is started.

If there is anything that I'm overlooking please let me know.

atub  Wednesday, June 13, 2007 2:33 AM

I havent tried that, but it should be similar to CD deployment. Let us know how it goes.

-Varun-

Varun Gupta  Saturday, June 23, 2007 2:30 AM

Yes but the CD Deployment - gives the deployment installation executable - not just the runable EXE.

I guess you could install to a CD and then tell it to install to the USB Drive... I'm just trying to make sure that I'm not overlooking anything.

atub  Saturday, June 23, 2007 11:55 AM

You can use google to search for other answers

Custom Search

More Threads

• How to build setup VB 2005 Express
• Monitor FTP Site
• ClickOnce & System.IO.FileNotFoundException
• Is it possible to use .Net assembly for custom actions in the WiX
• UserAppDataPath not returning a value ?
• ClickOnce and loading applications on windows startup
• How can i deploy the setup in Vb.Net those does not having .NETframework
• Deploy .net framework 3.5 with ClickOne and Visual Basic Express Edition 2008
• Updater Application Block and Win98/ME Clients
• Am I supposed to include the CRT MSM *and* the policy MSM?