![]() |
Quote:
it was errors from the archive about the script im editing it but i keep your credits |
another question how do i change the whole installer font?
|
Quote:
Code:
Go to Help folder and read Settings.txt. There is all explained you need to know. |
It is only possible to change the welcome and finish messages.
By editing the script it is possible to change the whole appereance of the installer too, like this https://i.imgur.com/ZrKoBha.png However sometimes it is needed to change the font size for all elements. Like in the image above, you will see some cut texts. |
Quote:
Instead of using Fonte.Size := 14 you can try using Fonte.Height := Scale(10) for example (it will keep the Height aspect of the font automatically calculating the font.size). |
Thank you guys for Help
i want to combine records.ini to setup and i want to add component archive name and Redists does not work |
What'd be the best solution for being able to use a custom directory constant for a component file? I'm interested in looking into using something like the "{sd}" constant for a given component entry.
I know such functionality is supported for specifying the path of an ".ini" file under [INISettings], but I'm not too sure how to implement it. I believe this is the section of the script I should be looking at, with the highlighted text being the value that I THINK indicates the working directory for where the file should be. Code:
ComponentFile := ExpandConstant('{src}\' + GetIniString('ComponentsSettings', 'Component' + IntToStr(CompIndexList[I]) + '.File', '', ExpandConstant('{tmp}\Settings.ini'))); |
Quote:
P.S: The current version you configure directly in the Records.ini file for each component. |
I am able to change all components to use a given constant, was hoping though to be able to use a different constant for each component, thanks for the help nonetheless.
All the new functionality in newer versions of the script really have me seriously considering making the move from v7.2.0, honestly though the only thing stopping me is the super convenient "Compressor GUI", its a shame it was phased out after v7.2.0 . |
Compressor GUI was eliminated to make way for DiskSpan GUI which has much more features and ease of compression doing everything automatically.
Why don't you use DiskSpan GUI? |
hello I would like to add the equalizer if someone can give me a track? thank you in advance
|
Quote:
Sorry if I offended you, DiskSpan GUI is a great tool, just not my personal cup of tea. |
You don't have to use DiskSpan GUI for ASIS. You can still create your own archive which whatever tool you like. The only thing is you have to create a Setup.dll manualy. All of this is explained in Help folder\Setup.dll.txt
|
Quote:
|
2 Attachment(s)
Quote:
I attached the files referring to the old compressors that worked with the COMPRESSOR_GUI (They must be very outdated). With this GUI compressor you create the Setup.dll file that can be used with current ASIS (I think). It must be extracted to the ASIS folder. P.S: Add the 64BitOnly=0 key in the [Settings] section of the ASIS Settings.ini file so that you can use 32-bit compressors. To work on 32-bit systems, it is also necessary to remove the lines indicated below from the [Setup] section of the Script.iss of the ASIS v7.3.3 : Code:
ArchitecturesInstallIn64BitMode=x64EDIT: I attached a new file. Extract the COMPRESSOR (DSG) folder to the ASIS 7.3.3 folder. - Added a combobox in the COMPRESSOR_GUI interface to select the method used to compress Setup DLL. |
| All times are GMT -7. The time now is 13:31. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com