|
still working on it bro.
Ok, just completed the registry function importing and writing with inno setup is 99% functional.
What keys types can be imported:
String(REG_SZ)
DWord(REG_DWORD)
QWord(REG_QWORD)
Binary(REG_BINARY)
Expandable String(REG_EXPANDSZ)
Multi String(REG_MULTISZ)(may not be working 100 percent but tried my best, it is the stupid Char(0) making this bug);
I will share the source for registry
|