VMware Horizon Community
malabelle
Enthusiast
Enthusiast
Jump to solution

Problem Thinapp Sccm 2012 Admin Console

Hi,

I'm trying to Thinapp SCCM 2012 Admin Console.

It runs fine, except when I try using the Remote Control (Device, Start, Remote Desktop)

It then start a couple of mstc.exe and the CPU goes bezerk.

My procedure is:

Windows XP vanilla ThinApp VM

Start ThinApp enterprise

Install .Net Framework

Install Sccm (adminconsole.exe)

In the entry points I select:

Config Manager Console

mstsc

PresentationHost

RemoteControlViewer

TSWBProxy

wksprt

I make a .msi with a DAT.

Any ideas?

vExpert '16, VCAP-DCA, VCAP-DCD
Tags (3)
0 Kudos
1 Solution

Accepted Solutions
freythman
Enthusiast
Enthusiast
Jump to solution

I haven't seen the SCCM 2012 admin console, but I have done a few mmc snap-ins. Try modifying your package.ini (assuming sccm uses mmc) with the following.

[Config Manager Console.exe]

Source=%SystemSystem%\MMC.EXE

CommandLine=%SystemSystem%\MMC.EXE /32 "Path\To\File.msc"


Hopefully that helps.

View solution in original post

0 Kudos
1 Reply
freythman
Enthusiast
Enthusiast
Jump to solution

I haven't seen the SCCM 2012 admin console, but I have done a few mmc snap-ins. Try modifying your package.ini (assuming sccm uses mmc) with the following.

[Config Manager Console.exe]

Source=%SystemSystem%\MMC.EXE

CommandLine=%SystemSystem%\MMC.EXE /32 "Path\To\File.msc"


Hopefully that helps.

0 Kudos