|
|
|
#1
|
||||
|
||||
|
Quote:
Light Installer Script (LIS) - DiskSpan_GUI Thanks! |
| Sponsored Links |
|
#2
|
||||
|
||||
|
As all you regulars have shown many times with what you all do ... anything is possible.
![]() Title Changed.
__________________
Can't find a Game Conversion? Check the 'Conversion INDEX'
![]() |
|
#3
|
|||
|
|||
|
how to modify LightInstallerLogoOrange.bmp (Light Installer) to another name ???
thx |
|
#4
|
||||
|
||||
|
Quote:
The parts of the code referring to the logo image file are below (Search the script). Code:
#define Theme "ORANGE" Code:
#if Theme != "NULL"
Source: "Resources\LightInstallerLogo{#Theme}.bmp"; DestName: "LightInstallerLogo.bmp"; DestDir: "{tmp}"; Flags: dontcopy
#endif
Code:
#if Theme != "NULL"
with TBitmapImage.Create(WizardForm) do
begin
Parent := WizardForm;
SetBounds(ScaleX(14), WizardForm.NextButton.Top + ScaleY(1), ScaleX(225), ScaleY(20));
Bitmap.AlphaFormat := afDefined;
Bitmap.LoadFromFile(ExpandConstant('{tmp}\LightInstallerLogo.bmp'));
#if VER >= 0x06000000
Anchors := [akLeft, akBottom];
#endif
if '{#AppURL}' <> '' then begin
OnClick := @LogoOnClick;
Cursor := crHand;
end;
end;
#endif
Code:
#if Theme != "NULL"
ExtractTemporaryFile('LightInstallerLogo.bmp');
#endif
|
| The Following User Says Thank You to Cesar82 For This Useful Post: | ||
Stor31 (13-02-2021) | ||
|
#5
|
|||
|
|||
|
what is records.ini for?
I have a problem with him... |
|
#6
|
||||
|
||||
|
What problems?
Records.ini is necessary because it contains all information from the files compressed by DiskSpan_GUI about the compressed files |
|
#7
|
|||
|
|||
|
Quote:
What am I doing wrong? |
|
#8
|
|||
|
|||
|
Quote:
but the result
Last edited by Stor31; 13-02-2021 at 04:42. |
|
#9
|
||||
|
||||
|
you have to disable this #define Theme "ORANGE" to this ;#define Theme "ORANGE" then the logo will be disabled
__________________
It would be nice if you appreciate my work with the thanks Button |
| The Following User Says Thank You to mausschieber For This Useful Post: | ||
Stor31 (13-02-2021) | ||
|
#10
|
|||
|
|||
|
Quote:
![]()
Last edited by Stor31; 13-02-2021 at 07:44. |
|
#11
|
|||
|
|||
|
Recently I found very annoying that you cannot set default "split tab" – how many times I forgot to change it from default DVD5 to unlimited and had to repack from scratch... For those who prefer one big archive instead of splitting would be nice to have an option to set the default "split tab" to Unlimited for instance
![]() And is there any chance to change naming convention from "setup.bin.001, .002 ..." to "setup-1.bin, setup-2.bin" etc.? .001 extensions does just look weird to me and it doesn't follow standard naming. |
|
#12
|
||||
|
||||
|
Quote:
I'll think of something, but I don't think that will change that for now. 2) Yes, this is not yet possible, but in a future version the names may be used as names as Setup1a-01.bin as standard. However, the future version will no longer support 32-bit systems (It will only be 64-bit with only 64-bit compressors). But for now only .001 names. Edit: DiskSpan_GUI updated in the first post. - Functionality has been included to allow leaving the disk UNLIMITED selection tab as default. Last edited by Cesar82; 26-03-2021 at 12:58. |
| The Following 3 Users Say Thank You to Cesar82 For This Useful Post: | ||
|
#13
|
|||
|
|||
|
Hi, thanks for your hard work and great program. I wanted to ask if virustotal reacts very negatively to the setup.exe installers it creates. Interestingly, this problem can be solved?
|
|
#14
|
||||
|
||||
|
Quote:
If it is Setup.dll, try using different methods (only the decompressors used in Setup.dll will be included), to find out which method is including the false positive. I did a test here with setup.exe. Compile Setup.exe with Inno Setup 5.59 which will have less false positives in the analysis of the totalvirus. Last edited by Cesar82; 16-04-2021 at 09:35. |
| The Following User Says Thank You to Cesar82 For This Useful Post: | ||
mashamiskasalo (16-04-2021) | ||
|
#15
|
|||
|
|||
|
even responds to standard setup exe
InstallerScript [2021.02.07]_original.iss here is my script (setup.exe) https://www.virustotal.com/gui/file/...ef51/detection nothing but the names of the game has changed https://www.upload.ee/files/13059926/divinity.iss.html |
![]() |
| Tags |
| asis, ciu, inno, installer, ultraarc |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [Help] need Advanced Installer script with Razor1911's UltraArc module | rez3vil | Conversion Tutorials | 3 | 15-04-2024 02:24 |
| Ultimate Conversion Compressor (UCC) | vollachr | Conversion Tutorials | 55 | 26-04-2021 09:27 |
| INDEX - Conversion Tutorial Index | Razor12911 | Conversion Tutorials | 5 | 11-06-2020 02:05 |
| How many forum members does it take to change a light bulb? | rms2001 | XBox Games | 6 | 12-01-2004 05:31 |