March 20, 200422 yr 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
March 21, 200422 yr Author Try gosh's website.Think it's gosh.msfnhosting.orghttp://gosh.msfnhosting.com/infs.htmNo reference to this kind of registry data
March 21, 200422 yr 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
March 22, 200422 yr @ 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
March 22, 200422 yr Author @ 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!
March 22, 200422 yr Author 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
Create an account or sign in to comment