PDA

View Full Version : QtIFW, qscript, add binary data to registry



trallallero
29th October 2014, 09:15
Does someone know how to write binary (REG_BINARY) data to the Windows registry from the installscript.qs ?

I’m already using the call


component.addOperation( “GlobalConfig”, company, product, key, value)

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