Page 1 of 2 12 LastLast
Results 1 to 15 of 16

Thread: Problems with Windows Installer service

  1. #1
    Jimena Guest

    Problems with Windows Installer service

    Hi!!! I tried to update my laptop, but I can't. I check the services and I
    found that the Windows Installer is stopped, so I tried to star it, but it
    sent an error, the error 3. It said the Windows Installed can't found the
    specific path.

    Someone could help me??? I need to update my laptop.
    --
    Jimena :)

  2. #2
    Eddie Bowers [MSFT] Guest

    RE: Problems with Windows Installer service

    If the Windows Installer Service is failing to start, then I would first
    try reinstalling the Windows Installer from:
    http://www.microsoft.com/downloads/d...2fc-5f56-4a38-
    b838-de776fd4138c&displaylang=en

    If that doesn't work, then make sure you do a virus scan to make sure you
    don't have anything that is preventing the service from starting. You can
    do this from:
    http://safety.live.com


    Eddie Bowers
    Security Support
    Microsoft Corporation

    This posting is provided "AS IS" with no warranties, and confers no rights.

  3. #3
    Jimena Guest

    RE: Problems with Windows Installer service

    Is it possible that I use this to Install it in Windows Vista ???
    --
    Jimena :)


    "Eddie Bowers [MSFT]" wrote:

    > If the Windows Installer Service is failing to start, then I would first
    > try reinstalling the Windows Installer from:
    > http://www.microsoft.com/downloads/d...2fc-5f56-4a38-
    > b838-de776fd4138c&displaylang=en
    >
    > If that doesn't work, then make sure you do a virus scan to make sure you
    > don't have anything that is preventing the service from starting. You can
    > do this from:
    > http://safety.live.com
    >
    >
    > Eddie Bowers
    > Security Support
    > Microsoft Corporation
    >
    > This posting is provided "AS IS" with no warranties, and confers no rights


  4. #4
    Eddie Bowers [MSFT] Guest

    RE: Problems with Windows Installer service

    No, that package wont install on Vista. Can you try re-registering the dll
    regsvr32.exe msi.dll

    Eddie Bowers
    Security Support
    Microsoft Corporation

    This posting is provided "AS IS" with no warranties, and confers no rights.

  5. #5
    Jimena Guest

    RE: Problems with Windows Installer service

    Is it posible that you can explain me step by step how could I re-registering
    the dll?

    Regards,
    --
    Jimena :)



  6. #6
    Eddie Bowers [MSFT] Guest

    RE: Problems with Windows Installer service

    To regegistry the DLL, just go to start, then run, and type
    regsvr32.exe msi.dll
    then hit OK

    Eddie Bowers
    Security Support
    Microsoft Corporation

    From: =<clio_sport07@yahoo.fr>

    Is it posible that you can explain me step by step how could I
    re-registering
    the dll?

    Regards,
    --
    Jimena :)




  7. #7
    Jimena Guest

    RE: Problems with Windows Installer service

    I tried to re-registry the DLL, but when I did that the system sent me the
    next message:

    The "msi.dll" module was loaded, but it produced an error in the call to
    DllRegisterServer (code error: 0x80040201)

    Could you tell me what does it mean?

    Regards
    --
    Jimena :)


    "Eddie Bowers [MSFT]" wrote:

    > To regegistry the DLL, just go to start, then run, and type
    > regsvr32.exe msi.dll
    > then hit OK
    >
    > Eddie Bowers
    > Security Support
    > Microsoft Corporation
    >
    > From: =<clio_sport07@yahoo.fr>
    >
    > Is it posible that you can explain me step by step how could I
    > re-registering
    > the dll?
    >
    > Regards,
    > --
    > Jimena :)
    >
    >
    >


  8. #8
    Robert Aldwinckle Guest

    Re: Problems with Windows Installer service

    "Jimena" <clio_sport07@yahoo.fr> wrote in message
    news:C18844F1-4D8B-4AAB-9D91-42E665355F0A@microsoft.com...
    >I tried to re-registry the DLL, but when I did that the system sent me the
    > next message:
    >
    > The "msi.dll" module was loaded, but it produced an error in the call to
    > DllRegisterServer (code error: 0x80040201)
    >
    > Could you tell me what does it mean?



    Without its context? Not much:

    http://msdn.microsoft.com/en-us/library/cc704587.aspx

    (Live Search for
    msi (0x80040201 OR 80040201) site:microsoft.com
    )

    <quote>
    0x80040201 EVENT_E_ALL_SUBSCRIBERS_FAILED
    An event was unable to invoke any of the subscribers.
    </quote>


    You could try getting more information about a failure in regsvr32.exe
    by using DependencyWalker's Profile command on that module
    and executing the failing regsvr32.exe command through it.


    Good luck

    Robert Aldwinckle
    ---


    >
    > Regards
    > --
    > Jimena :)
    >
    >
    > "Eddie Bowers [MSFT]" wrote:
    >
    >> To regegistry the DLL, just go to start, then run, and type
    >> regsvr32.exe msi.dll
    >> then hit OK
    >>
    >> Eddie Bowers
    >> Security Support
    >> Microsoft Corporation
    >>
    >> From: =<clio_sport07@yahoo.fr>
    >>
    >> Is it posible that you can explain me step by step how could I
    >> re-registering
    >> the dll?
    >>
    >> Regards,
    >> --
    >> Jimena :)
    >>
    >>
    >>





  9. #9
    Jimena Guest

    Re: Problems with Windows Installer service

    Do you have more information about it????
    Please help me I can't install updates and software.
    --
    Jimena :)


    "Robert Aldwinckle" wrote:

    > "Jimena" <clio_sport07@yahoo.fr> wrote in message
    > news:C18844F1-4D8B-4AAB-9D91-42E665355F0A@microsoft.com...
    > >I tried to re-registry the DLL, but when I did that the system sent me the
    > > next message:
    > >
    > > The "msi.dll" module was loaded, but it produced an error in the call to
    > > DllRegisterServer (code error: 0x80040201)
    > >
    > > Could you tell me what does it mean?

    >
    >
    > Without its context? Not much:
    >
    > http://msdn.microsoft.com/en-us/library/cc704587.aspx
    >
    > (Live Search for
    > msi (0x80040201 OR 80040201) site:microsoft.com
    > )
    >
    > <quote>
    > 0x80040201 EVENT_E_ALL_SUBSCRIBERS_FAILED
    > An event was unable to invoke any of the subscribers.
    > </quote>
    >
    >
    > You could try getting more information about a failure in regsvr32.exe
    > by using DependencyWalker's Profile command on that module
    > and executing the failing regsvr32.exe command through it.
    >
    >
    > Good luck
    >
    > Robert Aldwinckle
    > ---
    >
    >
    > >
    > > Regards
    > > --
    > > Jimena :)
    > >
    > >
    > > "Eddie Bowers [MSFT]" wrote:
    > >
    > >> To regegistry the DLL, just go to start, then run, and type
    > >> regsvr32.exe msi.dll
    > >> then hit OK
    > >>
    > >> Eddie Bowers
    > >> Security Support
    > >> Microsoft Corporation
    > >>
    > >> From: =<clio_sport07@yahoo.fr>
    > >>
    > >> Is it posible that you can explain me step by step how could I
    > >> re-registering
    > >> the dll?
    > >>
    > >> Regards,
    > >> --
    > >> Jimena :)
    > >>
    > >>
    > >>

    >
    >
    >
    >


  10. #10
    Robert Aldwinckle Guest

    Re: Problems with Windows Installer service

    "Jimena" <clio_sport07@yahoo.fr> wrote in message
    news:EB03B08D-5597-406C-B6BF-9E20441E3756@microsoft.com...
    > Do you have more information about it????


    DependencyWalker? Try a search?

    http://www.dependencywalker.com/

    (Live Search for
    dependencywalker
    - first hit
    )


    ---


    > Please help me I can't install updates and software.
    > --
    > Jimena :)
    >
    >
    > "Robert Aldwinckle" wrote:
    >
    >> "Jimena" <clio_sport07@yahoo.fr> wrote in message
    >> news:C18844F1-4D8B-4AAB-9D91-42E665355F0A@microsoft.com...
    >> >I tried to re-registry the DLL, but when I did that the system sent me the
    >> > next message:
    >> >
    >> > The "msi.dll" module was loaded, but it produced an error in the call to
    >> > DllRegisterServer (code error: 0x80040201)
    >> >
    >> > Could you tell me what does it mean?

    >>
    >>
    >> Without its context? Not much:
    >>
    >> http://msdn.microsoft.com/en-us/library/cc704587.aspx
    >>
    >> (Live Search for
    >> msi (0x80040201 OR 80040201) site:microsoft.com
    >> )
    >>
    >> <quote>
    >> 0x80040201 EVENT_E_ALL_SUBSCRIBERS_FAILED
    >> An event was unable to invoke any of the subscribers.
    >> </quote>
    >>
    >>
    >> You could try getting more information about a failure in regsvr32.exe
    >> by using DependencyWalker's Profile command on that module
    >> and executing the failing regsvr32.exe command through it.
    >>
    >>
    >> Good luck
    >>
    >> Robert Aldwinckle
    >> ---
    >>
    >>
    >> >
    >> > Regards
    >> > --
    >> > Jimena :)
    >> >
    >> >
    >> > "Eddie Bowers [MSFT]" wrote:
    >> >
    >> >> To regegistry the DLL, just go to start, then run, and type
    >> >> regsvr32.exe msi.dll
    >> >> then hit OK
    >> >>
    >> >> Eddie Bowers
    >> >> Security Support
    >> >> Microsoft Corporation
    >> >>
    >> >> From: =<clio_sport07@yahoo.fr>
    >> >>
    >> >> Is it posible that you can explain me step by step how could I
    >> >> re-registering
    >> >> the dll?
    >> >>
    >> >> Regards,
    >> >> --
    >> >> Jimena :)
    >> >>
    >> >>
    >> >>

    >>
    >>
    >>
    >>




  11. #11
    Jimena Guest

    Re: Problems with Windows Installer service

    Hi,

    I downloaded the DependencyWalker but I don't know how to use it. Could you
    hel me, please???
    --
    Jimena :)


    "Robert Aldwinckle" wrote:

    > "Jimena" <clio_sport07@yahoo.fr> wrote in message
    > news:EB03B08D-5597-406C-B6BF-9E20441E3756@microsoft.com...
    > > Do you have more information about it????

    >
    > DependencyWalker? Try a search?
    >
    > http://www.dependencywalker.com/
    >
    > (Live Search for
    > dependencywalker
    > - first hit
    > )
    >
    >
    > ---
    >
    >
    > > Please help me I can't install updates and software.
    > > --
    > > Jimena :)
    > >
    > >
    > > "Robert Aldwinckle" wrote:
    > >
    > >> "Jimena" <clio_sport07@yahoo.fr> wrote in message
    > >> news:C18844F1-4D8B-4AAB-9D91-42E665355F0A@microsoft.com...
    > >> >I tried to re-registry the DLL, but when I did that the system sent me the
    > >> > next message:
    > >> >
    > >> > The "msi.dll" module was loaded, but it produced an error in the call to
    > >> > DllRegisterServer (code error: 0x80040201)
    > >> >
    > >> > Could you tell me what does it mean?
    > >>
    > >>
    > >> Without its context? Not much:
    > >>
    > >> http://msdn.microsoft.com/en-us/library/cc704587.aspx
    > >>
    > >> (Live Search for
    > >> msi (0x80040201 OR 80040201) site:microsoft.com
    > >> )
    > >>
    > >> <quote>
    > >> 0x80040201 EVENT_E_ALL_SUBSCRIBERS_FAILED
    > >> An event was unable to invoke any of the subscribers.
    > >> </quote>
    > >>
    > >>
    > >> You could try getting more information about a failure in regsvr32.exe
    > >> by using DependencyWalker's Profile command on that module
    > >> and executing the failing regsvr32.exe command through it.
    > >>
    > >>
    > >> Good luck
    > >>
    > >> Robert Aldwinckle
    > >> ---
    > >>
    > >>
    > >> >
    > >> > Regards
    > >> > --
    > >> > Jimena :)
    > >> >
    > >> >
    > >> > "Eddie Bowers [MSFT]" wrote:
    > >> >
    > >> >> To regegistry the DLL, just go to start, then run, and type
    > >> >> regsvr32.exe msi.dll
    > >> >> then hit OK
    > >> >>
    > >> >> Eddie Bowers
    > >> >> Security Support
    > >> >> Microsoft Corporation
    > >> >>
    > >> >> From: =<clio_sport07@yahoo.fr>
    > >> >>
    > >> >> Is it posible that you can explain me step by step how could I
    > >> >> re-registering
    > >> >> the dll?
    > >> >>
    > >> >> Regards,
    > >> >> --
    > >> >> Jimena :)
    > >> >>
    > >> >>
    > >> >>
    > >>
    > >>
    > >>
    > >>

    >
    >
    >


  12. #12
    Robert Aldwinckle Guest

    Re: Problems with Windows Installer service

    "Jimena" <clio_sport07@yahoo.fr> wrote in message
    news:77769DBF-5079-4F14-9AB2-143D04236551@microsoft.com...
    > Hi,
    >
    > I downloaded the DependencyWalker but I don't know how to use it.
    > Could you hel me, please???



    Open it. (E.g. Run... depends.exe)
    Press Ctrl-o. Navigate to regsvr32.exe. Press F7.
    Enter your program arguments, e.g. msi.dll. Press Enter.

    What happens?

    Either way you will see a trace of the calls to the dependent modules
    in the "Log window". Select the Log window, press Ctrl-a, Ctrl-c,
    and then paste your log into a new Notepad window for analysis.

    BTW it is a good idea to pause a few seconds before responding to a
    prompt for an error message which regsvr32.exe might put up. That way
    you can detect where you paused by seeing a gap in the timestamps.
    Then you can home in on where in the log your problem symptom occurred
    and see what was happening just before that.


    Good luck

    Robert
    ---



  13. #13
    Jimena Guest

    Re: Problems with Windows Installer service

    Hi Robert,

    Do you remember the message that it produced last time, well when the
    DependencyWalker finished to do the procedure that you gave me it throw it
    again:

    MSG: The "msi.dll" module was loaded, but it produced an error in the call
    to DllRegisterServer (code error: 0x80040201)

    When it started to check de modules, it show the next message:

    Warning: At least one module has an unresolved import due to a missing
    export function in a delay-load dependent module.

    I have the notepad file where I pasted the logs but I really don't
    understand it.

    What could I do with it? The problem is still in my lap and I can't work
    with it. :(

    Please, please help me!!!

    --
    Jimena :)


    "Robert Aldwinckle" wrote:

    > "Jimena" <clio_sport07@yahoo.fr> wrote in message
    > news:77769DBF-5079-4F14-9AB2-143D04236551@microsoft.com...
    > > Hi,
    > >
    > > I downloaded the DependencyWalker but I don't know how to use it.
    > > Could you hel me, please???

    >
    >
    > Open it. (E.g. Run... depends.exe)
    > Press Ctrl-o. Navigate to regsvr32.exe. Press F7.
    > Enter your program arguments, e.g. msi.dll. Press Enter.
    >
    > What happens?
    >
    > Either way you will see a trace of the calls to the dependent modules
    > in the "Log window". Select the Log window, press Ctrl-a, Ctrl-c,
    > and then paste your log into a new Notepad window for analysis.
    >
    > BTW it is a good idea to pause a few seconds before responding to a
    > prompt for an error message which regsvr32.exe might put up. That way
    > you can detect where you paused by seeing a gap in the timestamps.
    > Then you can home in on where in the log your problem symptom occurred
    > and see what was happening just before that.
    >
    >
    > Good luck
    >
    > Robert
    > ---
    >
    >
    >


  14. #14
    Robert Aldwinckle Guest

    Re: Problems with Windows Installer service

    "Jimena" <clio_sport07@yahoo.fr> wrote in message
    news:B318FFE5-20BD-4856-B511-DBA7629CA16D@microsoft.com...
    > Hi Robert,
    >
    > Do you remember the message that it produced last time, well when the
    > DependencyWalker finished to do the procedure that you gave me it throw it
    > again:
    >
    > MSG: The "msi.dll" module was loaded, but it produced an error in the call
    > to DllRegisterServer (code error: 0x80040201)



    Good. That's why you are doing this simulation. Did you remember to
    pause a few seconds before replying to that message? Then there would be
    a noticeable gap in the timestamps somewhere in the log. Anything just
    before that would be related to your error symptom.


    >
    > When it started to check de modules, it show the next message:
    >
    > Warning: At least one module has an unresolved import due to a missing
    > export function in a delay-load dependent module.



    That's probably normal. Ignore that for now and focus on getting some
    details about your error code symptom.


    >
    > I have the notepad file where I pasted the logs but I really don't
    > understand it.
    >
    > What could I do with it? The problem is still in my lap and I can't work
    > with it. :(
    >
    > Please, please help me!!!



    See above... ; )


    Good luck

    Robert
    ---



  15. #15
    Jimena Guest

    Re: Problems with Windows Installer service


    Hi Robert,

    Do you something about this code error???

    > MSG: The "msi.dll" module was loaded, but it produced an error in the call to DllRegisterServer (code error: 0x80040201)


    Please help me!!!
    --
    Jimena :)


    "Robert Aldwinckle" wrote:

    > "Jimena" <clio_sport07@yahoo.fr> wrote in message
    > news:B318FFE5-20BD-4856-B511-DBA7629CA16D@microsoft.com...
    > > Hi Robert,
    > >
    > > Do you remember the message that it produced last time, well when the
    > > DependencyWalker finished to do the procedure that you gave me it throw it
    > > again:
    > >
    > > MSG: The "msi.dll" module was loaded, but it produced an error in the call
    > > to DllRegisterServer (code error: 0x80040201)

    >
    >
    > Good. That's why you are doing this simulation. Did you remember to
    > pause a few seconds before replying to that message? Then there would be
    > a noticeable gap in the timestamps somewhere in the log. Anything just
    > before that would be related to your error symptom.
    >
    >
    > >
    > > When it started to check de modules, it show the next message:
    > >
    > > Warning: At least one module has an unresolved import due to a missing
    > > export function in a delay-load dependent module.

    >
    >
    > That's probably normal. Ignore that for now and focus on getting some
    > details about your error code symptom.
    >
    >
    > >
    > > I have the notepad file where I pasted the logs but I really don't
    > > understand it.
    > >
    > > What could I do with it? The problem is still in my lap and I can't work
    > > with it. :(
    > >
    > > Please, please help me!!!

    >
    >
    > See above... ; )
    >
    >
    > Good luck
    >
    > Robert
    > ---
    >
    >
    >


Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 8
    Last Post: 08-08-2010, 05:18 AM
  2. Windows installer service Error 193:0xc1
    By Sanith in forum Networking & Security
    Replies: 6
    Last Post: 19-09-2009, 06:33 PM
  3. Error 1719 Windows Installer Service Cannot be accessed
    By Glen Moffitt in forum Windows Server Help
    Replies: 3
    Last Post: 20-06-2009, 03:42 PM
  4. Windows installer service cant start Error 193:0xc1 ???
    By Andrus K in forum Windows Vista Performance
    Replies: 1
    Last Post: 19-02-2009, 07:01 PM
  5. Replies: 6
    Last Post: 25-02-2008, 10:01 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,634,002.40321 seconds with 17 queries