configuration - Visual C++ 2010 Express Service Pack Compiler Update Fails (v7.1 w/ SP1) -


ok, first i'm going give little background little conundrum. lately i've been trying vc++ 2010 express target x64 platforms (it doesn't ship x64 compilers). i've follow sorts of recommendations , setup methods can't seem work. learned sp1 update windows 7.1 sdk (you know, 1 supposedly has compilers need) erases x64 compilers. so, got kb compiler fix microsoft site , tried install , keep getting installation error:

-summarized error (collapsed).

cleanupblock (removeproduct) failed on product (microsoft visual c++ compilers 2010 standard - enu - x86). msi log: visual c++ 2010 sp1 compiler update windows sdk v7.1_20120310_152656264-{2f8b731a-5f2d-3ea8-8b25-c3e5e43f4bdb}-removeproduct.txt final result: installation failed error code: (0x80070643), fatal error during installation.

-error log (expanded).

action: downloading items action complete action: performing actions on items entering function: ironspigot::basemspinstaller::performaction entering function: ironspigot::cleanupblockinstaller::performmsioperation action: removeproduct - {81455deb-fc7e-3ee5-85ca-2ebdd9fd61eb} action complete ({81455deb-fc7e-3ee5-85ca-2ebdd9fd61eb}) action: removeproduct - {ac917391-eeba-3240-81ff-1e9ec0d49403} action complete ({ac917391-eeba-3240-81ff-1e9ec0d49403}) action: removeproduct - microsoft visual c++ compilers 2010 standard - enu - x86 returning idok. installmessage_error [error 1324.the folder path 'program files' contains invalid character.] cleanupblock (removeproduct) failed on product (microsoft visual c++ compilers 2010 standard - enu - x86). msi log: visual c++ 2010 sp1 compiler update windows sdk v7.1_20120310_152656264-{2f8b731a-5f2d-3ea8-8b25-c3e5e43f4bdb}-removeproduct.txt return value - 0x643 action complete. log file: c:\users\david\appdata\local\temp\visual c++ 2010 sp1 compiler update windows sdk v7.1_20120310_152656264-{2f8b731a-5f2d-3ea8-8b25-c3e5e43f4bdb}-removeproduct.txt failed performmsioperation returned 0x643 performmsioperation returned 0x643 final result: installation failed error code: (0x80070643), fatal error during installation.  action complete 

i understand it's path error of sort can't figure out what. now, know going say: "reinstall everything".

but did , in recommended order.... twice.

  1. install vc++ 2010 express.
  2. install windows 7.1 sdk. 3) install
  3. sp1 update windows 7.1 sdk.
  4. install compiler update/patch (kb) sp1.

...and still manage same error.

please note had of because 64 bit compilers not included in vc++ 2010 express. when try target x64 bit platform in visual c++ 2010 express following error:

1>error: "configurationgeneral" rule missing project. 

and top off turns property pages blank unless change target platform standard win32 x86. running windows 7 64 bit home premium 8 gb of ram , i7 4 core. can me out?

on additional note, tried google , made sure uncheck "compilers" checkbox in installation of 3 setups precede kb fix. it's saturday , i've been working on thing since 11:00 am, it's 3:40 pm now, , i'm throw rig against wall. i've got fix thing sunday evening because have school mon - fri , don't think keep self going insane if had spend saturday on this.


Comments

Popular posts from this blog

delphi - How to convert bitmaps to video? -

jasper reports - Fixed header in Excel using JasperReports -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -