I installed the package and went to the Media Library - the DMU page appears with the "icon" to click in order to install the desktop part. However, when I click on it I get -
The application could not be installed. Try installing it again. If the problem persists, contact the application author.
The website is running on Windows 2008 Server / IIS7, but it does not appear as though the Adobe Air MIME type is present. Do I need to manually add the MIME type, install Adobe AIR to the server, or something else?
I just edit the web.config to as you recomended above and everything worked fine for me either.
There is another thing I need to mention, once i edit th eweb config I got my whole back end broke down, it looks like the known client dependency thing, not sure. I managed to AutoExpireClientDependency and as I said everything is fine now . Is this sounds normal to you?
Install does not work from Media tab
I installed the package and went to the Media Library - the DMU page appears with the "icon" to click in order to install the desktop part. However, when I click on it I get -
The application could not be installed. Try installing it again. If the problem persists, contact the application author.
The website is running on Windows 2008 Server / IIS7, but it does not appear as though the Adobe Air MIME type is present. Do I need to manually add the MIME type, install Adobe AIR to the server, or something else?
Hi Gordon,
The installer should add the mime type, unless it doesn't have permission to write to the web.config.
You can add this manually though, by adding the following to your web.config:
Matt
That worked!
I don't know / understand why the installer did not have permission to update the web.config though?
Hello,
Same server same error, just checked the web config and find that.
I just edit the web.config to as you recomended above and everything worked fine for me either.
There is another thing I need to mention, once i edit th eweb config I got my whole back end broke down, it looks like the known client dependency thing, not sure. I managed to AutoExpireClientDependency and as I said everything is fine now . Is this sounds normal to you?
Anyway both packages are great,
Thanks for the great job,
Giorgos
Hey Giorgos,
That sounds a little weird. Can't say I've come across the ClientDependency issue, but will definatley look in to it.
Glad you were able to get things working though.
Matt
is working on a reply...