![]() |
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 :p |
Adding the parent made it work, thank you! That'll explain why I couldn't get other things to appear too.
|
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? |
Yes it does.
Code:
function Exec2 (FileName, Param: PAnsiChar; Show: boolean):boolean;Code:
Exec2(ExpandConstant('{app}\DirPatcher.exe'), 'dpzapply patch.dpz', true); |
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. |
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 |
Quote:
|
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. |
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). |
Quote:
|
Quote:
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 |
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?
|
1 Attachment(s)
Quote:
|
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". |
Quote:
|
| 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