var fDesc=new Array(); fDesc[0] = "With Add-On Maker for nLite, you can add programs directly into the Windows installation using the nLite. So once you've finished installing Windows, programs that you added in the nLite are now installed automatically, saving time.

The program allows to create self-executable SFX with 7-Zip as well as compression of all the files within the installer program, reducing the final size of the CAB file and allowing the use of options provided by SFX.

Create your Add-Ons for nLite and customize the installation of your Windows. The nLite is a program that allows you to modify several things on the Windows CD, and create a new custom CD. You can add new device drivers, have to install Windows with them. You can integrate service packs, do not need to apply the SP after installation. It is great for those who install Windows from time to time, or to anyone applying it on several computers."; 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 = ''; } }