Community
Participate
Working Groups
It is important that our nativ rc exe is signed. This is due restrictions with accessing the windows store apps with the automation framework and to have our application in front of apps. Wee need the exe signed because of the following reason: - Access to the automation tree of windows store apps - for Object mapping mode we need to have a window which is on top of the app (for the border we are using to show the user the component is mappable and to get the position of the mouse pointer at the moment of mapping)
For further information read the following page[1]. We have set the uiAcess flag to true because we need it for a topmost window in our object mapping mode. [1] http://msdn.microsoft.com/en-us/library/windows/desktop/ee671610%28v=vs.85%29.aspx#uiaccess_requirements_for_assistive_technology_applications_
Marvin, if I'm right, this hasn't been done yet - is that correct?
This has been done with an own generated certificate, but we should use an official certificate for the signing process to have a more easy setup.
While testing JUB-435 I noticed that the certificate being used is still an internal one (expiring: Tue Sep 23 23:08:50 2014).
We're currently no longer planning / working on adding support for this.