August 30, 200718 yr Hi guys, i'm pretty sure this is my first post. But, I'd like to know how to intergrate reg tweak which are in reg file form onto a Nlited OS slipstreamed install.......Please any help would be appreaciated. I've searched the whole net for info and i still got nothing....please you guys should have the answer i'm looking for.
August 30, 200718 yr So you have all the tweaks in one .reg file?Then i'd suggest you make an RunOnce entry (in the registry -> HKLM>Software>Microsoft>Windows>RunOnce)RegTweaks = "regedit /s regfile.reg"this should load your regfile into the registry.Hope this helps-Henk
August 30, 200718 yr Author So you have all the tweaks in one .reg file?Then i'd suggest you make an RunOnce entry (in the registry -> HKLM>Software>Microsoft>Windows>RunOnce)RegTweaks = "regedit /s regfile.reg"this should load your regfile into the registry.Hope this helps-HenkHi there henk, thanks for the reply but, could you please explain it in full detail please?... because i'm new to this thing ......btw the reg files are all individuals. and also id liek to find out on how to merge these reg files into one. Edited August 30, 200718 yr by thumpa
August 30, 200718 yr create a new ini file and name it "Entries_Settings.ini" sans quotes in the following format below: ( of course, substitute all the reg values with yours). Finnally, run nlite>"Hotfixes, Addons and Update Packs", sans quotes, point nlite to the Entries_Settings.ini file you just created and integrate it; your reg tweaks are now part of, and the default for, your install.builddate=2007/06/27description=Tweaks for nLite.language=Englishtitle=Tweaksversion=1.0website=http://www.nliteos.com/[registry_addreg]HKCR,"*\shell",,0x10HKCR,"*\shell\notepad.exe",,0,"Notepad"HKCR,"*\shell\notepad.exe\command",,0x20000,"""%11%\notepad.exe"" ""%%1"""HKCR,"*\shell\PaintDotNet.exe",,0,"Paint"HKCR,"*\shell\PaintDotNet.exe\command",,0x20000,"""D:\WindowsMediaTools\Paint.NET\PaintDotNet.exe"" ""%%1"""HKCR,".cmd\ShellNew","NullFile",0HKCR,".reg\ShellNew","NullFile",0HKLM,"SOFTWARE\JGsoft\Dictionaries","InstallPath",0,"%11%"HKLM,"SOFTWARE\JGsoft\Dictionaries","Name0",0,"English (American)"HKLM,"SOFTWARE\JGsoft\Dictionaries","IgnorePrefixes0",0,";'"HKLM,"SOFTWARE\JGsoft\Dictionaries","IgnoreSuffixes0",0,";'"HKLM,"SOFTWARE\JGsoft\Dictionaries","Files0",0,"English.dct|American.dct"HKLM,"SOFTWARE\JGsoft\Dictionaries","DataFormat0",0,"win1252"HKLM,"SOFTWARE\JGsoft\Dictionaries","Count",0x10001,02,00,00,00HKLM,"SOFTWARE\JGsoft\Dictionaries","Name1",0,"English (Canadian)"HKLM,"SOFTWARE\JGsoft\Dictionaries","IgnorePrefixes1",0,";'"HKLM,"SOFTWARE\JGsoft\Dictionaries","IgnoreSuffixes1",0,";'"HKLM,"SOFTWARE\JGsoft\Dictionaries","Files1",0,"English.dct|Canadian.dct"HKLM,"SOFTWARE\JGsoft\Dictionaries","DataFormat1",0,"win1252"Also here: http://www.nliteos.com/addons/entries.html Edited August 30, 200718 yr by RickSteele
August 31, 200718 yr Better make a normal reg file and use reg2exe to convert it to a exe file and then import it as a hotfix
August 31, 200718 yr Better make a normal reg file and use reg2exe to convert it to a exe file and then import it as a hotfix no need, nlite will write all the appropriate values to all the correct files when integrating the Entries_Settings.ini file as a hotfix.
Create an account or sign in to comment