FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   INNO TROUBLESHOOT - Questions Here (https://fileforums.com/showthread.php?t=93193)

KaktoR 17-07-2020 09:04

Try to change the parent of the label

Code:

Parent := WizardForm(.WelcomePage);
If this doesn't has any effect, try to make the position in relation to the DirEdit form
Code:

SetBounds(WizardForm.DirEdit.Left, WizardForm.DirEdit.Top + ScaleX(20), ScaleX(390), ScaleY(25));
Sometimes it's complicated because parents are different and positions get broke :D

PS: And if I were you, I would change the SetBounds integers and add ScaleX/Y to it :p

Masquerade 18-07-2020 09:03

Adding the parent made it work, thank you! That'll explain why I couldn't get other things to appear too.

Masquerade 04-08-2020 06:40

Hi, does Exec2 support extra parameters on files?

Say if I want to use 78372's directory patcher, it needs:

dpzapply patch.dpz {app} - but the normal application cannot understand {app}, so Inno has to execute it - can Inno do this?

KaktoR 04-08-2020 08:27

Yes it does.

Code:

function Exec2 (FileName, Param: PAnsiChar; Show: boolean):boolean;
Code:

Exec2(ExpandConstant('{app}\DirPatcher.exe'), 'dpzapply patch.dpz', true);

Masquerade 04-08-2020 09:12

Thanks, can Exec2 run .msi executables too? I tried with the XNA framework redist installer however Exec2 didn't seem to do anything. Maybe I mis typed the command.

Thank you for the helpful answer.

KaktoR 04-08-2020 09:35

I don't think so.

I don't remember exactly, but you have to run a system executable (from windows system folder) with the msi file as parameter. I really don't remember which file this was ... :p

Edit: https://jrsoftware.org/iskb.php?msi

Masquerade 04-08-2020 11:43

Quote:

Originally Posted by KaktoR (Post 487234)
I don't think so.

I don't remember exactly, but you have to run a system executable (from windows system folder) with the msi file as parameter. I really don't remember which file this was ... :p

Edit: https://jrsoftware.org/iskb.php?msi

Oh of course! I completely forgot about how msi exec worked. Thanks for all of the help!

BLACKFIRE69 05-08-2020 10:59

Does anyone know how to show up the decompression percentage of a file which in inside a archive with ISDone?

i mean if i decompress a archive like data1.bin with ISDone, i need to show up the percentage of a file (like tanks.pak) inside the archive.

for a example :=
Code:

Total            : 24% completed.
current archive  : data1.bin  (86% completed).
process file      : {app}\game\tanks.pak  (68% extracted)

(i hope you understand what i mean. :rolleyes:)

KaktoR 05-08-2020 11:32

I think this is at least possible with unarc.

At least the freearc example is able to do this (but I don't know if the example is using isdone).

BLACKFIRE69 05-08-2020 12:17

Quote:

Originally Posted by KaktoR (Post 487260)
I think this is at least possible with unarc.

At least the freearc example is able to do this (but I don't know if the example is using isdone).

freearc example ?

Epic Titan 69 21-02-2021 22:11

Quote:

Originally Posted by BLACKFIRE69 (Post 487262)
freearc example ?

Adding ISHASH.dll to Windows Phone Installer

Can Anyone Help Me Adding This Script

To The Below Script

Windows Phone Installer Script

Plz Do Help As I am A Newbie(usually Noob) In SCRIPTING SETUPS

steamsy 08-03-2021 15:28

I repacked a game using FreeArc (and XTool19H8, SREP and LOLZ), what tool is best to create a simple setup .exe (no graphics needed) to install redists / decompress the game files?

Cesar82 08-03-2021 18:51

1 Attachment(s)
Quote:

Originally Posted by BLACKFIRE69 (Post 487262)
freearc example ?

I think KaktoR refers to the example without IsDone as the example in the attachment.

Cesar82 08-03-2021 19:00

Quote:

Originally Posted by steamsy (Post 490757)
I repacked a game using FreeArc (and XTool19H8, SREP and LOLZ), what tool is best to create a simple setup .exe (no graphics needed) to install redists / decompress the game files?

I didn't understand the version of XTool you used.

As you have already compressed the game, the same compressor/decompressor (or similar) must be used to decompress the game.
Maybe you can use Light Installer Script 1.0.0.7 and define the compressors you used in COMPRESSOR_GUI.exe.
You may need to replace the XTool exes with the one you used for compression (testing only).
If you can recompress the game you can use the latest "Light Installer Script v1.0.0.8".

steamsy 08-03-2021 20:25

Quote:

Originally Posted by Cesar82 (Post 490762)
I didn't understand the version of XTool you used.

As you have already compressed the game, the same compressor/decompressor (or similar) must be used to decompress the game.
Maybe you can use Light Installer Script 1.0.0.7 and define the compressors you used in COMPRESSOR_GUI.exe.
You may need to replace the XTool exes with the one you used for compression (testing only).
If you can recompress the game you can use the latest "Light Installer Script v1.0.0.8".

I'll try it out, thanks


All times are GMT -7. The time now is 19:13.

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