Internet Options Panel

InstallShield 2016 » Release Wizard

Project • This panel is available in InstallScript projects.

The Internet Options panel enables you to specify various Internet-related options.

Note • Any release can be run over the Internet, regardless of its media type.

Settings on the Internet Options Panel

Setting

Description

Generate One-Click Install

To create a One-Click Install installation that end users can download from the Internet and install, select this check box. If you select this check box, InstallShield includes with your installation an external setup player (Setup.ocx file) that downloads and then launches the Setup.exe file with the appropriate command line.

If you select this check box, the other settings on this panel are enabled.

To learn more, see One-Click Install Installations in InstallScript Projects.

Create a default Web page for the setup

Select this check box to indicate that you want InstallShield to create a default Web page (.htm file) in the Disk1 folder.

Enter the URL to launch

Do one of the following to indicate what URL should be launched if you click the Run From Web command on the Build menu:

To launch the Setup.htm file that InstallShield creates at build time and places in the Disk1 folder, leave this box blank.
To launch a different Web page, type the URL in this box or click the browse button to select the Web file.

Tip • If you enter a URL, do not include the name of the page, and do not include an ending forward slash. For example, if the full URL for the Setup.htm file is http://www.mypages.com/setup/Setup.htm, enter the following as the URL to launch: http://www.mypages.com/setup.

When you click the Run from Web command on the Build menu, InstallShield launches the appropriate URL (http://www.mypages.com/setup/Setup.htm, in the aforementioned example).

See Also