Hi, I'm building a program that will run on Windows PE (Win7) and it uses some libraries that are compiled in VC++ 2008. They dynamically link MFC and as WinPE doesn't have VS2008 redistributables, application ends with side-by-side error. Does someone have any idea how to include the redistributables in WinPE? The redistributables setup uses Windows Installer that isn't in WinPE, so it cannot be installed on startup. Also, we cannot recompile the library for static link MFC, we need to get it working with dynamic link. Thanks