Question
run and xmcd from command line (P9)
Good morning,
per subject, I need to run a file.xmcd from the command line in an installer. I am using Inno setup. The command line looks like:
[Run]
Filename: "{app}\Readme.txt"; Description: "View the Readme file"; Flags: postinstall shellexec skipifsilent unchecked
Filename: "{app}\FILE.mcdx"; Description: "Open FILE"; Flags: postinstall shellexec skipifsilent
I can launch mathcadprime.exe but I cannot shell execute this exe with the associated file.xmcd.
Ideas?
How does one run file.xmcd from a command line and associate with the latest Prime?
thank you.

