var fDesc=new Array(); fDesc[0] = "This free tool allows you to convert executable setup programs to MSI packages fast and easy.
Welcome to exemsi.com. We specialize in converting executable setup programs to MSI packages.
System administrators often prefer MSI over a normal setup.exe. MSI packages are better suited for software distribution through Active Directory group policies.
The target audience for this website is:
Software developers who have a setup.exe and want to offer an MSI that wraps their original setup.exe.
System administrators with a setup.exe they want to distribute as an MSI to client computers in their organization.
Our MSI Wrapper is the tool that makes it easy to convert an executable setup program to an MSI package."; 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 = ''; } }