Andrew Connell [MVP SharePoint]
1729 Posts |  46 Articles |  5281 Comments
.NET  |  MCMS  |  SharePoint  |  Office System
AC's Blog Quick Links
SharePoint Quick Links
Article Categories
Archives
February, 2012 (3)
January, 2012 (12)
December, 2011 (6)
November, 2011 (3)
October, 2011 (17)
September, 2011 (8)
August, 2011 (6)
July, 2011 (7)
June, 2011 (13)
May, 2011 (9)
April, 2011 (15)
March, 2011 (1)
February, 2011 (6)
January, 2011 (5)
December, 2010 (11)
November, 2010 (6)
October, 2010 (12)
September, 2010 (5)
August, 2010 (4)
July, 2010 (5)
June, 2010 (6)
May, 2010 (11)
April, 2010 (11)
March, 2010 (9)
February, 2010 (9)
January, 2010 (3)
December, 2009 (10)
November, 2009 (15)
October, 2009 (15)
September, 2009 (7)
August, 2009 (4)
July, 2009 (10)
June, 2009 (8)
May, 2009 (2)
April, 2009 (9)
March, 2009 (6)
February, 2009 (16)
January, 2009 (6)
December, 2008 (12)
November, 2008 (12)
October, 2008 (27)
September, 2008 (13)
August, 2008 (14)
July, 2008 (14)
June, 2008 (12)
May, 2008 (23)
April, 2008 (12)
March, 2008 (15)
February, 2008 (13)
January, 2008 (12)
December, 2007 (10)
November, 2007 (8)
October, 2007 (15)
September, 2007 (20)
August, 2007 (21)
July, 2007 (16)
June, 2007 (8)
May, 2007 (25)
April, 2007 (16)
March, 2007 (18)
February, 2007 (18)
January, 2007 (12)
December, 2006 (16)
November, 2006 (13)
October, 2006 (18)
September, 2006 (22)
August, 2006 (27)
July, 2006 (23)
June, 2006 (23)
May, 2006 (23)
April, 2006 (9)
March, 2006 (17)
February, 2006 (15)
January, 2006 (23)
December, 2005 (31)
November, 2005 (32)
October, 2005 (38)
September, 2005 (53)
August, 2005 (30)
July, 2005 (63)
June, 2005 (30)
May, 2005 (59)
April, 2005 (29)
March, 2005 (74)
February, 2005 (27)
January, 2005 (22)
December, 2004 (32)
November, 2004 (42)
October, 2004 (39)
September, 2004 (20)
August, 2004 (14)
July, 2004 (27)
June, 2004 (40)
May, 2004 (5)
April, 2004 (6)
March, 2004 (16)
February, 2004 (26)
January, 2004 (23)
December, 2003 (7)
November, 2003 (14)
October, 2003 (20)
September, 2003 (4)
Post Categories
Add to Technorati Favorites

Managed Windows Shared Hosting

While I had no problem installing VS2008 SP1 on my virtual machines, I've been having a heck of a time installing Visual Studio 2008 SP1 on my host OS ever since it came out. Since it shipped as an ISO, I simply mounted it using a virtual DVD drive. However every time I tried to install it, it would error out. I dug into the log file and found the following:

Patch (F:\vs90sp1\VS90sp1-KB945140-X86-ENU.msp) install succeeded on product (Microsoft Visual Studio Team System 2008 Development Edition - ENU). Msi
Patch (F:\vs90sp1\VS90sp1-KB945140-X64-ENU.msp) install failed on product (Microsoft Visual Studio 2008 Remote Debugger - ENU). Msi

Ah... so it says it is failing to install the VS 2008 Remote Debugger. So I dug deeper in the install log to see exactly what the problem was:

MSI (s) (58:00) [18:10:00:665]: Product: Microsoft Visual Studio 2008 Remote Debugger - ENU -- Error 1303.The installer has insufficient privileges to access this directory: F:\Program Files.  The installation cannot continue.  Log on as administrator or contact your system administrator.

Error 1303.The installer has insufficient privileges to access this directory: F:\Program Files.  The installation cannot continue.  Log on as administrator or contact your system administrator.

Not enough privileges? I'm running an AD account that is in the domain Administrators group, I am in the local administrators group, Vista's UAC is turned off and I did the whole 'run as administrator' bit. Better yet, there is no such directory "f:\program files" ... the f: drive is my virtual DVD. So what gives?

Enter my awesome local MSFT DE, Joe Healy, who informed me that he'd heard of people having issues with some of the virtual DVD drives when installing SP1. Interesting how it wasn't affected using a mounted ISO for a virtual machine, but it was with one in the host VM.

At any rate, after copying the contents down to the file system and installing the service back from the disk, I had no problems. Thanks Joe!

posted on Tuesday, August 26, 2008 7:46 PM

Feedback

# re: Trouble installing Visual Studio 2008 SP1? A simple solution... 8/26/2008 11:45 PM Alexander Sapozhkov
Gravatar Hi, Andrew!

Are you using Visual Studio x64 version? It's not recomended by MS.

VS90sp1-KB945140-X86-ENU.msp and VS90sp1-KB945140-X64-ENU.msp are look like the same patch but first is for x86 VS, and second is for x64.

Thank for interesting information!

# re: Trouble installing Visual Studio 2008 SP1? A simple solution... 8/27/2008 7:44 AM AC [MVP MOSS]
Gravatar Alexander-
No. I'm running Visual Studio x86.

# re: Trouble installing Visual Studio 2008 SP1? A simple solution... 8/27/2008 8:25 AM John
Gravatar Any SharePoint, ECM or WCM goodies in VS2008 SP1?

# re: Trouble installing Visual Studio 2008 SP1? A simple solution... 8/27/2008 8:30 AM AC [MVP MOSS]
Gravatar John-
No... there are no known plans to add functionality to VS2008 for SharePoint aside from the VSeWSS.

# re: Trouble installing Visual Studio 2008 SP1? A simple solution... 3/18/2010 2:27 PM AEE
Gravatar i have win 7 i have this problem now :S what will I do?Any solution??

# re: Trouble installing Visual Studio 2008 SP1? A simple solution... 10/13/2010 7:43 AM santy
Gravatar I installed VS web express 2008 and sql server 2008 express edition on my windows 7 home and now
i installed vs 2008 professional and after that VS 2008 Sp1 installed successfully however in the About Microsoft Visual Studio version is not showing as Microsoft Visual Studio 2008 Version 9.0.30729.1 SP please let me know why so..?


Post Feedback

Title:
Name:
Email:
(email will not be displayed)
Url:
Comments: 
Please add 6 and 3 and type the answer here:    
All Comments Are Filtered & Moderated
Unfortunately comment spammers are just too effecient and are constantly dirtying up blogs with irrelevant and unwanted comments trying to improve their standing on search engines. All comments on this blog are moderated. I do not censor comments, but I don't approve comments with vulger language or those soliciting products. Most of the time comments are approved within a few hours of being submitted with the only exception when I'm traveling.

Why are you asking for my email address?
The only reason I'm asking for your email address, which isn't required to submit a comment, is to provide a gravatar if you've created an account for yourself and associated your email address with a small image. If you have a gravatar created for the email address you submit, it will appear next to your comment. Otherwise nothing will appear.

What is a gravatar?
A gravatar is a "globally recognized avatar." You can get more information about gravatars, as well as create your own for free, at www.gravatar.com. You can also view my gravatar here.


Copyright © 2003 - 2012 Andrew Connell
Creative Commons License 
This work is licensed under a Creative Commons License
Site design by Heather Solomon.

 
 
SharePoint 2010 Training
Looking for SharePoint 2010 training for developers, administrators, SharePoint Designer 2010 and end users? Look no further! My company, Critical Path Training offers the best SharePoint training around!