|
|
|
#1
|
||||
|
||||
|
Hi guys,
I'm having problems with the latest release. The last working one was CIU 3.0.0.1.b3. It's about the shortcuts. The installer by default installs one on the desktop and one in the Start menu --> Programs. This is OK but both are targeting the uninstall.exe ! I've fixed the desktop shortcut by enabling the custom shortcuts at the end of Setup.ini with correct target input. Now the problem is that one in the Start menu. I have tried all constants but to no avail. Any help is appreciated. {group} {userprograms} {commonprograms} {userstartmenu} {commonstartmenu} Example: Code:
Shortcut1={group}\Amnesia Rebirth; Description:Amnesia Rebirth; Destination:{app}\AmnesiaRebirth.exe; Destination64:{app}\AmnesiaRebirth.exe; WorkDir:{app}\; WorkDir64:{app}; IconFile:{app}\AmnesiaRebirth.exe; IconIndex:0;
Is this a leftover made by mistake ? ![]() Code:
RegWriteStringValue(HKEY_LOCAL_MACHINE, 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\' + ProductCode, 'URLInfoAbout', 'http://store.steampowered.com/app/500370/'); ![]() Edit 2: Here is my customized installer. I've removed the Compressor folder to reduce the size cuz my upload speed sux donkey bollox. Btw, AmnesiaRebirth.exe is clean, no viruses. The compiled installer is in the Output folder. Edit 3: oops, I forgot to include the Output folder in the attached file. It's uploaded again. Edit 4: Ok, managed to add the shortcut to the Start Menu -> Code:
Shortcut2={commonprograms}\Amnesia Rebirth\Play Amnesia Rebirth; Destination:{app}\AmnesiaRebirth.exe; WorkDir:{app}\; IconFile:{app}\AmnesiaRebirth.exe; IconIndex:0;
I know, I'm a pain in da ass.
Last edited by Proxson; 25-02-2021 at 13:15. |
| Sponsored Links |
|
#2
|
||||
|
||||
|
@Cesar,
It's OK now. Setting ShowGameLauncher=0 solved the problem ! Man, I was desperate ! Thanks for the tip. ![]() Anyways, creating a custom shortcut also works but then I would have two shortcuts pointing at the same target. Looks like {commonprograms} constant works fine. Code:
Shortcut2={commonprograms}\Amnesia Rebirth\Play Amnesia Rebirth; Destination:{app}\AmnesiaRebirth.exe; WorkDir:{app}\; IconFile:{app}\AmnesiaRebirth.exe; IconIndex:0;
P.S. Maybe I became too old for this.
Last edited by Proxson; 24-02-2021 at 17:43. |
| The Following User Says Thank You to Proxson For This Useful Post: | ||
Cesar82 (24-02-2021) | ||
|
#3
|
||||
|
||||
|
@Cesar,
the {group} constant is now working but I had to kick out the Amnesia Rebirth part. It now looks like this --> Code:
Shortcut1={group}\Play Amnesia Rebirth; Destination:{app}\AmnesiaRebirth.exe; WorkDir:{app}\; IconFile:{app}\AmnesiaRebirth.exe; IconIndex:0;
![]() Edit: I see you already disabled the ghost Steam link.
Last edited by Proxson; 24-02-2021 at 19:10. |
![]() |
| 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 |