1. You are viewing our forum as a guest. For full access please Register. WindowsBBS.com is completely free, paid for by advertisers and donations.

Installation freeze

Discussion in 'Malware and Virus Removal Archive' started by tomhone69, 2007/12/25.

  1. 2007/12/28
    noahdfear

    noahdfear Inactive

    Joined:
    2003/04/06
    Messages:
    12,178
    Likes Received:
    15
    I'm not convinced that unregistering the Windows Installer worked before, so lets do it again with a slight modification. First, make sure msiexec.exe is not running in the Task Manager>Processes tab and kill it if it is. Open a command window. Copy each of the bolded commands below and paste them into the command window, one at a time, hitting enter after each.

    msiexec.exe /unregister

    regsvr32 /u C:\Windows\System32\msi.dll

    regsvr32 /u C:\Windows\System32\msihnd.dll

    ren C:\Windows\System32\msi.dll msi.old

    ren C:\Windows\System32\msiexec.exe msiexec.old

    ren C:\Windows\System32\msihnd.dll msihnd.old


    I believe the regsvr32 commands should produce a 'succeeded' message, and I expect the ren commands to prompt overwriting an existing file, to which you should answer yes. If you get any errors or 'unsuccessful' messages, let me know.

    If all of the above succeed (the ren operations may not tell you they succeeded, but certainly will tell you if they don't), reboot and run the setup for the Windows Installer 3.1 again. When done, reboot yet again, then try the iTunes setup package.
     
  2. 2007/12/28
    tomhone69

    tomhone69 Inactive Thread Starter

    Joined:
    2007/12/25
    Messages:
    16
    Likes Received:
    0
    Error

    After each of the ren operations have been inputted a message appears stating that "a duplicate file name exists, or the file cannot be found. "
    so im guessing thats the error?
     

  3. to hide this advert.

  4. 2007/12/28
    noahdfear

    noahdfear Inactive

    Joined:
    2003/04/06
    Messages:
    12,178
    Likes Received:
    15
    Does it ask if you want to overwrite? Yes.

    Which one cannot be found?
     
  5. 2007/12/28
    tomhone69

    tomhone69 Inactive Thread Starter

    Joined:
    2007/12/25
    Messages:
    16
    Likes Received:
    0
    Nope it doesnt it just asks for another command
    All of the commands beginning with ren C.... cannot be found
     
  6. 2007/12/28
    noahdfear

    noahdfear Inactive

    Joined:
    2003/04/06
    Messages:
    12,178
    Likes Received:
    15
    If you entered the commands more than once, and the first attempt had been successful, then you would indeed get the 'file not found' message on subsequent attempts. That's actually a good thing because it means that the files can now be created by running the Windows Installer setup. Reboot and run that, then reboot again and try the iTunes setup.
     
  7. 2007/12/28
    tomhone69

    tomhone69 Inactive Thread Starter

    Joined:
    2007/12/25
    Messages:
    16
    Likes Received:
    0
    ****

    hey tried that to but now windows installer initiates for a second and then this message appears
    The Windows Installer Service could not be accessed. This can occur if you are running Windows in safe mode, or if the Windows installer is not correctly installed. Contact your personal support for assistance.
    Weird?
     
  8. 2007/12/28
    noahdfear

    noahdfear Inactive

    Joined:
    2003/04/06
    Messages:
    12,178
    Likes Received:
    15
    You got that while trying to install the Windows Installer? That is weird. I'll have to do some further research and get back to ya. :confused:
     
  9. 2007/12/28
    tomhone69

    tomhone69 Inactive Thread Starter

    Joined:
    2007/12/25
    Messages:
    16
    Likes Received:
    0
    NoNo after trying to install itunes
    windows installer worked fine, it just didnt change anything :(
     
  10. 2007/12/28
    noahdfear

    noahdfear Inactive

    Joined:
    2003/04/06
    Messages:
    12,178
    Likes Received:
    15
  11. 2007/12/28
    noahdfear

    noahdfear Inactive

    Joined:
    2003/04/06
    Messages:
    12,178
    Likes Received:
    15
    Try this as well. Copy the bolded command below.

    sc config MSIServer start= demand

    Open a command window and paste the command, then hit enter. This sets the Installer service to manual (in case it has been disabled).
     
  12. 2007/12/28
    tomhone69

    tomhone69 Inactive Thread Starter

    Joined:
    2007/12/25
    Messages:
    16
    Likes Received:
    0
    Grrrrrr

    Right iv tried both of those and still nothing :(
    From the link u sent me it says to
    "Click Start, click Run, type regedit in the Open box, and then click OK.
    b. Click the following registry hive:
    HKEY_CLASSES_ROOT
    c. On the Edit menu, click Permissions.
    d. If SYSTEM is not listed in the Group or user names list, click Add, make sure that the local computer name appears in the From this location box, type system in the Enter the object names to select box, click Check Names, and then click OK.
    e. Click SYSTEM in the Group or user names list, and then select the Full Control check box under Allow in the Permissions for SYSTEM box.
    f. Click Apply, click OK, and then quit Registry Editor "
    however the full control box is already checked so it has no effect.
    Anymore suggestions lol?
     
  13. 2007/12/28
    noahdfear

    noahdfear Inactive

    Joined:
    2003/04/06
    Messages:
    12,178
    Likes Received:
    15
    Out of suggestions at the moment ........ I'll try to dig up something. :confused:
     
  14. 2007/12/28
    noahdfear

    noahdfear Inactive

    Joined:
    2003/04/06
    Messages:
    12,178
    Likes Received:
    15
    Lets see if the correct registry information is there. Highlight and copy the contents of the code box below and paste it into a command window.

    Code:
    reg query  "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSIServer "> "%userprofile%\desktop\MSI.txt "
    start notepad  "%userprofile%\desktop\MSI.txt "
    exit
    cls
    
    It will open MSI.txt on your desktop when finished. Please post the contents of that text file.

    Download and run the Windows Installer Cleanup Utility. Look for entries related to the installations you are trying to perform and remove them. Reboot and try the install again.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.