Jump to content

how to integrate reg tweaks into a Nlite


Recommended Posts

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.

Link to comment
Share on other sites


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

Link to comment
Share on other sites

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

Hi 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 by thumpa
Link to comment
Share on other sites

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/27
description=Tweaks for nLite.
language=English
title=Tweaks
version=1.0
website=http://www.nliteos.com/
[registry_addreg]
HKCR,"*\shell",,0x10
HKCR,"*\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",0
HKCR,".reg\ShellNew","NullFile",0
HKLM,"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,00
HKLM,"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 by RickSteele
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...