#76
|
||||
|
||||
Updated Light Installer Script to v1.0.0.8
See the changelog for more details. @mods, if possible, change the Light Installer Script thread title (Title that appears in "Conversion Tutorials") to the same title at the top of the thread. Thanks! Last edited by Cesar82; 07-02-2021 at 08:40. |
The Following 2 Users Say Thank You to Cesar82 For This Useful Post: | ||
hydefromt70s (07-02-2021), mausschieber (07-02-2021) |
Sponsored Links |
#77
|
||||
|
||||
Quote:
Light Installer Script (LIS) | DiskSpan_GUI
__________________
Can't find a Game Conversion? Check the 'Conversion INDEX'
|
#78
|
||||
|
||||
Quote:
Light Installer Script (LIS) - DiskSpan_GUI Thanks! |
#79
|
||||
|
||||
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'
|
#80
|
|||
|
|||
how to modify LightInstallerLogoOrange.bmp (Light Installer) to another name ???
thx |
#81
|
||||
|
||||
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) |
#82
|
|||
|
|||
what is records.ini for?
I have a problem with him... |
#83
|
||||
|
||||
What problems?
Records.ini is necessary because it contains all information from the files compressed by DiskSpan_GUI about the compressed files |
#84
|
|||
|
|||
Quote:
What am I doing wrong? |
#85
|
||||
|
||||
Quote:
This can only happen if you merged the Records.ini file at the end of the diskspan_gui compression page and are now placing another Records.ini with incorrect information from the compressed data files. It is not possible to extract any compressed files without existing records.ii next to setup.exe or inside setup.dll. |
#86
|
|||
|
|||
Quote:
but the result Last edited by Stor31; 13-02-2021 at 05:42. |
#87
|
||||
|
||||
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) |
#88
|
|||
|
|||
thank you messschieber ;; but I want to change (LightInstaller) not deactivate !!!!!!
Last edited by Stor31; 13-02-2021 at 08:44. |
#89
|
||||
|
||||
Quote:
The Light Installer logo is an option for you to place any logo image you want, just by editing one of the PSD (Photoshop project) files or creating your own logo as you wish (But the dimensions 225x20 pixels must be kept). Just create your bitmap image (.bmp) with alpha layer to determine the semi-transparent areas and save it as "LightInstallerLogo.bmp" in the "Resources" folder. Then open the script and set theme to "" and compile the script. Code:
#define Theme "" |
The Following User Says Thank You to Cesar82 For This Useful Post: | ||
Stor31 (14-02-2021) |
#90
|
|||
|
|||
Quote:
|
Tags |
asis, ciu, inno, installer, ultraarc |
Thread Tools | |
Display Modes | |
|
|
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 03:24 |
Ultimate Conversion Compressor (UCC) | vollachr | Conversion Tutorials | 55 | 26-04-2021 10:27 |
INDEX - Conversion Tutorial Index | Razor12911 | Conversion Tutorials | 5 | 11-06-2020 03:05 |
How many forum members does it take to change a light bulb? | rms2001 | XBox Games | 6 | 12-01-2004 06:31 |