XP64 2 XP64 install software using WMI












1














I try to install a .exe remote onto my gaming PC. I know the .exe exists but the call gives me an error.



C:WINDOWS>wmic /node:"Spiele" /user:"Spielen" /password:"XXX" product call install true,"", "C:setup.exe"
ERROR:
Code = 0x80041002
Description = Not found
Facility = WMI
C:WINDOWS>


The location of the exe-File I Like to run is



c:setup.exe


If I execute bios get serialnumber no such error message occour



C:WINDOWS>wmic /node:"Spiele" /user:"Spielen" /password:"XXX" bios get serialnumber /value


SerialNumber=JVZSZS2



C:WINDOWS>


Maybe security issue



I tried wmic product list who should realy give me a list of installed programs. That there is a error-message let me think it is a security issue:



C:WINDOWS>wmic product list
Node - E
ERROR:
Code = 0x80041010
Description = Invalid class
Facility = WMI



C:WINDOWS>









share|improve this question
























  • can you show the location of the file you are looking to run? Also, are you certain the username and password are present on the machine you are running the file on.
    – Stese
    Dec 12 '18 at 8:21










  • @Stese I am absolutly sure the username and password is correct and the file exists.
    – Peter Rader
    Dec 12 '18 at 8:27












  • does that user have access to that file in that location? Maybe move it to C:users<user>documents and see if it works there.
    – Stese
    Dec 12 '18 at 8:32










  • @Stese I moved that file to C:Documents and SettingsSpielenMy Documentssetup.exe, modified the command but it still gives the same error message.
    – Peter Rader
    Dec 12 '18 at 8:35












  • @Stese Since wmic product list returns the same error on the "Spiele"-pc non-remote, I think it is a security issue.
    – Peter Rader
    Dec 12 '18 at 8:44
















1














I try to install a .exe remote onto my gaming PC. I know the .exe exists but the call gives me an error.



C:WINDOWS>wmic /node:"Spiele" /user:"Spielen" /password:"XXX" product call install true,"", "C:setup.exe"
ERROR:
Code = 0x80041002
Description = Not found
Facility = WMI
C:WINDOWS>


The location of the exe-File I Like to run is



c:setup.exe


If I execute bios get serialnumber no such error message occour



C:WINDOWS>wmic /node:"Spiele" /user:"Spielen" /password:"XXX" bios get serialnumber /value


SerialNumber=JVZSZS2



C:WINDOWS>


Maybe security issue



I tried wmic product list who should realy give me a list of installed programs. That there is a error-message let me think it is a security issue:



C:WINDOWS>wmic product list
Node - E
ERROR:
Code = 0x80041010
Description = Invalid class
Facility = WMI



C:WINDOWS>









share|improve this question
























  • can you show the location of the file you are looking to run? Also, are you certain the username and password are present on the machine you are running the file on.
    – Stese
    Dec 12 '18 at 8:21










  • @Stese I am absolutly sure the username and password is correct and the file exists.
    – Peter Rader
    Dec 12 '18 at 8:27












  • does that user have access to that file in that location? Maybe move it to C:users<user>documents and see if it works there.
    – Stese
    Dec 12 '18 at 8:32










  • @Stese I moved that file to C:Documents and SettingsSpielenMy Documentssetup.exe, modified the command but it still gives the same error message.
    – Peter Rader
    Dec 12 '18 at 8:35












  • @Stese Since wmic product list returns the same error on the "Spiele"-pc non-remote, I think it is a security issue.
    – Peter Rader
    Dec 12 '18 at 8:44














1












1








1







I try to install a .exe remote onto my gaming PC. I know the .exe exists but the call gives me an error.



C:WINDOWS>wmic /node:"Spiele" /user:"Spielen" /password:"XXX" product call install true,"", "C:setup.exe"
ERROR:
Code = 0x80041002
Description = Not found
Facility = WMI
C:WINDOWS>


The location of the exe-File I Like to run is



c:setup.exe


If I execute bios get serialnumber no such error message occour



C:WINDOWS>wmic /node:"Spiele" /user:"Spielen" /password:"XXX" bios get serialnumber /value


SerialNumber=JVZSZS2



C:WINDOWS>


Maybe security issue



I tried wmic product list who should realy give me a list of installed programs. That there is a error-message let me think it is a security issue:



C:WINDOWS>wmic product list
Node - E
ERROR:
Code = 0x80041010
Description = Invalid class
Facility = WMI



C:WINDOWS>









share|improve this question















I try to install a .exe remote onto my gaming PC. I know the .exe exists but the call gives me an error.



C:WINDOWS>wmic /node:"Spiele" /user:"Spielen" /password:"XXX" product call install true,"", "C:setup.exe"
ERROR:
Code = 0x80041002
Description = Not found
Facility = WMI
C:WINDOWS>


The location of the exe-File I Like to run is



c:setup.exe


If I execute bios get serialnumber no such error message occour



C:WINDOWS>wmic /node:"Spiele" /user:"Spielen" /password:"XXX" bios get serialnumber /value


SerialNumber=JVZSZS2



C:WINDOWS>


Maybe security issue



I tried wmic product list who should realy give me a list of installed programs. That there is a error-message let me think it is a security issue:



C:WINDOWS>wmic product list
Node - E
ERROR:
Code = 0x80041010
Description = Invalid class
Facility = WMI



C:WINDOWS>






windows wmi






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Dec 12 '18 at 9:03

























asked Dec 12 '18 at 8:14









Peter Rader

8012




8012












  • can you show the location of the file you are looking to run? Also, are you certain the username and password are present on the machine you are running the file on.
    – Stese
    Dec 12 '18 at 8:21










  • @Stese I am absolutly sure the username and password is correct and the file exists.
    – Peter Rader
    Dec 12 '18 at 8:27












  • does that user have access to that file in that location? Maybe move it to C:users<user>documents and see if it works there.
    – Stese
    Dec 12 '18 at 8:32










  • @Stese I moved that file to C:Documents and SettingsSpielenMy Documentssetup.exe, modified the command but it still gives the same error message.
    – Peter Rader
    Dec 12 '18 at 8:35












  • @Stese Since wmic product list returns the same error on the "Spiele"-pc non-remote, I think it is a security issue.
    – Peter Rader
    Dec 12 '18 at 8:44


















  • can you show the location of the file you are looking to run? Also, are you certain the username and password are present on the machine you are running the file on.
    – Stese
    Dec 12 '18 at 8:21










  • @Stese I am absolutly sure the username and password is correct and the file exists.
    – Peter Rader
    Dec 12 '18 at 8:27












  • does that user have access to that file in that location? Maybe move it to C:users<user>documents and see if it works there.
    – Stese
    Dec 12 '18 at 8:32










  • @Stese I moved that file to C:Documents and SettingsSpielenMy Documentssetup.exe, modified the command but it still gives the same error message.
    – Peter Rader
    Dec 12 '18 at 8:35












  • @Stese Since wmic product list returns the same error on the "Spiele"-pc non-remote, I think it is a security issue.
    – Peter Rader
    Dec 12 '18 at 8:44
















can you show the location of the file you are looking to run? Also, are you certain the username and password are present on the machine you are running the file on.
– Stese
Dec 12 '18 at 8:21




can you show the location of the file you are looking to run? Also, are you certain the username and password are present on the machine you are running the file on.
– Stese
Dec 12 '18 at 8:21












@Stese I am absolutly sure the username and password is correct and the file exists.
– Peter Rader
Dec 12 '18 at 8:27






@Stese I am absolutly sure the username and password is correct and the file exists.
– Peter Rader
Dec 12 '18 at 8:27














does that user have access to that file in that location? Maybe move it to C:users<user>documents and see if it works there.
– Stese
Dec 12 '18 at 8:32




does that user have access to that file in that location? Maybe move it to C:users<user>documents and see if it works there.
– Stese
Dec 12 '18 at 8:32












@Stese I moved that file to C:Documents and SettingsSpielenMy Documentssetup.exe, modified the command but it still gives the same error message.
– Peter Rader
Dec 12 '18 at 8:35






@Stese I moved that file to C:Documents and SettingsSpielenMy Documentssetup.exe, modified the command but it still gives the same error message.
– Peter Rader
Dec 12 '18 at 8:35














@Stese Since wmic product list returns the same error on the "Spiele"-pc non-remote, I think it is a security issue.
– Peter Rader
Dec 12 '18 at 8:44




@Stese Since wmic product list returns the same error on the "Spiele"-pc non-remote, I think it is a security issue.
– Peter Rader
Dec 12 '18 at 8:44










1 Answer
1






active

oldest

votes


















1














I know the .exe exists but the call gives me an error.




C:WINDOWS>wmic /node:"Spiele" /user:"Spielen" /password:"XXX" product call install true,"", "C:setup.exe"
ERROR:
Code = 0x80041002
Description = Not found
Facility = WMI



This usually means that the Windows Installer provider is not installed.




WMI is installed by default on all Windows desktop and server
platforms. However, certain WMI providers may or may not be installed,
depending on the OS release and configuration. For example, the SNMP
provider is not enabled by default, and the Windows Installer provider
(MSI provider) is not installed by default on 64-bit operating
systems
. For more information about the availability of a specific
provider, see WMI Providers.




(emphasis mine)



Source Operating System Availability of WMI Components - Windows applications | Microsoft Docs




The provider is an optional component on Windows 64-bit desktop and server operating systems, but can be installed through the Control panel.




Source Windows Installer Provider | Microsoft Docs





  1. Open the Control Panel.

  2. Go to Add or Remove Programs.

  3. Select Add/Remove Windows Components.


  4. Double-click Management and Monitoring Tools.



    This action opens a secondary window displaying additional
    selections.



  5. Select WMI Windows Installer Provider check box.

  6. Click OK to return to the Windows Components Wizard window.

  7. Click Next.


You might be asked for the Windows installation CD to complete this
process.




Source Enable WMI Windows Installer provider | ServiceNow Docs






share|improve this answer





















    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "3"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1382873%2fxp64-2-xp64-install-software-using-wmi%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    1














    I know the .exe exists but the call gives me an error.




    C:WINDOWS>wmic /node:"Spiele" /user:"Spielen" /password:"XXX" product call install true,"", "C:setup.exe"
    ERROR:
    Code = 0x80041002
    Description = Not found
    Facility = WMI



    This usually means that the Windows Installer provider is not installed.




    WMI is installed by default on all Windows desktop and server
    platforms. However, certain WMI providers may or may not be installed,
    depending on the OS release and configuration. For example, the SNMP
    provider is not enabled by default, and the Windows Installer provider
    (MSI provider) is not installed by default on 64-bit operating
    systems
    . For more information about the availability of a specific
    provider, see WMI Providers.




    (emphasis mine)



    Source Operating System Availability of WMI Components - Windows applications | Microsoft Docs




    The provider is an optional component on Windows 64-bit desktop and server operating systems, but can be installed through the Control panel.




    Source Windows Installer Provider | Microsoft Docs





    1. Open the Control Panel.

    2. Go to Add or Remove Programs.

    3. Select Add/Remove Windows Components.


    4. Double-click Management and Monitoring Tools.



      This action opens a secondary window displaying additional
      selections.



    5. Select WMI Windows Installer Provider check box.

    6. Click OK to return to the Windows Components Wizard window.

    7. Click Next.


    You might be asked for the Windows installation CD to complete this
    process.




    Source Enable WMI Windows Installer provider | ServiceNow Docs






    share|improve this answer


























      1














      I know the .exe exists but the call gives me an error.




      C:WINDOWS>wmic /node:"Spiele" /user:"Spielen" /password:"XXX" product call install true,"", "C:setup.exe"
      ERROR:
      Code = 0x80041002
      Description = Not found
      Facility = WMI



      This usually means that the Windows Installer provider is not installed.




      WMI is installed by default on all Windows desktop and server
      platforms. However, certain WMI providers may or may not be installed,
      depending on the OS release and configuration. For example, the SNMP
      provider is not enabled by default, and the Windows Installer provider
      (MSI provider) is not installed by default on 64-bit operating
      systems
      . For more information about the availability of a specific
      provider, see WMI Providers.




      (emphasis mine)



      Source Operating System Availability of WMI Components - Windows applications | Microsoft Docs




      The provider is an optional component on Windows 64-bit desktop and server operating systems, but can be installed through the Control panel.




      Source Windows Installer Provider | Microsoft Docs





      1. Open the Control Panel.

      2. Go to Add or Remove Programs.

      3. Select Add/Remove Windows Components.


      4. Double-click Management and Monitoring Tools.



        This action opens a secondary window displaying additional
        selections.



      5. Select WMI Windows Installer Provider check box.

      6. Click OK to return to the Windows Components Wizard window.

      7. Click Next.


      You might be asked for the Windows installation CD to complete this
      process.




      Source Enable WMI Windows Installer provider | ServiceNow Docs






      share|improve this answer
























        1












        1








        1






        I know the .exe exists but the call gives me an error.




        C:WINDOWS>wmic /node:"Spiele" /user:"Spielen" /password:"XXX" product call install true,"", "C:setup.exe"
        ERROR:
        Code = 0x80041002
        Description = Not found
        Facility = WMI



        This usually means that the Windows Installer provider is not installed.




        WMI is installed by default on all Windows desktop and server
        platforms. However, certain WMI providers may or may not be installed,
        depending on the OS release and configuration. For example, the SNMP
        provider is not enabled by default, and the Windows Installer provider
        (MSI provider) is not installed by default on 64-bit operating
        systems
        . For more information about the availability of a specific
        provider, see WMI Providers.




        (emphasis mine)



        Source Operating System Availability of WMI Components - Windows applications | Microsoft Docs




        The provider is an optional component on Windows 64-bit desktop and server operating systems, but can be installed through the Control panel.




        Source Windows Installer Provider | Microsoft Docs





        1. Open the Control Panel.

        2. Go to Add or Remove Programs.

        3. Select Add/Remove Windows Components.


        4. Double-click Management and Monitoring Tools.



          This action opens a secondary window displaying additional
          selections.



        5. Select WMI Windows Installer Provider check box.

        6. Click OK to return to the Windows Components Wizard window.

        7. Click Next.


        You might be asked for the Windows installation CD to complete this
        process.




        Source Enable WMI Windows Installer provider | ServiceNow Docs






        share|improve this answer












        I know the .exe exists but the call gives me an error.




        C:WINDOWS>wmic /node:"Spiele" /user:"Spielen" /password:"XXX" product call install true,"", "C:setup.exe"
        ERROR:
        Code = 0x80041002
        Description = Not found
        Facility = WMI



        This usually means that the Windows Installer provider is not installed.




        WMI is installed by default on all Windows desktop and server
        platforms. However, certain WMI providers may or may not be installed,
        depending on the OS release and configuration. For example, the SNMP
        provider is not enabled by default, and the Windows Installer provider
        (MSI provider) is not installed by default on 64-bit operating
        systems
        . For more information about the availability of a specific
        provider, see WMI Providers.




        (emphasis mine)



        Source Operating System Availability of WMI Components - Windows applications | Microsoft Docs




        The provider is an optional component on Windows 64-bit desktop and server operating systems, but can be installed through the Control panel.




        Source Windows Installer Provider | Microsoft Docs





        1. Open the Control Panel.

        2. Go to Add or Remove Programs.

        3. Select Add/Remove Windows Components.


        4. Double-click Management and Monitoring Tools.



          This action opens a secondary window displaying additional
          selections.



        5. Select WMI Windows Installer Provider check box.

        6. Click OK to return to the Windows Components Wizard window.

        7. Click Next.


        You might be asked for the Windows installation CD to complete this
        process.




        Source Enable WMI Windows Installer provider | ServiceNow Docs







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Dec 12 '18 at 8:56









        DavidPostill

        103k25224258




        103k25224258






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Super User!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.





            Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


            Please pay close attention to the following guidance:


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1382873%2fxp64-2-xp64-install-software-using-wmi%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Plaza Victoria

            In PowerPoint, is there a keyboard shortcut for bulleted / numbered list?

            How to put 3 figures in Latex with 2 figures side by side and 1 below these side by side images but in...