Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Visual Studio.NET / Setup / July 2004

Tip: Looking for answers? Try searching our database.

Many problems installing VS .NET 2003 on XP SP1

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Max Palmer - 02 Jun 2004 08:44 GMT
Reposted here as it seems more appropriate.

Due to a hard drive failure, I've had to rebuild my PC
from scratch over the past few days. One of the last items
I have left to install is the upgrade to VS .NET 2003, as
I require it to continue developing some projects which I
had a recent backup for. I have tried using the upgrade
CDs to install it (these previously worked when I last set
up my PC), but every attempt fails, often with a different
result. I must hawe tried at least ten times already.

The most common failure is due to the system reporting a
corrupt cabinet file. The file in question is often not
the same one, and I have tried the CD in different DVD
drives. Once, the installer made it all the way to the end
and then reported a failed HRESULT (after 90 minutes!). In
this case the error log contained the following:

"[05/31/04,21:53:09] Visual Studio .NET Professional 2003 -
English: [2] ERROR: Error 1935.An error occured during
the installation of assembly component {8C096959-853C-4637-
BC9B-E3C610B1A71F}. HRESULT: -2146234299.
[05/31/04,21:53:10] Visual Studio .NET Professional 2003 -
English: [2] ACTION FAILURE: Action ended 21:53:10:
InstallFinalize. Return value 3. See MSI log for details.
[05/31/04,21:53:58] Visual Studio .NET Professional 2003 -
English: [2] ERROR processed; exception was thrown for
retail build
    Developer Comment:  Action Start message out of
order
    Build Time:  Thu Feb 15 17:56:18 2001
    HRESULT:  -2147467259
[05/31/04,22:00:42] Visual Studio .NET Professional 2003 -
English: [2] ERROR processed; exception was thrown for
retail build
    Developer Comment:  Action Start message out of
order
    Build Time:  Thu Feb 15 17:56:18 2001
    HRESULT:  -2147467259
[05/31/04,22:00:55] Visual Studio .NET Professional 2003 -
English: [2] ACTION FAILURE: Action ended 22:00:55:
INSTALL. Return value 3. See MSI log for details.
[05/31/04,22:00:57] setup.exe: [2]
ISetupComponent::Pre/Post/Install() failed in
ISetupManager::InstallManagerHelper()
[05/31/04,22:00:57] setup.exe: [2] Component error string
not specified in ISetupManager::AddToActionResultCollection
()"

Has anyone got any advice? Perhaps the CDs are now faulty -
although they certainly used to work and show no obvious
signs of damage. If so, is it possible to download the
installer from anywhere? Alternatively, who should I
contact to get a replacement set of disks in the UK?
(There is a knowledge base article on this, but it only
gives contact details for customers in the US and Canada).

I am running on Windows XP, with SP1 and have all recent
hotfixes installed. Visual Studio .NET 2002 Professional
has already been installed on the system without any
problems.

I'm hoping to make some progress soon - I'd quite like to
find out how much work I lost when the drive failed!
Nick - 02 Jun 2004 15:36 GMT
    Hey Max

Give this a try:

This problem is being caused by not having a share on wwwroot folder.
To add the share follow the steps below

1. Goto Start|Settings|Control Panel|Administrative Tools|Computer Management.
2. Expand Shared Folders and click on Shares.
3. Under the Action menu select the option to add a New File Share..
4. In the Create Shared Folder wizard browse to the [drive]:\Inetpub\wwwroot
folder.
5. In the Share Name: box enter wwwroot$
6. Optional: enter a Share description.
7. Click Next and you will go to a window asking for share and folde
permissions. Select Custom permissions and add the Administrators and VS
Developers group. Give both full control

You may also want to try and reregister the IIS using: aspnet_regiis -

br
/Nic
    ----- Max Palmer wrote: ----
   
    Reposted here as it seems more appropriate
   
    Due to a hard drive failure, I've had to rebuild my PC
    from scratch over the past few days. One of the last items
    I have left to install is the upgrade to VS .NET 2003, as
    I require it to continue developing some projects which I
    had a recent backup for. I have tried using the upgrade
    CDs to install it (these previously worked when I last set
    up my PC), but every attempt fails, often with a different
    result. I must hawe tried at least ten times already
   
    The most common failure is due to the system reporting a
    corrupt cabinet file. The file in question is often not
    the same one, and I have tried the CD in different DVD
    drives. Once, the installer made it all the way to the end
    and then reported a failed HRESULT (after 90 minutes!). In
    this case the error log contained the following
   
    "[05/31/04,21:53:09] Visual Studio .NET Professional 2003
     English: [2] ERROR: Error 1935.An error occured during
    the installation of assembly component {8C096959-853C-4637
    BC9B-E3C610B1A71F}. HRESULT: -2146234299.
    [05/31/04,21:53:10] Visual Studio .NET Professional 2003 -
    English: [2] ACTION FAILURE: Action ended 21:53:10:
    InstallFinalize. Return value 3. See MSI log for details
    [05/31/04,21:53:58] Visual Studio .NET Professional 2003 -
    English: [2] ERROR processed; exception was thrown for
    retail buil
        Developer Comment:  Action Start message out of
    orde
        Build Time:  Thu Feb 15 17:56:18 200
        HRESULT:  -214746725
    [05/31/04,22:00:42] Visual Studio .NET Professional 2003 -
    English: [2] ERROR processed; exception was thrown for
    retail buil
        Developer Comment:  Action Start message out of
    orde
        Build Time:  Thu Feb 15 17:56:18 200
        HRESULT:  -214746725
    [05/31/04,22:00:55] Visual Studio .NET Professional 2003 -
    English: [2] ACTION FAILURE: Action ended 22:00:55:
    INSTALL. Return value 3. See MSI log for details
    [05/31/04,22:00:57] setup.exe: [2]
    ISetupComponent::Pre/Post/Install() failed in
    ISetupManager::InstallManagerHelper(
    [05/31/04,22:00:57] setup.exe: [2] Component error string
    not specified in ISetupManager::AddToActionResultCollectio
    ()
   
    Has anyone got any advice? Perhaps the CDs are now faulty
     although they certainly used to work and show no obvious
    signs of damage. If so, is it possible to download the
    installer from anywhere? Alternatively, who should I
    contact to get a replacement set of disks in the UK?
    (There is a knowledge base article on this, but it only
    gives contact details for customers in the US and Canada)
   
    I am running on Windows XP, with SP1 and have all recent
    hotfixes installed. Visual Studio .NET 2002 Professional
    has already been installed on the system without any
    problems
   
    I'm hoping to make some progress soon - I'd quite like to
    find out how much work I lost when the drive failed
PorkOne - 16 Jun 2004 10:01 GMT
I've got the same problem on two different PC's.. I don't know what I have to do with it. I tried to install from DVD and after I copied dvd content do HDD, and nothing... My OS's are XP Pro PL without SP1 and XP Pro EN with SP1. Maybe it is something with IE? I don't know...
Please help.
drankin - 18 Jul 2004 00:39 GMT
I have the same problem, only with VS .NET 2002.
The last post to this topic was 6/16/04, and I was wondering if any one had gotten it to work since then.

> Reposted here as it seems more appropriate.
>
[quoted text clipped - 60 lines]
> I'm hoping to make some progress soon - I'd quite like to
> find out how much work I lost when the drive failed!

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.