Hi T. Slappy,
I am upgrading the installer script with guideline provided in this link
http://bojan-komazec.blogspot.com/20...t-windows.html
I am able to read\write registry from HKLM\Software\Demo after using
"SetRegView 64".
Quote:
; disable registry redirection (enable access to 64-bit portion of registry)
SetRegView 64
|
Only registry fails on
Quote:
AccessControl::GrantOnRegKey HKLM "SOFTWARE\Demo" "(S-1-5-20)" "FullAccess"
|
my installer is working perfectly in 64bit PC without any other issues
Thank you,
Riju