![]() |
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. |
Quote:
Thank you also for the config batch file, I think you had given me some advice on how to do the same a while back but I never managed to get it working. Thanks again mate, with this I'll definitely be fully migrating to v7.3.3 :) |
Quick question about specifying a file for a given Task/Component, what value determines what file to use in v7.3.3? Had a look through the help documentation as well as the script but can't find any reference of whether something like "Component1.File=" / "Task1.File=" is still used, as in v7.2.0, or whether its put inside the Settings.ini / Records.ini file.
|
Code:
Component1.Name=Game 1Code:
[Record1]Code:
[Record1] |
How to change language
I've changed english.isl and default.isl after I saved and compile setup. Still no change..
please help me, and sorry for my english because i use google translate |
Quote:
Code:
[Settings] |
Quote:
For example I have changed WelcomeLabel1 with my own typed text https://imgur.com/a/vDuEA3d |
Quote:
or edit "Resources\IS_Files\Default.iss" to english language. You also need to edit the messages contained in the script.iss, in the sections [Messages] and [CustomMessages] for some labels. After editing you need to compile using the Compile_Script.bat file. |
Quote:
|
Quote:
I added code [Run] to the script and compile it using Compile_Script.bat an error occurred while I used inno setup no error occurred (my Inno setup version 6.2.1) Even though with my innosetup there is no error but the text I have changed doesn't work.. I checked Compile_Script.bat and it looks like it's using inno setup which is in Resources\IS_Files\Compil32Ex.exe Can you provide a solution for me so that the welcome text can be changed and I can add [Run] code without error |
[Run] section will not work.
The welcome text use "msgWelcomeLabel1" and "msgWelcomeLabel2" which you can't edit inside a isl file because they are "hard coded" somewhat (at least I did not found the strings anywhere), but I think maybe you can change the caption of it with "msgWelcomeLabel1.Caption := abc" Edit: I talk bullshit. I forgot that "msg" before the label name means something which I forgot in the meantime... The label name which you are looking for is "WelcomeLabel1" and "WelcomeLabel2" in the *.isl files. |
Quote:
Code:
[Messages] |
thanks to both of you
Is there any difference between the inno setup in Resources\IS_Files\Compil32Ex.exe and the one I installed (version 6.2.1)? I'm confused which one to use Will compiling using script.iss and using inno setup version 6.2.1 run smoothly? |
Quote:
|
do you know how to open the application/website after the installation is complete and the user has clicked Finish without the checkbox
|
Insert something like this in CurStepChanged.
Quote:
Code:
procedure CurStepChanged(CurStep: TSetupStep); |
Quote:
I want to ask again what compression method is the best So far I'm using [1] Srep + Lzma I'm compressing a 200 mb file to 60 mb but last night I compressed WWE 2K22 with 10 Hours only cut very little from 49.8 GB to 49.3 GB I read on the internet every game has a different compression method.. Do you know what the difference is? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~ Edit: if you want to know the compression method please open the link https://fileforums.com/showthread.php?t=99554 Thanks @KaktoR for telling |
hello, I just realized there is an error in the image below in the red frame, it should indicate a number instead of mb?
but I can't find where it is. can you help me? I am using version 7.3.3 https://zupimages.net/up/22/22/tvwm.jpg |
1 Attachment(s)
Quote:
Code:
Component1.Size=4.15 GB |
Code:
;; requires at least two components to enable page. |
I really think ASIS needs a little fix in the source code.
The label "MB" in Inno Setup languages is not constant in all languages. Edit ASIS "Script.iss" and add the lines highlighted in RED (Place the lines in the same order as below). Code:
function FormatDiskSpaceLabel(Labl: String; Size: Extended): String; |
many thanks this worked
|
hi, firstly thank you so much for this great script. i have little question for batch setting
how to show info in caption label when batch run after install, show the text in label caption, ex : " wait finishing proses" on compact mode thanks |
Code:
procedure CurStepChanged(CurStep: TSetupStep); |
@KaktoR, I think you forgot the begin end.
Code:
procedure CurStepChanged(CurStep: TSetupStep); |
worked thanks @kaktor & @Cesar82
and 1 question again when the batch running, i want the prosses hidden/silent ( only see on task manager and text 'Waiting for batch prosses...' ) without window cmd, have setting ? |
Quote:
Code:
Exec2(ExpandConstant('{#BatchFileName}'), '', False); |
Quote:
|
Quote:
Me be like https://i.imgur.com/GRych1M.jpg |
can the pause button be removed?
|
Quote:
|
2 Attachment(s)
Here is a wip for 7.3.4
Code:
v7.3.4 wip |
Quote:
I want to ask again, can you tell me how to make the game always run with run as administrator? |
Game Run As Administrator
because some games have to run as administrator so I want to add Flags: runascurrentuser
Can someone tell me where to put the code? |
@abror
Will be added in next update |
Do you mean the cutted text on select directory page? Will be fixed in next version.
Edit: Added new script to previous post. Fixed some other things aswell. PS: As for the "Run as administrator" privileges, open registry.iss and see how it should look like. I will change this in next versions. |
| All times are GMT -7. The time now is 09:58. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com