![]() |
Quote:
Code:
function ISDoneInit (RecordFileName:string; TimeType, Comp1, Comp2, Comp3:Cardinal; WinHandle, NeededMem:longint; callback: TCallback):boolean;Code:
function SrepInit (TmpPath:PAnsiChar; VirtMem, MaxSave:Cardinal):boolean;Code:
function FileSearchInit (RecursiveSubDir:boolean):boolean;If you specify true Then when specifying the input file name containing the mask (eg * .pcf), files will be searched in the same in all subdirectories from the specified path. If false - Only in the specified folder. |
Can anyone here tell me how can i direct my setup to install a font without informing the user and the first priority of setup must be installing the font
Thanks |
Quote:
|
Components Full and Custom Help
Hello everyone, trying to know how I can get the components to be fixed when in full installation but then selectable when in custom installation:
-The Full Installation at the moment- https://imgur.com/aS2TWYh -The Custom Installation at the moment- https://imgur.com/Lgl13Fl Thanks for the help! |
Can someone Explain what does those two hyphen or minus do?
Code:
packcmd = xtool precomp -mzlib+preflate -c32mb -t100p --dbase=temp.db - - <stdin> <stdout>Also these "<stdin> <stdout>" are only used in Installer's Arc.ini right? For UnArc.dll? |
is there any option in inno for example if component A is selected then the setup will extract specified file and if selected B then other specified file
Edit:- Files are embeded in installer |
Quote:
Code:
if LowResourceCB.Checked then begin |
Quote:
|
Try like this
Code:
if LowResourceCB.Checked then begin |
How to show custom text instead of LABELCURRFILE
I know that we need to put .Hide in front of it to stop showing current file name but what to do to show custom text like Extracting or Unpacking...... etc THANKS |
Quote:
|
LABELCURFILE is not inside InnoSetup Support, maybe you mean 'StatusLabel' instead?
StatusLabel is showing 'Unpacking Files ...', FileNameLabel is showing current file. However, to make a new TLabel or TNewStaticText variable you can do something like this. Code:
var |
There was a plugin for Inno Setup that allowed for bat file / console application output to be redirected to the inno Setup memo window instead of producing a cmd window.
The name seems to have slipped my mind - can anyone help? |
Hi all,
Does anyone know if Inno Setup supports checksum parts/segments/other-name-here? A lot of my conversions have selective/optional .bins and I usually only supply the checksums for the "main" files, but was wondering if I could have multiple smaller checksum files for each component then splice these together to verify selected parts. |
Quote:
|
| All times are GMT -7. The time now is 15:11. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com