Igor Posted March 20, 2004 Posted March 20, 2004 I want to import with an .inf file this kind of registry data type. Anyone knows what is the right value (0x.......)?Thanks in advance
DarkBringer Posted March 21, 2004 Posted March 21, 2004 Try gosh's website.Think it's gosh.msfnhosting.org
Igor Posted March 21, 2004 Author Posted March 21, 2004 Try gosh's website.Think it's gosh.msfnhosting.orghttp://gosh.msfnhosting.com/infs.htmNo reference to this kind of registry data
XtremeMaC Posted March 21, 2004 Posted March 21, 2004 does this help http://www.mdgx.com/reg.htmif not i really couldn't understand what u're looking for?could u explain a little more
DarkBringer Posted March 22, 2004 Posted March 22, 2004 @ Igor:Isn't this what you're looking for? Got it from gosh's site (from the link you posted).; REG_SZ = 0x00000000 (or 0); REG_BINARY = 0x00000001 (or 1); Reg_SZ_NOCLOBBER = 0x00000002 (or 2); REG_BINARY_NOCLOBBER = 0x00000003 (or 3); REG_MULTI_SZ_APPEND = 0x0001000A; REG_MULTI_SZ = 0x00010000; REG_DWORD = 0x00010001; REG_MULTI_SZ_NOCLOBBER = 0x00010002; REG_DWORD_NOCLOBBER = 0x00010003; REG_MULTI_SZ_DELVAL = 0x00010006; REG_ADDREG_APPEND = 0x00010008; REG_EXPAND_SZ = 0x00020000; REG_EXPAND_SZ_NOCLOBBER = 0x00020002
Igor Posted March 22, 2004 Author Posted March 22, 2004 @ Igor:Isn't this what you're looking for? Got it from gosh's site (from the link you posted).; REG_SZ = 0x00000000 (or 0); REG_BINARY = 0x00000001 (or 1); Reg_SZ_NOCLOBBER = 0x00000002 (or 2); REG_BINARY_NOCLOBBER = 0x00000003 (or 3); REG_MULTI_SZ_APPEND = 0x0001000A; REG_MULTI_SZ = 0x00010000; REG_DWORD = 0x00010001; REG_MULTI_SZ_NOCLOBBER = 0x00010002; REG_DWORD_NOCLOBBER = 0x00010003; REG_MULTI_SZ_DELVAL = 0x00010006; REG_ADDREG_APPEND = 0x00010008; REG_EXPAND_SZ = 0x00020000; REG_EXPAND_SZ_NOCLOBBER = 0x00020002I have already answer to you. There is no reference to REG_RESOURCE_REQUIREMENTS_LIST. The Gosh list is incomplete!
Igor Posted March 22, 2004 Author Posted March 22, 2004 does this help http://www.mdgx.com/reg.htmif not i really couldn't understand what u're looking for?could u explain a little moreSimply I want to import this data type into registry with an .inf fileWith a .reg file I import this with:[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\MyKey]"My Value"=hex(a):a8,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,01,00,01,00,04,00,00,00,01,\ 80,03,00,00,00,00,00,01,00,00,00,5c,00,56,00,45,00,4e,00,5f,00,31,00,30,00,\ 44,00,45,00,26,00,01,01,01,80,11,00,00,00,08,00,00,00,01,00,00,00,70,01,00,\ 00,00,00,00,00,77,01,00,00,00,00,00,00,01,01,01,80,11,00,00,00,01,00,00,00,\ 01,00,00,00,76,03,00,00,00,00,00,00,76,03,00,00,00,00,00,00,01,02,01,80,01,\ 00,00,00,0f,00,00,00,0f,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00
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