donixa Posted April 18, 2008 Posted April 18, 2008 i was paranoia with security, now im addict to make my pc full of portable apps,is there any chance to make FrameworkLite 2.0 R3 portable ?well for example, if its only need to copy something manually to such as system32 every time i want to use the FrameworkLite 2.0 R3, i'll take itor if its possible, i can ask ppl to make it portable by using software such as thinstall, or other...but i like to hear comment from u guys 1st thank you,
Martin H Posted April 18, 2008 Posted April 18, 2008 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.
donixa Posted April 19, 2008 Author Posted April 19, 2008 its a different question, im not crosspost itthanks
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now