hi, I distribute my application on CDROM support with constraint : ISO 9660 Level 1 without Joliet (Level 1 : File names are restricted to eight characters with a
three-character extension, upper case letters, numbers and underscore;
maximum depth of directories is eight.)
My application is build with VC6 but I use also DLL(with MFC) build with VC8. To distribute my application, I put some files on CDROM you can find in folder C:\Program Files\Microsoft Visual Studio 8\VC\redist\x86 But files *.manifest dont support ISO 9660 Level 1.
I can't excecute some file as vcredist_x86.exe because the user could not be a administrator.
If someone has some idea to solve my problem, thanks