XP64 2 XP64 install software using WMI
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
add a comment |
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
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 toC: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 Sincewmic 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
add a comment |
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
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
windows wmi
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 toC: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 Sincewmic 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
add a comment |
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 toC: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 Sincewmic 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
add a comment |
1 Answer
1
active
oldest
votes
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
- Open the Control Panel.
- Go to Add or Remove Programs.
- Select Add/Remove Windows Components.
Double-click Management and Monitoring Tools.
This action opens a secondary window displaying additional
selections.
- Select WMI Windows Installer Provider check box.
- Click OK to return to the Windows Components Wizard window.
- Click Next.
You might be asked for the Windows installation CD to complete this
process.
Source Enable WMI Windows Installer provider | ServiceNow Docs
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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
- Open the Control Panel.
- Go to Add or Remove Programs.
- Select Add/Remove Windows Components.
Double-click Management and Monitoring Tools.
This action opens a secondary window displaying additional
selections.
- Select WMI Windows Installer Provider check box.
- Click OK to return to the Windows Components Wizard window.
- Click Next.
You might be asked for the Windows installation CD to complete this
process.
Source Enable WMI Windows Installer provider | ServiceNow Docs
add a comment |
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
- Open the Control Panel.
- Go to Add or Remove Programs.
- Select Add/Remove Windows Components.
Double-click Management and Monitoring Tools.
This action opens a secondary window displaying additional
selections.
- Select WMI Windows Installer Provider check box.
- Click OK to return to the Windows Components Wizard window.
- Click Next.
You might be asked for the Windows installation CD to complete this
process.
Source Enable WMI Windows Installer provider | ServiceNow Docs
add a comment |
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
- Open the Control Panel.
- Go to Add or Remove Programs.
- Select Add/Remove Windows Components.
Double-click Management and Monitoring Tools.
This action opens a secondary window displaying additional
selections.
- Select WMI Windows Installer Provider check box.
- Click OK to return to the Windows Components Wizard window.
- Click Next.
You might be asked for the Windows installation CD to complete this
process.
Source Enable WMI Windows Installer provider | ServiceNow Docs
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
- Open the Control Panel.
- Go to Add or Remove Programs.
- Select Add/Remove Windows Components.
Double-click Management and Monitoring Tools.
This action opens a secondary window displaying additional
selections.
- Select WMI Windows Installer Provider check box.
- Click OK to return to the Windows Components Wizard window.
- Click Next.
You might be asked for the Windows installation CD to complete this
process.
Source Enable WMI Windows Installer provider | ServiceNow Docs
answered Dec 12 '18 at 8:56
DavidPostill♦
103k25224258
103k25224258
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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