var fDesc=new Array(); fDesc[0] = "DeskCenter ThinApp Editor is the perfect tool to easily edit ThinApp packages.

VM Ware ThinApp is an application virtualization platform that makes it possible to run software instantly, trouble-free, and without installation on every client in the network. ThinApp packages applications in familiar formats (.MSI or .EXE).

With VM Ware ThinApp it is possible to edit and modify already recorded installations. This is especially convenient for small changes, since it is not necessary to repeat the whole recording process. The graphical user interface provides useful functions to modify the virtual application package and all package options, such as editing registry entries or integrated files. After all settings have been made, the build process can be started and the virtualized application can be locally installed or tested."; 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 = ''; } }