var fDesc=new Array(); fDesc[0] = "The AppDeploy Repackager is a simple freeware snapshot tool for the creation of Windows Installer (MSI) setup packages. Unlike other tools that try to take on the whole drag and drop creation of MSI setups (development tools), the AppDeploy Repackager is simply a snapshot tool that results in a sharable project file which may be used to generate an MSI setup with the click of a button.

Main Features:

- Shareable file format lets you share your packages and leverage those shared by your peers
- Provides (and lets you build on) an exclusion list which includes a description field
- May be run from network share to better keep your reference computer free of unnecessary changes
- It is provided free to the AppDeploy community"; 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 = ''; } }