I have a ThinApp application package that uses internet explorer to display web content in a frame. The production environment does not have any native browser installed. If I pacakge the application without linking IE, it will still bring up the web content within the application, but most of the links do not work. If IE is included in the AppLink section, then all links will work. My preference would be not to AppLink IE, due to the amount of plugins and merge file size (loading time). Any ideas on how come some links will work while others don't? In the IE package.ini file, I have these extensions defined:
FileTypes=.htm.html.mht.mhtml.partial.svg.website.xht.xhtml.url.asp.aspx
IE is available in the environment via streaming and if I open IE on its own, the links work. I might be out of luck here, but I am guess I have to use applink in this situation??
Thanks!