var fDesc=new Array(); fDesc[0] = "SamLogic Visual Installer 2014 is an easy-to-use installation software / setup tool that can be used to create a setup package / setup wizard for distribution via a CD, DVD, USB flash drive or the Internet. No programming knowledge is required; you can create your installers visually. The program can build a redistributable installation program that is compatible with all Windows versions from Windows 98 to the latest Windows 8.1. Both 32 and 64 bit version of Windows are fully supported.
Features:
- Self-extracting installation for deployment via the Internet.
- Striking setup screen / window can be designed.
- Support for multiple languages.
- Intelligent management of software updates.
- Creates a code signed setup package.
- Can import Visual Studio / Visual Basic project files."; 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 = ''; } }