var fDesc=new Array(); fDesc[0] = "Trusted since 1991, Setup Factory is a rock-solid, reliable install creator for Windows applications. Unlike other Windows installer builder tools like InstallShield that require lengthy training courses just to get up to speed, Setup Factory was designed to be fast and easy to use.
Join the thousands of developers who have chosen Setup Factory over Flexera InstallShield, Wise Installer, and other Windows installer builders. Simply drag and drop your files onto the project window and you’re ready to build:

Whether you want to put shortcut icons on the desktop, register controls or customize the Wizard interface, it’s all just a few clicks away. Don’t be fooled by the affordable pricing – it’s the installer builder of choice for thousands of smart software developers."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }