I am a bit dissapointed not hearing from Adobe on this. In the meantime I have done a bit of hacking. This is how I got around the problem were 'Presenter 7' brings up the EULA page for too short a moment to be able to accept it, and then thinks it was declined, and subsequently shows an error saying: "Adobe Presenter failed to open because either it is not licensed or there is an error". So I hacked the EULA html file (see below) After installation of Presenter 7, replace the content of the file C:\Program Files (x86)\Adobe\Presenter 7\adobe_epic\eula\install.html with the following content, where the line in bold is the important one ================================================================ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>License Agreement</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="./../default.css" rel="stylesheet" type="text/css"> <script language="javascript" src="./../domutils.js"></script> <script language="javascript" src="./../wizardcore.js"></script> </head> <body onload="doAccept()" background="./../background.png"> </body> </html> ================================================================ This will accept the EULA automatically and enables you to work afterwards. This is not a fix, but a work around. This worked for me and I do not accept any responsability. Obviously Adobe also thinks you are on your own. rg
... View more