FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   [CIUv3] Custom Installer Ultimate v3 (https://fileforums.com/showthread.php?t=102510)

Cesar82 30-01-2021 06:22

Quote:

Originally Posted by Snake288 (Post 490122)
Hi Cesar82
DiskSpan_GUI (Xtool 0.3.7 + xtool_lz4 + xtool_zstd_XTool 2020 (Plugins)_hitman_R2_unrealengine_R2) update available or when to use information about the latest status ?

The changes have already been applied, but tests are being done when we have some time for that.
Soon it will be available. Wait!

KaktoR 30-01-2021 07:00

Quote:

Originally Posted by samadrahman74 (Post 490142)

Next time ask your question in a proper topic, for example: https://fileforums.com/showthread.php?t=93193

For your problem: There is a FileExists function for this

Example
Code:

if FileExists(ExpandConstant('{src}\fg-optional-old-hitmen-1.bin')) then begin
{code if file exist}
else
{code if file does not exist}
end;


Cesar82 30-01-2021 07:26

1 Attachment(s)
Quote:

Originally Posted by samadrahman74 (Post 490142)
hi
How to disable the component ,If the file does not exist

If you use native components of Inno Setup it can be used as in the example in the attachment.

Cesar82 30-01-2021 15:19

CIU 3.0.0.0.1.b8.u1 (beta 8)
 
2 Attachment(s)
New version of CIU 3.0.0.0.1.b8.u1/DiskSpan_GUI 1.0.0.1 added.:rolleyes:

NOTES:
- The new DiskSpan_GUI includes XTool (2020) v0.3.7 and XTool Plugins (by Razor12911).
- If your conversion does not use XTool plugins, you can delete the folder "Resources\PRE\XTool_2020\Win64\Plugins" so that your conversion post will be smaller.
- If you only use one XTool plugin, you can also delete the subfolders with other unused plugins that DiskSpan_GUI will disable the missing plugins for.

UPDATE:
Replace update and run .bat file.
- Update XTool from v0.3.7 to v0.3.8
- Update Unreal Engine Plugin from R2 to R3

Fixed compression error using the xtool_reflate method.
XTool 0.37 was showing error when compressing using reflate (Thanks to mausschieber for reporting the error).

Snake288 30-01-2021 23:26

Hello
Cesar82
CIU 3.0.0.0.1.b8.u1/DiskSpan_GUI 1.0.0.1 XTool_2020_Plugins can I use ?
why the problem may be caused ?

Snake288 31-01-2021 07:36

Hello
Cesar82
DiskSpan_GUI (Xtool 0.3.8 + xtool_lz4 + xtool_zstd_XTool 2020 (Plugins)_hitman_R3_unrealengine_R2) update available or when to use information about the latest status ?
if possible, can you share the latest Compressor DiskSpan_GUI application that offers me the necessary testing I can use ?

KaktoR 31-01-2021 08:32

Bro, what's wrong with you??

The latest diskspan_gui version is just one post above!!!:mad:

Snake288 31-01-2021 08:46

Hello KaktoR
I'm sorry, you're right, but a few tools are out of date
DiskSpan_GUI (Xtool 0.3.8 + xtool_lz4 + xtool_zstd_XTool 2020 (Eklentiler) _hitman_R3_unrealengine_R3) I'm trying to keep up to date.

Cesar82 21-02-2021 15:01

CIU 3.0.0.0.1.b8.u2 (beta 8)
 
2 Attachment(s)
New version of CIU 3.0.0.0.1.b8.u2/DiskSpan_GUI 1.0.0.2 added.:rolleyes:
For information on the changes, consult the CIU source code changelog and also the DiskSpan_GUI changelog in the "COMPRESSOR" folder.

Edit: Attachment file reuploaded, please download the file again because it had some bugs that is now fixed.
Sorry for the inconvenience.

Proxson 24-02-2021 14:15

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;
Edit: Here is a string in the script that points to the Tomb Raider Steam website. No problem, but it shows under the app/uninstall description even if a new installer is created.
Is this a leftover made by mistake ? :D

Code:

RegWriteStringValue(HKEY_LOCAL_MACHINE, 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\' + ProductCode, 'URLInfoAbout', 'http://store.steampowered.com/app/500370/');
https://i.imgur.com/scuHJpB.jpg

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;
Anyways, @Cesar m8, please give a tip, where should I look to change Amnesia Rebirth into Uninstall Amnesia Rebirth in the Start Menu. <-- Forget about it. Problem solved.

I know, I'm a pain in da ass. :D

Proxson 24-02-2021 17:36

@Cesar,

It's OK now. Setting ShowGameLauncher=0 solved the problem ! Man, I was desperate ! Thanks for the tip. :D
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. :(

Proxson 24-02-2021 18:47

@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;
Thanks and thanks for the equalizer tip ! :)

Edit: I see you already disabled the ghost Steam link. ;)

andreiutzu21 02-03-2021 23:32

Quote:

Originally Posted by Cesar82 (Post 490478)
New version of CIU 3.0.0.0.1.b8.u2/DiskSpan_GUI 1.0.0.2 added.:rolleyes:
For information on the changes, consult the CIU source code changelog and also the DiskSpan_GUI changelog in the "COMPRESSOR" folder.

Edit: Attachment file reuploaded, please download the file again because it had some bugs that is now fixed.
Sorry for the inconvenience.

hey Cesar82 there might be a small problem with small image . at video backgroung when installing i press video off and video still playing but without sound . no music button appears instead of video. is a setting to make in external setup.ini ? in CIU 3.0.0.1 u9 there is no problem at all. sorry for my bad english and thank you for yor hard work.

fixed my problem

amin fear 07-03-2021 05:25

Is "CIU 3.0.0.0.u9 (2020-07-02)" script compatible with Inno Setup v6.1.2-[2020-11-15] & compiles without any problem ?

Proxson 08-03-2021 18:06

Quote:

Originally Posted by andreiutzu21 (Post 490687)

fixed my problem

Well, what was the solution men ? Btw, when you post your problem here, it's not your own problem anymore, it's ours ! :p ;)


All times are GMT -7. The time now is 04:45.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com