autorun app
-
Hi !!! I'd like to automatically run my app when inserting the CD-Rom (containing my app). My app will be developped with VC++ 6, using the MFC. What I was wondering is : is it possible ? I know that the MFC needs some DLLs, so how can I run my MFC App from the CD-ROM if the required DLLs are not on the local computer ? Linking the MFC statically is enough ? Thanks ! Jerome
-
Hi !!! I'd like to automatically run my app when inserting the CD-Rom (containing my app). My app will be developped with VC++ 6, using the MFC. What I was wondering is : is it possible ? I know that the MFC needs some DLLs, so how can I run my MFC App from the CD-ROM if the required DLLs are not on the local computer ? Linking the MFC statically is enough ? Thanks ! Jerome
To resolve the DLL things, your application need to be statically linked with MFC ( if possible ), and if it needs other DLL, they should also be on the CD. You can also do some pre testing, in the autoload thingy on the CD, start another application that checks for DLL's and other things, and then start your application. Or, you can "temporarilly" install the application in a temp directory to run it. Max.
-
Hi !!! I'd like to automatically run my app when inserting the CD-Rom (containing my app). My app will be developped with VC++ 6, using the MFC. What I was wondering is : is it possible ? I know that the MFC needs some DLLs, so how can I run my MFC App from the CD-ROM if the required DLLs are not on the local computer ? Linking the MFC statically is enough ? Thanks ! Jerome
Yep linking statically is fine... Or as long as you place the DLLS the app needs in the same directory as the applcation it elf... Asim Hussain e: asim@jawache.net w: www.jawache.net
-
Hi !!! I'd like to automatically run my app when inserting the CD-Rom (containing my app). My app will be developped with VC++ 6, using the MFC. What I was wondering is : is it possible ? I know that the MFC needs some DLLs, so how can I run my MFC App from the CD-ROM if the required DLLs are not on the local computer ? Linking the MFC statically is enough ? Thanks ! Jerome
Make an autorun.inf file containing the following:
[autorun]
OPEN = YOUREXE.EXE
ICON = YOUREXES.ICOreplace the italicized text
Jason Henderson
start page ; articles henderson is coming henderson is an opponent's worst nightmare * googlism *