|
|
|
#1
|
||||
|
||||
|
Hey guys&girls
![]() I'm looking for a char (preferably) or icon (max 14x14px) to display free/need space, which can be understand in any language (or at least most). Anyone have ideas? I already had looked through windows charmap but can't find anything usefull.
__________________
Haters gonna hate
Last edited by KaktoR; 22-06-2020 at 05:32. |
| Sponsored Links |
|
#2
|
||||
|
||||
|
If we want to run any task during installation we can use below command which run the task or other program in a separate window:
Code:
function Exec(const Filename, Params, WorkingDir: String; const ShowCmd: Integer; const Wait: TExecWait; var ResultCode: Integer): Boolean; If yes then pl tell how to do it.. Thanks in advance.. |
|
#3
|
|||
|
|||
|
Quote:
download ISutils and got the CaptureConsole.iss https://www.fileforums.com/showthread.php?t=99835 |
|
#4
|
||||
|
||||
|
Quote:
Thanks for info. |
|
#5
|
||||
|
||||
|
If you want, send me the script by PM that I take a look.
|
|
#6
|
||||
|
||||
|
I have shared the script...
Quote:
I think it is writing the output per second.... Ideally it should write output if there is change in output string.. Last edited by bunti_o4u; 23-06-2020 at 07:41. |
|
#7
|
|||
|
|||
|
[QUOTE=bunti_o4u;486495]Thanks.. It worked with my script. But it throwing weird output don't know why.
https://docs.microsoft.com/en-us/win...dconsoleoutput |
|
#8
|
||||
|
||||
|
Quote:
|
|
#9
|
|||
|
|||
|
No it's correct you need to use ReadConsoleOutputW for exact output
|
|
#10
|
||||
|
||||
|
Quote:
Be aware that the commands used do not ask for confirmation. |
|
#11
|
|||
|
|||
|
Hi guys
I am a beginner at this, I am trying to repack a 60gb game (Heat) and I am confused on how to add FreeARC to my installer. Can someone give me a tutorial? I am super interested in repacking/compressing games. Can you send me some guides through private message? Thanks |
|
#12
|
|||
|
|||
|
Hi all, dipping my feet back into the Inno pool again - I have gotten to the point where I am trying to add a label, but the label does not show up. Perhaps I am missing something?
[CODE] Code:
var DesktopIconCheckBox: TNewCheckBox; Progress: TNewProgressBar; RequiredLabel: TLabel; Code:
Requiredlabel := TLabel.Create(WizardForm);
with Requiredlabel do
begin
SetBounds(10, 160, 390, 25);
RequiredLabel.Caption := ExpandConstant('{cm:RequiredSpace} {#Size}');
end;
Code:
procedure CurPageChanged(CurPageID: integer); begin if CurPageID = wpWelcome then begin Progress.Hide; RequiredLabel.Show; end; ![]() The pink highlights were the label is meant to be. |
![]() |
| 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 |