View Single Post
  #969  
Old 14-08-2014, 01:20
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
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
Attached Images
File Type: jpg 7.jpg (122.0 KB, 291 views)
Reply With Quote
The Following 6 Users Say Thank You to Razor12911 For This Useful Post:
arkantos7 (17-08-2014), houcine80 (14-08-2014), mausschieber (14-08-2014), pakrat2k2 (14-08-2014), poison (16-08-2014), y_thelastknight (14-08-2014)