Guest zawinul Posted May 28, 2007 Posted May 28, 2007 The last couple of days I've been playing around with nLite to built an unattended XP installation CD with various registry tweaks applied. I then tested these CDs in a VM. Turns out, that some of the tweaks that I configured in nLite don't make it into the actual install. So I looked into the nLite.inf file in the \I386 directory and found some small discrepencies. Here's one example:nLite inf file:HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update","AUOptions",0x00010001,3What's actually in the registry after the install:AUOptions REG_DWORD 0x00000004 (4)Apparently, there is a slight difference in the hex value format (0001000# vs. 0000000#), so because of that, the tweak might not get applied (?). Is that a bug in nLite, did I do something wrong or is it maybe caused by the fact, that I run nLite on Win2k?Thx.
Guest zawinul Posted May 29, 2007 Posted May 29, 2007 Just found out what e.g. the hex format 0x00010001 implies: apparently it defines the REG_DWORD type. With that question resolved, I still don't know why some of these tweaks don't get applied. Any hints? Thx
nuhi Posted May 29, 2007 Posted May 29, 2007 When I tested that Autoupdate setting it worked, did you change it somehow, did OOBE run for you, maybe attach the preset so that I don't need to ask too many questions.Maybe that specific option doesn't work on Win2k, will check.Also what other tweaks didn't work?
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