Jump to content

forest

Member
  • Posts

    3
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Czech Republic

About forest

Profile Information

  • OS
    none specified

forest's Achievements

0

Reputation

  1. Thanks, the package SxS_7PE_SFX.exe really helped
  2. Sorry, but I cannot build it with static link, I need to link dynamically. I tried to find which files and registry keys are changed during the redistributable installation, but it still doesn't work...
  3. 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
×
×
  • Create New...