|
|
|
#1
|
||||
|
||||
|
Quote:
This FAST mode is used since the original project that Yener90 created, so I didn't want to change it. You can let your installers behave without this FAST mode (So it will always show the license). For that, try using EnableFastInstall = 0 in the [InterfaceSettings] section. If more users find the requested behavior better, I change it. But I particularly prefer a FAST mode as is (Perhaps with an additional ready page (not currently supported) to know what is being installed and where, like components, tasks, directory, etc.). Perhaps a solution would be to put an additional key to activate the behavior mode you suggested. What do you think? |
| Sponsored Links |
|
#2
|
||||
|
||||
|
The fault was on my side. facepalm.jpg
Setting EnableFastInstall = 0, resolved the problem. I am so embarrassed ! ![]() Next time I should ....READ THE F***ING MANUAL ! Sorry guys. ![]() Anyways, EnableFastInstall should be set to zero by default. Me thinks it's proper. Quote:
Last edited by Proxson; 26-04-2023 at 17:49. |
| The Following User Says Thank You to Proxson For This Useful Post: | ||
Cesar82 (26-04-2023) | ||
|
#3
|
||||
|
||||
|
*bump
@Cesar mate, is there an option to set a custom icon for the executable shortcuts which are placed in the Group and desktop. The installer picks the default exe icon.
|
|
#4
|
||||
|
||||
|
Quote:
Code:
[Executable#]
Icon={app}\myicon.ico
|
| The Following User Says Thank You to Cesar82 For This Useful Post: | ||
Proxson (29-04-2023) | ||
|
#5
|
||||
|
||||
|
You're quick as always.
![]() It won't budge mate. It's still placing the default icon. Dunno. ![]() Code:
[Executable1]
Name=Play House of Ashes
Exe=HouseOfAshes.exe
ExePath=0
ShortcutProt=1
RunAsAdmin=0
Icon={app}\HouseOfAshes.ico
Edit: If it needs some huge script rewriting then leave it as it is. It's not that important. Edit 2: Ok, I have managed it by disabling the executable key and created the shortcuts in the custom shortcuts section. But now the 'create shortcut on desktop' box is disabled. Code:
//[Executable1] Name=Play House of Ashes Exe=HouseOfAshes.exe ExePath=0 ShortcutProt=1 RunAsAdmin=0 Code:
[CustomShortcuts]
Shortcut6={group}\Play House of Ashes; Destination:{app}\HouseOfAshes.exe; IconFile:{app}\HouseOfAshes.ico
Shortcut7={commondesktop}\Play House of Ashes; Destination:{app}\HouseOfAshes.exe; IconFile:{app}\HouseOfAshes.ico
Last edited by Proxson; 01-05-2023 at 19:58. |
| The Following User Says Thank You to Proxson For This Useful Post: | ||
Cesar82 (06-05-2023) | ||
|
#6
|
||||
|
||||
|
*bump
Btw, guys. Maybe it's a stupido question but how do you generate external MD5 checksum files ? Which tools do you use ? Thanks |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INDEX - Conversion Tutorial Index | Razor12911 | Conversion Tutorials | 5 | 11-06-2020 02:05 |
| [GSERIES] Custom Installer Ultimate V2g | Gupta | Conversion Tutorials | 226 | 01-06-2018 13:12 |
| Crysis 3 DVD9 to 3xDVD5 Custom Installer | spawniectes | PC Games - CD/DVD Conversions | 79 | 31-08-2017 07:19 |