Solved

FME Can deal with registry data ? ex : HKEY_CURRENT_USER key and values data

  • 23 October 2017
  • 1 reply
  • 1 view

Badge

Useing FME desktop Can i read and write "HKEY_CURRENT_USER" data ?

I need Created the key at run time and set the value according i will read the parameter values.

icon

Best answer by brianatsafe 24 October 2017, 01:30

View original

1 reply

Badge +9

Hi @kumarc,

You can use a python library with the PythonCaller to do this. For example, the WinReg Module has tools to access and edit the Windows Registry.

 

See:

 

https://docs.python.org/2/library/_winreg.html#module-_winreg

Reply