![]() |
Hi,
Any idea why shortcut is a white blank icon? I have this in Settings.ini [Executable1] ShortcutName=Kena Bridge of Spirits ExePath=Kena.exe ExeParam= IconFileName=Kena.exe I even had: IconFileName=Setup.ico Since Setup.ico use icon straight from game .exe file. Still it was white blank image. |
Quote:
IconFileName={app}\Kena.exe |
"IconFileName={app}\Kena.exe"
This made the trick. Thank you very much Cesar82 |
Is it there any easy solution to have multiple data files for single selected component? I'm currently making a collection, with one of the selective titles having to have certain files packed separately. I know I could just instruct the user to select 2 items, but for the sake of it looking better I was wondering if a neater solution would be possible.
I tried modifying Code:
if Trim(GetIniString('ComponentsSettings', 'Component' + IntToStr(I) + '.File', '', IniFile)) = '' thenCode:
ComponentFile := ExpandConstant('{src}\' + GetIniString('ComponentsSettings', 'Component' + IntToStr(CompIndexList[I]) + '.File', '', ExpandConstant('{tmp}\Settings.ini')));Code:
if Trim(GetIniString('ComponentsSettings', 'Component' + IntToStr(I) + '.FileA' or '.FileB', '', IniFile)) = '' thenCode:
ComponentFile := ExpandConstant('{src}\' + GetIniString('ComponentsSettings', 'Component' + IntToStr(CompIndexList[I]) + '.FileA', '', ExpandConstant('{tmp}\Settings.ini'))); |
Yes, however, you have to enable Tasks
Just make a Task Code:
Task1.Name=Game FilesCode:
[Record1]But may I ask, why you don't make a masked data archive? You can store different files with different compressions inside a single freearc archive. Edit: Ohh, I just forgot you are working with an older script (right?). In this case I can't help you much, but I guess it is possible neverthless (I guess in this case you have to work with Component=# instead of Task=# in records.ini). |
Quote:
Quote:
|
Odd question considering it's been a few months without a new post on this thread, but what does it mean when the installer outputs a unarc -6 error (unable to read data)? Someone was talking to me about it and I have no clue - I never received this error and decompression worked fine on my machines.
|
Please, DelSaveGame in script
|
Code:
[UninstallDelete] |
Quote:
|
1 Attachment(s)
Try this
Add to Settings.ini Code:
[Settings] |
Thanks very much
can I put several like Savegamefolder1, Savegamefolder2? |
hello, is it possible to add a small equalizer just above the music OFF/ON button
|
Sorry if this has been asked before, but how do I add a window or border to the welcome screen message? Thanks.
[IMG]https://i.postimg.cc/ZqKqS0s5/image.jpg[/IMG] |
You have to make it manualy in your bitmap image. There is a _Background.psd file which contains this half transparent border for example reasons (75% opacity).
https://i.imgur.com/rHJZUF4.png Maybe one day I will add PNG images for it :D But actually this project is finished from my side if there are no bugs around. |
Hello everyone,
i want to know how to include in ASIS 7.3.2 Diskspan GUI vxx as in the version of Asis 7.2.2a Thank you in advance for your replies |
What do you mean exactly? ASIS 7.3.3 is fully compatible with latest Diskspan GUI.
|
2 Attachment(s)
Quote:
Hello KaktoR, Hmmm I only see links for 7.3.2 Where is the link to the latest version of asis 7.3.3? and tell me in 7.3.3, Diskspan GUI is in the 7.3.3 archive? look at me image of version 7.2.2a |
Sorry I totally forgot to share 7.3.3
Here it is. What you need is just DSG 2.0.0.9+ (latest ASIS should work with other versions down to 2.0.0.5 too). |
Quote:
thank you very much but tell me for DSG 2.0.0.9+ I unzip the archive in the "COMPRESSOR" directory of asis? in fact what I want is that "DSG 2.0.0.9+" be integrated into the Asis 7.3.3 script as in your version (7.2.2a) it's much more practical |
Yes Setup.exe will be created in COMPRESSOR\Setup_Files folder if it exists.
|
Quote:
Big thank KaktoR |
Hey Guys i want to add my own archives without using DiskSpan
i have used records and made setup.dll but the installer give me this: https://i.ibb.co/SNDywYL/image.png |
Send me your setup.dll + records.ini
|
1 Attachment(s)
Quote:
|
|
Quote:
|
1 Attachment(s)
also check my script.iss i have edited it
|
Guys how do i change the font of the installer?
|
Quote:
Quote:
|
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? |
| All times are GMT -7. The time now is 07:31. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com