Windows Installer: The product was new configured

Page 2 of 2 FirstFirst 12

  1. Posts : 1,776
    Windows 10 Pro (+ Windows 10 Home VMs for testing)
       #11

    Try temporarily disabling the 'RegisterDevicePeriodic24' task. That appears to be the first one run at that time. What does its 'description' show? Is its specific time set to 6:36?
      My Computer


  2. Posts : 15
    Win10 64Bit
    Thread Starter
       #12

    Maybe this is the solution, but I cannot understand how to resove this, what I have exactly to do:

    Event log message indicates that the Windows Installer reconfigured all installed applications
    09/08/2020
    2 minutes to read
    This article helps fix slow system startup or slow login issues that occurs when a group policy with a WMIFilter or installed application queries the Win32_Product class.
    Original product version: Windows 10 - all editions, Windows Server 2012 R2
    Original KB number: 974524
    Symptom
    You may experience slow system startup or slow login issues. Additionally in the Application Event log you may see the following event:
    Log Name: Application
    Source: MsiInstaller
    Date: mmddyyy hh:mm:ss
    Event ID: 1035
    Task Category: None
    Level: Information
    Keywords: Classic
    User: SYSTEM
    Computer:
    Description:
    Windows Installer reconfigured the product. Product Name: <ProductName>. Product Version: <VersionNumber>. Product Language: <languageID>. Reconfiguration success or error status: 0.
    You will see this previous event for each of the installed application on the computer.

    The system Event log will show that the Windows Installer Service is starting and stopping automatically.
    Event Type: Information
    Event Source: Service Control Manager
    Event Category: None
    Event ID: 7035
    Date: mmddyyyy
    Time: hh:mm:ss
    User: NT AUTHORITY\SYSTEM
    Computer: <ComputerName>
    Description:
    The Windows Installer service was successfully sent a start control. For more information, see Help and Support Center at <http://go.microsoft.com/fwlink/events.asp>.
    Event Type: Information
    Event Source: Service Control Manager
    Event Category: None
    Event ID: 7036
    Date: mmddyyyy
    Time: hh:mm:ss
    User: N/A
    Computer: <ComputerName>
    Description:
    The Windows Installer service entered the stopped state.
    For more information, see Help and Support Center at <http://go.microsoft.com/fwlink/events.asp>.
    Cause
    This problem can happen if one of the following is true:
    You have a group policy with a WMIFilter that queries Win32_Product class.
    You have an application installed on the machine that queries Win32_Product class.
    Note
    For more information about WmiFilters, see HOWTO: Leverage Group Policies with WMI Filters.

    Resolution
    If you're using a group policy with the WMIFilter that queries Win32_Product, modify the filter to use Win32reg_AddRemovePrograms.
    If you have an application that makes use of the previous class, contact the vendor to get an updated version that does not use this class.
    To narrow down the application that is causing the problem, you can follow the Clean boot troubleshooting method.
    More information
    Win32_product class is not query optimized. Queries such as select * from Win32_Product where (name like 'Sniffer%') require WMI to use the MSI provider to enumerate all of the installed products and then parse the full list sequentially to handle the where clause. This process also initiates a consistency check of packages installed, verifying and repairing the install. With an account with only user privileges, as the user account may not have access to quite a few locations, may cause delay in application launch and an event 11708 stating an installation failure.

    Win32reg_AddRemovePrograms is a much lighter and effective way to do this, which avoids the calls to do a resiliency check, especially in a locked down environment. So when using Win32reg_AddRemovePrograms, we won't be calling on msiprov.dll and won't be initiating a resiliency check.


    My english is too bad...
    May someone can help me to give a workaround...
      My Computer


  3. Posts : 21,421
    19044.1586 - 21H2 Pro x64
       #13

    @balloon66,
    Did all the above in last post come from Event Viewer including Symptoms and Resolution?
      My Computer


  4. Posts : 15
    Win10 64Bit
    Thread Starter
       #14

    Hi Steve,
    the above came from a microsoft site .
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 03:37.
Find Us




Windows 10 Forums