VMware Horizon Community
javiazo
Contributor
Contributor

MMC cannot open the file

Hello,

I am trying to capture with ThinApp 4.7.3 an application named Hummingbird Exceed 2008 (PC X Server) that has some tools. Most of these tools work fine, but there are several that don´t work. Two of them are an entry point that link with a MSC file.

16-10-2013 11-47-52.png

By using the native application (before capture), the tool works. But once the app has been captured, when I execute the exe file related to the tool, I get this error:

16-10-2013 11-45-38.png

My package.ini file contains this information:

16-10-2013 11-46-51.png

If anyone knows something about this problem, it would be helpful.

Thanks in advance!

0 Kudos
4 Replies
oliAH
Enthusiast
Enthusiast

Try adding the following line under the source parameter:

CommandLine=%SystemSystem%\mmc.exe /32 "%ProgramFilesDir%\Hummingbird\Connectivy\13.00\Exceed\Xsession Console.msc"

Blog: http://oliah.net >> Twitter: @olivier_ahson
0 Kudos
javiazo
Contributor
Contributor

I´ve just tried it and I get the same error 😐

21-10-2013 10-34-43.png

Thanks anyway Smiley Wink

0 Kudos
oliAH
Enthusiast
Enthusiast

I omitted to tell you to modify the source Parameter. Try this for your "Xsession Console.exe" entry point:

Source=%SystemSystem%\mmc.exe

CommandLine=%SystemSystem%\mmc.exe /32 "%ProgramFilesDir%\Hummingbird\Connectivy\13.00\Exceed\Xsession Console.msc"

Blog: http://oliah.net >> Twitter: @olivier_ahson
0 Kudos
javiazo
Contributor
Contributor

Hi,

Thank you again for your answer. But I still getting the same error message. The problem must be due to another reason.

Thanks!!

0 Kudos