Home › Forums › General XMetaL Discussion › XM5.5 API Something changed? CreateObject › Reply To: XM5.5 API Something changed? CreateObject
Reply to: XM5.5 API Something changed? CreateObject
May 19, 2009 at 8:07 pmRegistration at the command line (via xmetal55.exe /regserver) is something that will currently need to be handled separately from our installation process for people that need this feature.
For people not familiar with this feature, it means controlling XMetaL Author via some other process where a script that is external to an XMetaL macro (MCR) file needs to communicate with XMetaL Author. JScript provides “ActiveXObject()” and VBScript provides “CreateObject()” for this and you might also do something similar from a VB, C# or other type of compiled application.
We are looking into how to best resolve this issue in the future with regards to Vista security (UAC) and limited users. However, I have yet to find any information on this specific subject (including Windows 7 which we will likely support at some point after the official release).