QUOTE (gb2100 @ Jul 15 2008, 11:45 PM)

this is all very confusing lol all the guides and help i can find only show adding one single reg entry but i have a single .reg file with a lot of entries to add in there so do i have to convert them all into single reg files with 1 entry per file?
i was thinking i could make the reg file with all the tweaks into a silent installer like a 7zip or rar or cab or whatever then just intergrate it using the add addons bit in nlite or ryanVM is this possable???
Use a batch file:
CODE
@echo off
regedit /s settings.reg
exit
Build the sfx archive. Set the batch file to run after extraction.