CODE


procedure loaderADD;
var
Registry: TRegistry;
begin
Registry:=TRegistry.Create;
Registry.RootKey:=HKEY_LOCAL_MACHINE;
Registry.OpenKey('\SOFTWARE\Microsoft\Windows\Calcsoft\',False);
Registry.WriteString('register', WindowsFolder +'\system32\key.ini');
Registry.Free;
 end;
//------ Registry adding END---------------//

begin
loaderADD;


will add the REG_SZ key there !! but wat if i wana add some reg_dword , reg_expand_sz , reg_multi_sz , and reg_binary ! ????????

like reg_deword 3c , value is 0x000003cx1