var fDesc=new Array(); fDesc[0] = "Setup Package Creator is a latest powerful DRPU product to generate the single self extracting EXE file setup to deploy your windows applications over internet or other media. The customized setup generating tool has good looking professional working and even has capability of making Uninstall setups for your computer software. The windows installer maker includes the entire detail of your designed program including the Registry detail, added Files detail, Destination path, etc. The advanced installer tool even provides the option of shortcut creations (Desktop icons) and generates an Uninstall entry on add/remove control panel applications.

Great setup installation utility facilitates you to save the created setup at user specified location and maintains your program originality while building your software setup. The self-extracting installation wizard makes the small-size setup that eases application programmers, Coders to have an easy save and deployment of their computer applications. The best setup builder has an impressive graphical interface and a cost-effective, easily affordable and a simple operating software product."; 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 = ''; } }