Does someone know how to write binary (REG_BINARY) data to the Windows registry from the installscript.qs ?

I’m already using the call

Qt Code:
  1. component.addOperation( “GlobalConfig”, company, product, key, value)
To copy to clipboard, switch view to plain text mode 

but I have no idea how to write a QUrl in binary format.