You are not logged in.

#1 20 Feb 2015 23:19

RG
Member
From: Minnesota
Registered: 18 Feb 2010
Posts: 362

wmic dcomapp

Does anyone have an example of a command like WMIC DCOMAPP CREATE...
Thanks


Windows Shell Scripting and InstallShield

Offline

#2 21 Feb 2015 06:03

Shadow Thief
Member
Registered: 12 Jul 2012
Posts: 205

Re: wmic dcomapp

What do you mean, an example of a command like wmic dcomapp create?

Are you looking for the command usage? You can find that with

wmic dcomapp create /?
Creates a new instance and sets the property values for the new instance.
USAGE:

CREATE <assign list>
NOTE: <assign list> can be more than one property name separated by commas.
Each property name should be followed by '=' and its value.

NOTE: Create cannot be used to create a new class.

The following properties are available:
Property                                Type                    Operation
========                                ====                    =========
AppID                                   N/A                     N/A
Description                             N/A                     N/A
InstallDate                             N/A                     N/A
Name                                    N/A                     N/A
Status                                  N/A                     N/A

Offline

#3 23 Feb 2015 23:16

RG
Member
From: Minnesota
Registered: 18 Feb 2010
Posts: 362

Re: wmic dcomapp

Yes... I know about /?. If I needed CREATE the help has not helpful enough smile Turns out I don't really need CREATE. I can configure what I need with:

WMIC DCOMAPP GET ^| FINDSTR /I "WhatIAmLookingFor"

And then populate registry using AppID returned above.

Last edited by RG (23 Feb 2015 23:37)


Windows Shell Scripting and InstallShield

Offline

Board footer

Powered by