Lei Liu
2003-10-22 21:54:24 UTC
I have written a VB program that I'd like to run once or twice on my
patients' computers. I didn't thing installing and then uninstalling
things on a patient's computer was a good idea, so I thought about
running the program from a USB key drive. I can install my program
(packaged using MS's packaging and deploying wizard) on a usb key
drive, and load all the support files (VB run time, .dll and .ocx) to
the same folder. However, there is a problem. If some components used
in running my program (.dll or .ocx) are not registered on a computer,
the program would not run from the key drive. If I have to register
all the components with a patients' computer, then it is not much
different from installing the program. So is there a way to run a VB
program from a usb key drive without installing it on a computer? If
there is, then what do I need to do?
Thanks!
Lei
patients' computers. I didn't thing installing and then uninstalling
things on a patient's computer was a good idea, so I thought about
running the program from a USB key drive. I can install my program
(packaged using MS's packaging and deploying wizard) on a usb key
drive, and load all the support files (VB run time, .dll and .ocx) to
the same folder. However, there is a problem. If some components used
in running my program (.dll or .ocx) are not registered on a computer,
the program would not run from the key drive. If I have to register
all the components with a patients' computer, then it is not much
different from installing the program. So is there a way to run a VB
program from a usb key drive without installing it on a computer? If
there is, then what do I need to do?
Thanks!
Lei