|
|
|
#1
|
|||
|
|||
|
Tell me if it's good or bad to have solved this way...
It basically created double backslashes in the log file Code:
RegWriteStringValue(HKEY_LOCAL_MACHINE, 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{#AppName}_is1', 'DisplayIcon', ExpandConstant('{app}\{#E1[60]}\{#E1[61]}') )
Code:
RegWriteStringValue(HKEY_LOCAL_MACHINE, 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{#AppName}_is1', 'DisplayIcon', ExpandConstant('{app}\{#E1[61]}'))
![]() please if you can ... do a test too I succeeded but you never know. Thanks in advance to everyone. |
| Sponsored Links |
|
#2
|
|||
|
|||
|
Reply
Quote:
Try it yourself if it's not a nuisance.. RootFolderName\Setup.exe you will see that there is this error in the registry... Thanks in advance audiofeel for all time. |
|
#3
|
||||
|
||||
|
Quote:
Code:
RegWriteStringValue(HKEY_LOCAL_MACHINE, 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{#AppName}_is1', 'DisplayIcon', ExpandConstant(AddBackslash('{app}\{#E1[60]}') + '{#E1[61]}') )
|
| The Following User Says Thank You to Cesar82 For This Useful Post: | ||
XxAZAxX (21-08-2023) | ||
|
#4
|
|||
|
|||
|
Solved!
Quote:
This was the one I had set, and it was temporary of course... Code:
ExpandConstant('{app}\{#E1[61]}')
Code:
ExpandConstant(AddBackslash('{app}\{#E1[60]}') + '{#E1[61]}')
|
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Coming Soon: Metro Install Creator | Razor12911 | Conversion Tutorials | 48 | 31-10-2021 02:59 |
| Windows Phone Installer (FMX) Redists Help... | ramazan19833 | Conversion Tutorials | 3 | 15-12-2017 04:08 |
| Custom Installer (help test ) windows 8 | Dante1995 | Conversion Tutorials | 4 | 07-07-2014 03:43 |
| 321 studios game x copy | acehardy12 | XBox Games | 6 | 29-06-2005 13:55 |