craigdh Posted December 23, 2007 Posted December 23, 2007 Hello, with nLite where abouts do i add my own registry tweaks.. and how? Please explain
ricktendo Posted December 23, 2007 Posted December 23, 2007 (edited) Take the .REG file and convert it to .INF using Reg2Inf by n7Epilson (just drop reg2inf.exe in system32 and use this command)reg2inf "regfilename.reg" "anyname.inf"then create a entries_whatever.ini and add something like this[general]builddate=2007/11/05description=Registry Tweaks for nLite.language=Englishtitle=nLite RegTweaksversion=1.6website=[registry_addreg]; Add your converted reg to inf string hereZip the Entries_*.ini and integrate it with nLiteTo verify that your inf AddReg has been successfully added to nLite.inf look in you i386 folder and expand nLite.in_ and look for the [CT] sectionRicks_RegTweaks_AddOn.rar Edited December 23, 2007 by ricktendo64
craigdh Posted December 24, 2007 Author Posted December 24, 2007 WOW, that seems really complicated, you'd think nLite would be designed better so you can just drag the .reg file into a section and it's done...
Sasi_Ryu Posted December 25, 2007 Posted December 25, 2007 I cant get to know what you are telling iam new to it, please explain me how to use Reg2inf please in detail please
outcastc Posted December 25, 2007 Posted December 25, 2007 i do it runonce method.create $oem$\$1\install into the xp seup cdmake your reg tweak and name it tweaks.regnlite runonce menu add this commandregedit.exe /s %systemdrive%\install\tweaks.regsory for my english
Sasi_Ryu Posted December 26, 2007 Posted December 26, 2007 i do it runonce method.create $oem$\$1\install into the xp seup cdmake your reg tweak and name it tweaks.regnlite runonce menu add this commandregedit.exe /s %systemdrive%\install\tweaks.regsory for my english Thanks man nice and clean
Arie Posted December 27, 2007 Posted December 27, 2007 Thanks man nice and cleanNot really as the scripts will remain on your hard disk, which is not required and they will only take up space, which most people want to avoid who use nLite as they want the smallest installation possible.
eddie11013 Posted December 27, 2007 Posted December 27, 2007 Thanks man nice and cleanNot really as the scripts will remain on your hard disk, which is not required and they will only take up space, which most people want to avoid who use nLite as they want the smallest installation possible.What exactly do you mean by this statement. What I'm asking, I decided to do it this way, my 'tweaks.reg' was only 2.57KB's. The process was easy and it worked. I did find it afterwords on my C:\Install and then I just deleted it, as it was no longer needed. But the steps did work, easily.Thanks for my further education.Eddie
Arie Posted December 27, 2007 Posted December 27, 2007 What exactly do you mean by this statement. What I'm asking, I decided to do it this way, my 'tweaks.reg' was only 2.57KB's. The process was easy and it worked. I did find it afterwords on my C:\Install and then I just deleted it, as it was no longer needed. But the steps did work, easily.Yes, it does work, but it would be much more nice if you would add your tweaks straight from CD-ROM, so that they don't need to be copied to your hard disk first, taking up space (even though it's only a few KB's), possibly fragmenting your hard disk and so that there is no need to remove these files from your hard disk afterwards. I'm a perfectionist; I like to do it as nice and proper as possible but if you're satisfied with your current method, then just stick to it.
ricktendo Posted December 28, 2007 Posted December 28, 2007 Download Reg2InfCopy reg2inf.exe to system32Drag and drop the .reg file into the reg2infhandler.cmd
outcastc Posted January 2, 2008 Posted January 2, 2008 I did find it afterwords on my C:\Install and then I just deleted it, as it was no longer needed.if you want to delete automatically c:\install folder you should add this command nlite runonce menu after your last commandRD /S /Q %systemdrive%\install
daxdk Posted October 3, 2008 Posted October 3, 2008 i do it runonce method.create $oem$\$1\install into the xp seup cdmake your reg tweak and name it tweaks.regnlite runonce menu add this commandregedit.exe /s %systemdrive%\install\tweaks.regsory for my english HiI just tried with %source% instead of %systemdrive%, and tested it in vmware and it works like a charm.My procedure was to create a folder in the working folder, like, "tweaks" and copy the reg files there.In nLite's runonce menu, add regedit.exe /s %source%\tweaks\tweaks.regIt will then merge the reg files directly from your installation source (usually CD/DVD drive) and leave no obsolete folders or files on your harddriveDAx PS: I know that this thread is over 9 months old, but couldn't find anything matching
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