Web Viewer uses old version of Internet Explorer

I am using a Web Viewer Control to embed Google Docs content on Windows. Unfortunately Google is reporting that my web browser is out of date and not supported. I am using FileMaker Pro Advanced 15.0.3.305 64-bit on Windows 7.

This is a bug in FileMaker. Here’s why:

 

The FileMaker Web Viewer uses Internet Explorer on Windows. The version is controlled by the FEATURE_BEHAVIORS and FEATURE_BROWSER_EMULATION keys, which can either be in the HKCU or HKLM in the registry.

The HKCU value seems to override HKLM ones.

 

On FileMaker 15 an entry is created in HKEY_CURRENT_USER\SOFTWARE\Microsoft\Internet Explorer\MAIN\FeatureControl\FEATURE_BROWSER_EMULATION automatically when FileMaker is loaded – which forces Internet Explorer 9 to be used. This is no longer supported by Google. Please note this is irrelevant of what is the default browser, or what browsers are installed.

 

A workaround is to set this key manually, but this must be done on a per-user instance (or in the database startup script).

 

I think this should be changed to set the browser version to IE 11 or only set this key on first-run – allowing it to be configured manually.

Video Sources

KPT:http://kickass.so/
射手字幕站http://shooter.cn/
丫丫下载站:http://www.torrentreactor.net/
美剧片源下载:http://eztv.it/
Rarbg片源站:http://www.rarbg.com/
全球字幕站:http://www.opensubtitles.org
法国美剧字幕站:http://www.seriessub.com/
最强美剧PT站:http://www.bitmetv.org/
宇宙影视站:http://yzys.tv/
天天美剧:http://www.ttmeiju.com/
伊甸园字幕组:http://bbs.sfile2012.com
破烂熊字幕组:http://www.ragbear.com/
风软字幕组:http://www.1000fr.net/

opware bootstrap and open-vm-tools installation

Reboot your NAS.
Enable and then Login to the Command Line Interface as user “root”, password is the same as for admin.
Change to a temporary directory:
cd /volume1/@tmp
Get the NAS to download the bootstrap:
wget http://ipkg.nslu2-linux.org/feeds/optwa … 7_i686.xsh
Set the .xsh script to be executable:
chmod +x syno-i686-bootstrap_1.2-7_i686.xsh
Now run the .xsh script:
sh syno-i686-bootstrap_1.2-7_i686.xsh
Delete the script file:
rm syno-i686-bootstrap_1.2-7_i686.xsh
Fix up the PATH in the root .profile:
vi /root/.profile
(in vi, then type)
:%s/PATH=/PATH=$PATH:/
:wq!
Reboot the NAS and login again to the Command Line Interface as user “root”
Update the ipkg list of available packages:
ipkg update
Upgrade any ipkg installed packages to the latest versions:
ipkg upgrade
Finished!

You can now install ipkg packages using the command “ipkg install xxxx” where xxxx is the name of the package.
You can list all the available packages using the command “ipkg list | more”.

Install open-vm-tools:

Install the Kernel Binaries:
Change to a temporary directory:
cd /volume1/@tmp
Get the NAS to download the open-vm-tools:
wget http://users.skynet.be/synology/i686/sy … 3.2.30.zip
Unarchive it:
unzip syno_vmware_kernel_mod_x86_64_3.2.30.zip
Go in the directory:
cd syno_vmware_kernel_mod_x86_64_3.2.30
Set the .sh script to be executable:
chmod +x S37vmware.sh
Now run the .xsh script:
sh S37vmware.sh start

Install the Tools Binaries:
ipkg install http://users.skynet.be/synology/i686/op … 1_i686.ipk

Install Opt Startup Script for open-vm-tools
cd /opt/etc/init.d/
Unzip the attached S22open-vm-tools-v1.1.zip
Copy S22open-vm-tools.sh into the current directory
chmod +x S22open-vm-tools.sh

Reboot or …
To restart the open-vm-tools:
/opt/bin/vmtoolsd –background /var/run/vmtoolsd.pid

Update 4.3 from 3810 to 3810 update 1-4

1. First check if you’re able to download update 3 from the GUI (Control Panel, DSM Update) – Download the update.
– 1a. If not able to download, connect/login with putty/telnet (user: root)
– 1b. Remove /[email protected] (rm /[email protected])
– 1c. Now try to donwload update 3 from GUI again (Control Panel, DSM Update)
2. Connect/login with putty/telnet and execute these 2 commands:
CODE: SELECT ALL
sed ‘s/flashupdateDeb/flashupdateDeb1/’ /[email protected] > /[email protected]
mv /[email protected] /[email protected]

3. Install the update from GUI (Control Panel, DSM Update)