May 9, 200818 yr i want to know how to slipstream a *.reg file ..is this done normally on hotfix tab or driver tab?thanks
May 9, 200818 yr nLite dosen't support slipstreaming reg-files, so you need to manually add them to your install source and use nLite's 'Runonce' section to get the reg-entries imported at 1st logon.Also, i would suggest reading the MSFN Unattended guide.For feature reference, then please use the nLite subforum for nLite related posts...
May 9, 200818 yr If you can convert the .reg to .inf (using Reg2Inf) you can make a registry settings addonJust create a simple Entries_whatever.ini and add your converted reg2inf to a section named [registry_addreg] and it will get added to nLite.inf to be added along with the other nLite registry settings[general]builddate=2008/01/25description=Registry Settings AddOn.language=Englishtitle=nLite AddRegversion=1.0website=[registry_addreg]; CCleaner Custom CleaningHKCU,"Software\VB and VBA Program Settings\CCleaner\Options","Include1",0x0,"PATH|%24%MyVideos\|*.*"HKCU,"Software\VB and VBA Program Settings\CCleaner\Options","CustomFiles",0x0HKCU,"Software\VB and VBA Program Settings\CCleaner\Options","CustomFolders",0x0Now zip, cab, rar or 7zip the Entries_whatever.ini and integrate it as a hotfix Edited May 9, 200818 yr by ricktendo64
July 19, 200917 yr I know this is old, but this is the only post that came close to what i'm trying to do.Instead of creating a separate addon, can I just add "[registry_addreg]" to an existing entries.ini file?For example:[general]builddate=03/02/2009description=7-Ziplanguage=Englishversion=4.65website=http://www.7-zip.org/[EditFile]I386\SVCPACK.INF,SetupHotfixesToRun,AddProgram[AddProgram]7z465.exe /S[registry_addreg]HKCR,".7z",,0x0,"7-Zip.7z"HKCR,"7-Zip.7z",,0x0,"7z Archive"HKCR,"7-Zip.7z\DefaultIcon",,0x0,"C:\Program Files\7-Zip\Formats\7z.dll"HKCR,"7-Zip.7z\shell",,0x0HKCR,"7-Zip.7z\shell\open",,0x0HKCR,"7-Zip.7z\shell\open\command",,0x0,"""C:\Program Files\7-Zip\7zFMn.exe"" ""%%1"""Will this work?
Create an account or sign in to comment