For the feuture, then please don't crosspost, as this was one of the question in your previous post...
I also allready told you the dependencies of the lite framework in your other post...
You just extract the nLite archive into a folder and then install the lite framework into that same folder also. Then open regedit.exe and export a regfile with the key which states that the .Net framework is installed(look for it, as i can't remember what it's named/located, or use a registry tracer doing the install like e.g. regshot, to propperly locate it). Then finally you need the file '%windir%\system32\mscoree.dll'.
Now you just write a batchfile which functions as a loader for nLite and which merges the regfile with the needed key(or better, uses reg.exe to add it

) and copies mscoree.dll into '%windir%\system32\' and then runs nLite with the 'start /wait' switches, and then afterwards deletes mscoree.dll from '%windir%\system32\' and deletes the reg-key.
Personally, then i would then first try to see if nLite will work if you place mscoree.dll into the nLite subfolder where the lite framework is installed(without having it in '%windir%\system32\'), and if it does, then keep it in there, as then you don't need to have your loader(batchfile) copy/delete it everytime, and then just needs to create/delete that single reg-entry.