Einzelnen Beitrag anzeigen

mohfa

Registriert seit: 11. Feb 2007
97 Beiträge
 
Delphi 7 Enterprise
 
#1

Programmatically Create a Reg File

  Alt 30. Mai 2009, 23:19
Hi every one , i have this Reg File Format :

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\test]

[HKEY_LOCAL_MACHINE\SOFTWARE\test\profile]
"P"=hex:7a,62,75,73,6e
"M"=hex:34,4f,35,35,37,37,53,36,34,53,34,38,31,35, 50,50,32,34,33,53,51,\
34,38,4e,4f,38,51,51,35,35,4e,4f

and these Values may not be found in the Registry


What i want is how could i prorammatically generate a Reg File with the same Value , i mean from my program i can save a TStringslist ( for example ) into : test.Reg

I don'y want to read from Registry then Save contents into test.reg but all values are created from my Program .


and thanks again .
  Mit Zitat antworten Zitat