|
#1426
|
||||
|
||||
|
Try to change the parent of the label
Code:
Parent := WizardForm(.WelcomePage); Code:
SetBounds(WizardForm.DirEdit.Left, WizardForm.DirEdit.Top + ScaleX(20), ScaleX(390), ScaleY(25)); ![]() PS: And if I were you, I would change the SetBounds integers and add ScaleX/Y to it
__________________
Haters gonna hate
Last edited by KaktoR; 17-07-2020 at 09:16. |
| The Following User Says Thank You to KaktoR For This Useful Post: | ||
Masquerade (18-07-2020) | ||
| Sponsored Links |
|
#1427
|
|||
|
|||
|
Adding the parent made it work, thank you! That'll explain why I couldn't get other things to appear too.
|
|
#1428
|
|||
|
|||
|
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? |
|
#1429
|
||||
|
||||
|
Yes it does.
Code:
function Exec2 (FileName, Param: PAnsiChar; Show: boolean):boolean; Code:
Exec2(ExpandConstant('{app}\DirPatcher.exe'), 'dpzapply patch.dpz', true);
__________________
Haters gonna hate
|
|
#1430
|
|||
|
|||
|
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. |
|
#1431
|
||||
|
||||
|
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 ... ![]() Edit: https://jrsoftware.org/iskb.php?msi
__________________
Haters gonna hate
Last edited by KaktoR; 04-08-2020 at 09:38. |
|
#1432
|
|||
|
|||
|
Quote:
|
|
#1433
|
||||
|
||||
|
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)
)
|
|
#1434
|
||||
|
||||
|
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).
__________________
Haters gonna hate
|
|
#1435
|
||||
|
||||
|
freearc example ?
|
| The Following User Says Thank You to BLACKFIRE69 For This Useful Post: | ||
Epic Titan 69 (21-02-2021) | ||
|
#1436
|
|||
|
|||
|
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 |
|
#1437
|
|||
|
|||
|
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?
Last edited by steamsy; 08-03-2021 at 16:14. |
|
#1438
|
||||
|
||||
|
I think KaktoR refers to the example without IsDone as the example in the attachment.
|
|
#1439
|
||||
|
||||
|
Quote:
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". |
| The Following User Says Thank You to Cesar82 For This Useful Post: | ||
steamsy (08-03-2021) | ||
|
#1440
|
|||
|
|||
|
Quote:
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INNO TROUBLESHOOT - Tutorials and Answers about INNO Setup | REV0 | Conversion Tutorials | 129 | 21-05-2021 05:51 |
| INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 06:57 |
| Frequently Asked Questions | Joe Forster/STA | PC Games - Frequently Asked Questions | 0 | 29-11-2005 09:48 |