var fDesc=new Array(); fDesc[0] = "While creating a new software is an ardent task for a programmer, equally arduous is the task of compiling the software package and making the installation a perfect one, with no hiccups or drawbacks. Else it would be futile with the benefits of the software package being unrealized by the creator or the user being unable to explore the features in its entirety. Programmers often stumble in this block and end-up with flaws in their software, not due to error in programming, but due to errors in compiling the installation package for the software.

It is here that the tool Install Creator in its Pro version comes handy to the programmers. With this new tool, programmers can select the files that need to be included in the package, add the license agreements for the software as well as specify the installation paths, by following the commands at the installation wizard.

The installation wizard also helps the programmer in including many features of software such as the automatic installation of screensavers, if any, ActiveX Controls and fonts that may be required to run the software.

Additional features include password protection for the installation, generation of user registration codes and the choice of operating system’s version for installation of files. Multiple installations can be handled using the same install program."; 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 = ''; } }