I developed an Adobe AIR application that users install and run from my web page. I use the installation icon to install the AIR application if it is not already installed on the user's computer. Before the application was signed, this installation occurred only if the AIR application was not already installed, after it was installed, the AIR application will be launched from the installation icon and not installed again.
Since I digitally sign an AIR application with my thawte signature, the AIR icon continues to try to install it even if it already exists, and I get the message "Does the same version of the application that you opened already exist on this system. Do you want to launch an already installed version?"
The icon does not seem to detect an already installed version.
I skipped a step when I published a signed version (I understand that technically I always had a signed version, it was only a self-signed version), maybe I need to update the icon with a new signature or something else?
amuses
source
share