#226
|
||||
|
||||
Sponsored Links |
#227
|
|||
|
|||
![]()
I have been looking everywhere for this "Enhanced Version" but I can't find it anywere. Perhaps can you guide me to a place where i can get it? since I tried the unicode version from the jr website and i still get this compile error. Thanks
P.S i found a link from a dead site. I'm not sure if im able to link it but I know there are others who maybe in the same situation as i am Last edited by TimoT; 18-07-2022 at 13:24. Reason: Found a link |
#228
|
||||
|
||||
Quote:
https://fileforums.com/showpost.php?...4&postcount=16
__________________
It would be nice if you appreciate my work with the thanks Button |
#229
|
||||
|
||||
Quote:
It also has Inno Setup Enhanced 5.51.ee2(u)(build 121216) included in the "Inno Setup Repack (FULL)" that I shared in this #POST. This version is slightly newer than the version Razor shared |
#230
|
|||
|
|||
![]() Quote:
Quote:
Thank you so much guys i appreciate it. I used the search function in the forum but i couldnt seem to find it. Sorry for that hassle Thanks!! |
#231
|
|||
|
|||
Quote:
![]() ![]() |
The Following User Says Thank You to Masquerade For This Useful Post: | ||
Grumpy (19-07-2022) |
#232
|
||||
|
||||
i use cesar version, how to make it support auto detect optional component, ? so the optional check component will disable if the file not download
thanks |
#233
|
||||
|
||||
If you place the optional files next to the setup.exe then the optional files checkbox will work otherwise it won't work. To disable them as default set checked = 0 in the [OptionalTask] section.
|
#234
|
||||
|
||||
i need disable task checkboxes that don't exist in the data.bin files
|
#235
|
|||
|
|||
![]()
Hi I noticed a small error or bug I don't know to be honest...
Seen and used Windows Phone Installer - Final (New Version of Knight Compressor) The problem is the following, I download the WPI Final then start a test installation when I finish installing (obviously everything works) but.... if I go to the system registry I notice a typo error i.e. the following comes out DisplayIcon: C:\Games\God Of War\\GoW.exe Which I notice there are 2 " \\ " in the script it is set like this.. Code:
[Execs] ;Tile Caption|Exec Directory|Exec File|Shortcut Name/Action Name AppExe1=God Of War||GoW.exe| God Of War [Icons] #ifdef AppExe1 // Add IconFileName: "{src}\Icon.ico"; before WorkingDir to change default exe icon. Name: {group}\{#E1[62]}; Filename: {app}\{#E1[60]}\{#E1[61]}; WorkingDir: {app}\{#E1[60]}; Comment: {#E1[59]}; Check: CreateShortcuts; Name: {commondesktop}\{#E1[62]}; Filename: {app}\{#E1[60]}\{#E1[61]}; IconFileName: "{app}\Icon.ico"; WorkingDir: {app}\{#E1[60]}; Check: CreateShortcuts; If the game files are set up like this.. Game root folder\file.exe i.e. the exe is in the root folder of the game, so basically Code:
[Execs] ;Tile Caption|Exec Directory|Exec File|Shortcut Name/Action Name AppExe1=God Of War||GoW.exe| God Of War while instead if the structure of the game would be like this .. Game root\bin\file.exe so it should be like this.. Code:
[Execs] ;Tile Caption|Exec Directory|Exec File|Shortcut Name/Action Name AppExe1=God Of War|bin\|GoW.exe| God Of War so in the log it should then appear right i.e.: DisplayIcon: C:\Games\God Of War\bin\GoW.exe So I wonder, what's wrong?? Thanks in advance |
#236
|
||||
|
||||
Yes, everything seems to work like this = bin. without backslash
AppExe1=God Of War|bin|GoW.exe| God Of War
__________________
https://t.me/FMXInno Last edited by audiofeel; 27-12-2023 at 10:07. |
The Following User Says Thank You to audiofeel For This Useful Post: | ||
XxAZAxX (18-08-2023) |
#237
|
|||
|
|||
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? |
#238
|
|||
|
|||
![]()
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. |
#239
|
||||
|
||||
@XxAZAxX
Here with the first example I have everything ok. Code:
RegWriteStringValue(HKEY_LOCAL_MACHINE, 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{#AppName}_is1', 'DisplayIcon', ExpandConstant('{app}\{#E1[60]}\{#E1[61]}') )
__________________
https://t.me/FMXInno Last edited by audiofeel; 27-12-2023 at 10:07. |
The Following User Says Thank You to audiofeel For This Useful Post: | ||
XxAZAxX (20-08-2023) |
#240
|
|||
|
|||
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. |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
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 |