Quote:
Originally Posted by Cesar82
TRY CHANGING TO:
Code:
RegWriteStringValue(HKEY_LOCAL_MACHINE, 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{#AppName}_is1', 'DisplayIcon', ExpandConstant(AddBackslash('{app}\{#E1[60]}') + '{#E1[61]}') )
|
I confirm, problem solved Thanks to the string that Cesar82 gave me
This was the one I had set, and it was temporary of course...
Code:
ExpandConstant('{app}\{#E1[61]}')
This is the right one instead, thanks to Cesar82
Code:
ExpandConstant(AddBackslash('{app}\{#E1[60]}') + '{#E1[61]}')