PDA

Click to See Complete Forum and Search --> : Run from CD


graeme
Nov 29th, 1999, 05:57 AM
I am trying to get a VB6 application to run from a CD without doing any installation. Does anyone know a way of accomplishing this? Is there a way to the client machine to look for the core VB files (oleaut32.dll, stdole2.tlb, etc.) on the CD instead of the windows directory?

thanks!

christophe
Nov 29th, 1999, 06:21 AM
No, not as far as I know. The System files need to go in the Windows System folder. You could install these files, however, and run your application from the CD.