This documentation is for the old version. Go to the latest Upload Suite docs

InstallationProgress Members

The InstallationProgress type exposes the following members.

Constructors

NameDescription
Public method InstallationProgress(Uploader) Creates and initializes an instance of the InstallationProgress class.

Properties

NameDescription
Public property AltInstallerHtml Sets an HTML-marked text appended to installation instructions and saying how to install Image Uploader in an alternative way (e.g. use a standalone installer).
Public property BeforeIE6XPSP2InstructionsHtml Sets installation instructions for Internet Explorer 6 running on version of Windows earlier than Windows XP Service Pack 2.
Public property BeforeIE6XPSP2ProgressHtml Set downloading instructions for Internet Explorer 6 running on version of Windows earlier than Windows XP Service Pack 2.
Public property CommonHtml Sets an HTML-marked description of Image Uploader displayed on the both stages (downloading and installation).
Public property IE6XPSP2InstructionsHtml Sets installation instructions for Internet Explorer 6 running on version of Windows equal to Windows XP Service Pack 2 or higher.
Public property IE6XPSP2ProgressHtml Sets downloading instructions for Internet Explorer 6 running on version of Windows equal to Windows XP Service Pack 2 or higher.
Public property IE7InstructionsHtml Sets installation instructions for Internet Explorer 7.
Public property IE7ProgressHtml Sets downloading instructions for Internet Explorer 7.
Public property IE8InstructionsHtml Sets installation instructions for Internet Explorer 8.
Public property IE8ProgressHtml Sets downloading instructions for Internet Explorer 8.
Public property IE9InstructionsHtml Sets installation instructions for Internet Explorer 9.
Public property IE9ProgressHtml Sets downloading instructions for Internet Explorer 9.
Public property InstallJavaHtml Sets installation instructions for non-Internet Explorer browsers.
Public property InstructionsCssClass Sets a CSS class name to apply it to the installation screen. This class should be declared in a source code of the page Image Uploader is added to, or in the external CSS file linked to this page.
Public property MacInstallJavaHtml Sets installation instructions for Mac browsers.
Public property ProgressCssClass Sets a CSS class name to apply it to the downloading screen. This class should be declared in a source code of the page Image Uploader is added to, or in the external CSS file linked to this page.
Public property ProgressHtml Sets a text saying that the download of Image Uploader is in progress.
Public property ProgressImageUrl Sets a URL to a custom image which replaces a default wait indicator.
Public property ShowDownloadingScreen Sets a value indicating whether the downloading screen should be displayed.
Public property ShowInstallationScreen Sets a value indicating whether the installation screen should be displayed.
Public property UpdateInstructions Sets common instructions on how to update Image Uploader control.