Sets a value indicating whether the installation screen should be displayed.
var u = $au.uploader({ //...other params... }); var ip = $au.installationProgress(u); ip.showInstallationScreen(true); //...other params... u.writeHtml();
Type: Boolean
If true
Default value is true.