VPN Client Web Installer Deployment Page Sample HTML File

This HTML file is a sample.
To create a Web Installer using "SoftEther VPN Client Web Installer", please refer the following explanation and the HTML source of this file.

<OBJECT ID="VpnWebInstaller"
    CLASSID="CLSID:64F1A16B-C3EE-484C-B551-35338A9BB6D2"
    CODEBASE="vpnweb.cab#Version=$VER_MAJOR$,$VER_MINOR$,0,$VER_BUILD$">
    <PARAM NAME="InstallerExeUrl" VALUE="http://example.com/any_folder/vpninstall.exe">
    <PARAM NAME="InstallerInfUrl" VALUE="http://example.com/any_folder/vpninstall.inf">
    <PARAM NAME="SettingUrl" VALUE="http://example.com/any_folder/auto_setting.vpn">
    <PARAM NAME="LanguageID" VALUE="EN">
</OBJECT>

To create a web page which boot the VPN Client Web Installer, insert HTML codes as the above. The HTML code refers the path of the ActiveX control, and the parameters which will be passed to the ActiveX.

You have to modify the strings which are emphasized in green fonts above according to the environment of the web server which you deploy on.
(Notice that the above sample won't work staying in the ogriginal code, because the original sample specifies the example URLs.)

For details, refer the online manuals or http://www.softether.org/.

Note: the parameters "SettingUrl" and "LanguageID" are optional.

 

The below code is an example to embed the ActiveX control.

Notice: This HTML file is a sample. Parameters for vpnweb.cab control are dummy.
Therefore, after you click Start VPN Connection button, you will get an error message.

 

If the VPN Client Web Installer ActiveX Control is not displayed on the above brown rectangle, verity the requirements, and make sure that your Web browser allows ActiveX control.

 

Copyright (c) SoftEther Project at University of Tsukuba, Japan. All Rights Reserved.