Answered .Net 4.0 RTM Installation Stuck

  • Thursday, December 09, 2010 9:42 AM
     
     

    Hi,

     

    I am facing a weird problem while installing .Net 4.0 RTM on 64 bit Vista or LH. It stuck. Here is the log.

    [12/8/2010, 12:41:10] === Logging started: 2010/12/08 12:41:10 ===
    [12/8/2010, 12:41:10] Executable: \\sqlcefileshare\DEV10\Net_FX_4.0\RTMRel\30319.01\dotNetFx40_Full_x86_x64.exe v4.0.30319.1
    [12/8/2010, 12:41:10] --- logging level: standard ---
    [12/8/2010, 12:41:12] Successfully bound to the ClusApi.dll
    [12/8/2010, 12:41:12] Error 0x80070424: Failed to open the current cluster
    [12/8/2010, 12:41:12] Cluster drive map: ''
    [12/8/2010, 12:41:12] Considering drive: 'C:\'...
    [12/8/2010, 12:41:12] Considering drive: 'D:\'...
    [12/8/2010, 12:41:12] Considering drive: 'E:\'...
    [12/8/2010, 12:41:12] Drive 'E:\' is rejected because of the unknown or unsuitable drive type
    [12/8/2010, 12:41:12] Drive 'C:\' has been selected as the largest fixed drive
    [12/8/2010, 12:41:12] Directory 'C:\58ae2477a4f06625b4\' has been selected for file extraction
    [12/8/2010, 12:41:14] Extracting files to: C:\58ae2477a4f06625b4\
    [12/8/2010, 12:41:43] Error 0x80004005: Failed to extract all files out of box container #0.
    [12/8/2010, 12:41:43] Error 0x80004005: Failed to extract

    I am installing it in an unattended way using following command

     

    [DEV10_PATH]\dotNetFx40_Full_x86_x64.exe /passive /norestart

     

    Where [DEV10_PATH] denotes local .Net 4.0 RTM location. Before running this command I already ran PreInstall.cmd.

     

    Have you seen this error? Any help to fix this will be really helpful.

     

    Regards

    -Ashok

All Replies

  • Monday, December 13, 2010 10:50 AM
    Moderator
     
     Answered

    Hi Kumar.Ashok,

    Thank you for posting.

    Based on your provided information, 0x80070424 translates to "The specified service does not exist as an installed service." I suggest that you should check whether or not windows installer’s service was started. If not, please start this service and try it again. If yes, please stop and restart this service and try it again.

    If you have any questions, please feel free to provide entire log file in your reply.

    Best Regards,

    Larcolais


    Larcolais Gong[MSFT]
    MSDN Community Support | Feedback to us
    Get or Request Code Sample from Microsoft
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.