I've been getting the following problem every time I try to install C++ Express:
Microsoft Visual C++ 2008 Express Edition with SP1 - ENU has encountered a problem during setup. Setup did not complete correctly.

I have uninstalled C++ and various VS components before, I have .Net 3.5, I have updated everything except Windows SP3, and I tried this with both online and offline installers. I have no clue as to what is causing this problem, and would like some help.
|
| Mac2142 Sunday, August 31, 2008 7:21 PM |
Hi Mac2142,
As I learnt from the post above, you are trying to web install the Visual C++ 2008 Express edition, I am not sure, perhaps you can check the following points to fix this error.
1. If you have installed any previous Visual Studio 2008 versions, please Uninstalling Previous Versions of Visual Studio 2008.
2. If you have Windows XP, please make sure you use windows update to SP2 or later.
3. Ensure you have windows installer 3.1 installed properly.
4. Install the .Net framework 3.5 before you install the Visual Studio 2008 express.
5. Try to check your Visual Studio 2008 setup log file to get the cause.
If these points fails to work, perhaps you can try the offline installation, to do this, download the All-in-One DVD from the LINK below.
http://www.microsoft.com/express/download/default.aspx
In addtion to VS 2008 express,check the Visual Studio 2008 Express Editions Readme
Regards,
Xun
|
| Xun Ye Wednesday, September 03, 2008 5:46 AM |
Hi Mac2142,
Could you collect your setup logs using the utility at http://blogs.msdn.com/heaths/archive/2008/05/09/visual-studio-and-net-log-collection-utility.aspxand share the cab file with us?
You can sign up for 5 GB of space online from http://skydrive.live.com with only a Microsoft Live Passport if you need it.
Thanks,
Veronica
|
| Veronica G. - MSFT Tuesday, September 02, 2008 10:14 PM |
Hi Mac2142,
As I learnt from the post above, you are trying to web install the Visual C++ 2008 Express edition, I am not sure, perhaps you can check the following points to fix this error.
1. If you have installed any previous Visual Studio 2008 versions, please Uninstalling Previous Versions of Visual Studio 2008.
2. If you have Windows XP, please make sure you use windows update to SP2 or later.
3. Ensure you have windows installer 3.1 installed properly.
4. Install the .Net framework 3.5 before you install the Visual Studio 2008 express.
5. Try to check your Visual Studio 2008 setup log file to get the cause.
If these points fails to work, perhaps you can try the offline installation, to do this, download the All-in-One DVD from the LINK below.
http://www.microsoft.com/express/download/default.aspx
In addtion to VS 2008 express,check the Visual Studio 2008 Express Editions Readme
Regards,
Xun
|
| Xun Ye Wednesday, September 03, 2008 5:46 AM |
Hi,
I'm also having a similiar issue with this. I used to have VC++2008 EE SP1 installed from online installer. It started to ask for that registration thing. And since that has no acess to live.com I was unable to register it. The alternative was to uninstall it and install it again from All-in-one DVD which gives me now this
http://cid-07ac9212f7097639.skydrive.live.com/self.aspx/Visual%20C++%202008%20Express%20Edition%20SP1%20Installation%20Error/vc2008expsp1err.jpg
Please check http://cid-07ac9212f7097639.skydrive.live.com/browse.aspx/Visual%20C++%202008%20Express%20Edition%20SP1%20Installation%20Error for vslogs.cab, dd_error_vc_xcor_90.txt and dd_install_vc_xcor_90.txt I'd appreciate any help. regards, josue |
| Josue Gomes Tuesday, September 16, 2008 10:44 PM |
Hi Josue,
From your setup logs I'm seeing this error:
Product: Microsoft Windows SDK for Visual Studio 2008 SP1 Express Tools for .NET Framework - enu -- Error 1714. The older version of Microsoft Windows SDK for Visual Studio 2008 SP1 Express Tools for .NET Framework - enu cannot be removed.
I'd suggestuninstalling "Microsoft Windows SDK for Visual Studio 2008 SP1 Express Tools for .NET Framework - enu" from Add/Remove programs and restart your VSExpress installation.
Thanks,
Veronica |
| Veronica G. - MSFT Tuesday, September 16, 2008 11:14 PM |
OK. Thanks. I'll try this.
regards,
josue |
| Josue Gomes Wednesday, September 17, 2008 9:52 AM |
Hi,
Thanks for the help but it's still not working. Actually "Microsoft Windows SDK for Visual Studio 2008 SP1 Express Tools for .NET Framework" was not even listed in the Add/Remove Programs applet.
I noticed that installation fails with system error 1612. I then tried Windows Installer Cleanup and removed any reference to Visual Studio 2008. I also did a full search in the registry and removed any reference to VS2008. It's still failing with the same error (vslogs-20080917.zip). As a last resort I have tried the online install again. No success.
|
| Josue Gomes Thursday, September 18, 2008 10:19 AM |
Hi Josue,
I'm sorry to hear that you're still having issues with Express installation, could you follow the instructions at http://blogs.msdn.com/astebner/archive/2005/07/01/434814.aspxto share what's installed on your machine? I'd like to see if I can figure out which product is conflicting with SDK installation.
Thanks,
Veronica |
| Veronica G. - MSFT Friday, September 19, 2008 1:20 AM |
Veronica, many thanks for your help. I noticed the following product in the output of msiinv
Product code: {B4C0A315-07FB-39F9-85CD-8CE20C019350} Product state: (1) The product is advertised, but not installed. Package code: {9E04984A-E856-4CC4-B0BB-77625692CE0C} AssignmentType: 1 Language: 1033 Package: WinSDK_Exptoolsm_x86.msi 0 patch packages.
Using msizap I've, well, zapped it.
The installation then ran perfectly. |
| Josue Gomes Friday, September 19, 2008 9:19 PM |
Great! Thanks for letting me know.
Veronica
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
|
| Veronica G. - MSFT Friday, September 19, 2008 10:13 PM |
Veronica -
I am having the same issue, only my error is with Microsoft Visual Web Developer 2008 Express Edition with SP1.
I have ran the MSIINV tool and found no instances of the software.
I have made sure IIS is uninstalled as well.
Any suggestions?
Thank you! |
| eezerbee Tuesday, October 21, 2008 9:16 PM |
Hi eezerbee,
Could you collect your setup logs using the utility at http://blogs.msdn.com/heaths/archive/2008/05/09/visual-studio-and-net-log-collection-utility.aspxand share the cab file with us?
You can sign up for 5 GB of space online from http://skydrive.live.com with only a Microsoft Live Passport if you need it.
Thanks,
Veronica
|
| Veronica G. - MSFT Tuesday, October 28, 2008 12:06 AM |
/same fking problem
|
| Reflected_D Friday, October 09, 2009 9:11 AM |
Visual C# installation FAIL...... here is the installation process (+the error message): http://www.youtube.com/watch?v=Z4_L6fmJclwand the results: http://img11.imageshack.us/img11/743/finalresultsv.png |
| Reflected_D Friday, October 09, 2009 11:33 AM |