|
|
|
#1
|
|||
|
|||
|
Error or Bug
Quote:
The version of the script is different from the one you showed me, but yes the approach is the same, by any chance have you tried looking in the system registry? |
| Sponsored Links |
|
#2
|
|||
|
|||
|
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. |
|
#3
|
|||
|
|||
|
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. |
|
#4
|
||||
|
||||
|
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) | ||
|
#5
|
|||
|
|||
|
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]}')
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
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 |