![]() |
TPI theme For LIS
3 Attachment(s)
TPI(3 page Installer) Theme
Instruction: Just extract the archive contents to Light Installer Script 1.0.0.9 Folder and compile TPI THEME [2021.06.30].iss Credits: LIS By Cesar82 |
Logo Issue
1 Attachment(s)
Hi Cesar82 and thanks for providing such a simple and easy to use installer that suits my style.
I am facing just one issue. When I change the logo using the .psd file provided (I just changed the name from "light installer" to "allen installer" using photoshop) and the save the file to LightInstallerLogoOrange.bmp, the setup file still displays the original .bmp file. Please note that I am using Charcoal Dark Slate.vsf style file Setup File: https://i.ibb.co/BTLYgYJ/Screenshot-...-28-173413.png BMP File. https://i.ibb.co/5vVnMd6/Light-Insta...ogo-Orange.png |
1 Attachment(s)
Quote:
Attached is a video tutorial on how to change the logo text. Also includes logo image and psd. P.S: As I changed the name of the theme to allen then it would be necessary to put the images WizardSmallImageAllen.bmp and WizardImageAllen.bmp so that the bitmaps image stayed with the default bitmap images from Inno Setup during the video. |
Thanks for the help mate ! Genius
I did what you asked and it worked. Thanks again ! |
Runtime error
I must be doing something wrong. I am getting the following error. Sorry for the trouble. I have been out of this game for long.
https://i.ibb.co/s9MwpYm/Screenshot-...-29-144637.png I am using the following settings for compression. Code:
GENERAL INFO: |
Quote:
You must replace U1 in the Light Installer source. |
I am using the latest versions and I have also replaced the U1 file in the folder
|
Light Installer Script 1.0.0.9.u2
Added Light Installer Script 1.0.0.9.u2 in first post.
Download u2 file, extract replace in your LIS source code. :) |
I will try this tomorrow and let you know. Thanks in advance.
|
Quote:
|
@sakhjack, Inno Setup does not allow skins to be included
The skin file is loaded when calling the initialize setup function, however the language selection box is displayed before calling this function, not allowing to display the form already with skin. If you find it interesting I can create a custom form for language selection that will be displayed when calling initialize setup (as is done in ASIS). |
Light Installer Script 1.0.0.9 (U4)
Quote:
Use another skin that won't have this white part. Added Light Installer Script 1.0.0.9 update 4 in the first post (replace files). Code:
Changes: |
Internal error: CallSpawnServer: Unexpected response: $0
Sorry if this is a stupid question but how do I fix this error when trying to launch the game in the installer?
This happens when I check "Launch [game]" after the install is finished. The desktop shortcut works though "Internal error: CallSpawnServer: Unexpected response: $0" |
Quote:
Code:
#define GameExec "bin\game.exe" |
Quote:
In the [Languages] section of the script, simply enter the text highlighted in red color below (on script line 294 here). Code:
#sub CreateLangList |
Quote:
|
Light Installer Script 1.0.1.0
1 Attachment(s)
Added Light Installer Script 1.0.1.0 in first post. :)
Code:
- Added support for Persian (Farsi) language to Light Installer Script (Thanks to Gehrman for collaboration). |
Remember Default Installation Directory
Hello, I would like to ask how I could make the setup remember the folder I install my games in, like FitGirl's?
The default is C:\Program Files, but for example I change it to D:\Games. I want the installer to remember so that the next game I install, it will default to that directory instead of going back to C. |
Quote:
It doesn't memorize your last choice, it always installs in a "Games" folder and on the same drive. Even if you choose "E:\My Games", assuming the system is installed on the "C:" drive in the next install it will suggest "D:\Games" as in the first install (Correct me if I'm wrong). If you want similar behavior change the line in the [Setup] section of the script. Code:
from:Code:
const |
Quote:
You mean a preprocessor parameter that disabling it disables the creation of uninstall files and uninstall registry entries? Quote:
The AppPublisherURL= AppSupportURL= AppUpdatesURL= keys are descriptive used only in shortcut of the control panel. READ: AppPublisherURL, AppSupportURL, AppUpdatesURL. |
Lignt Installer Script 1.0.1.0 (u2)
1 Attachment(s)
Quote:
Code:
- Added ISPP directive (#define Uninstallable), if you disable this directive line: |
1 Attachment(s)
Quote:
If you find other bugs let me know. I have attached the script with the reported bugs fixed. |
1 Attachment(s)
LIU Preview (Starting project)
If you have any suggestions, they are welcome. |
Quote:
|
Quote:
|
How do i add optional files?
After getting the diskspan output of 2 files (data1.bin,data-optional.bin) and adding both to the records.ini like so:
Code:
[Record1]How do i make the installer skip the optional file if its not there? Thanks in advance. :) |
Quote:
|
Request to add ISExec
Hi Cesar82
Is it possible to add ISExec like the example below? Code:
[Record1] |
Quote:
Perhaps something unique to the Light Installer could be implemented in a different section like [Exec#] by manually adding it to the Records.ini itself. |
Isskin INI code
Hi Cesar82, Thank you for the script you made, but i have a problem when adding the skin(cjstyles) with INI code, the skin is not added, So i made some changes:
Code:
#if !defined(StyleFile) |
Quote:
Code:
#if !defined(StyleFile) |
I need help with translations of Light Installer Script messages to make it compatible with the new DiskSpan GUI...
I translated it in google translator, it must not have been correct, so if it is wrong for your language, please share the translation. Translations can be made from the English language below Supported languages are: "Dutch", "English", "Farsi", "French", "German", "Hungarian", "Italian", "Japanese", "Polish", "Portuguese", "Russian", "Spanish". Code:
#ifdef DutchThe HashPageTitle= message should always start the main words with capital letters. Some messages cannot contain spaces like: Code:
english.HashFileHash=FileHashCode:
english.HashStatusLabel=Verifyed: %1 of %2 files (%3%) |
!
Code:
english.HashNoFile=File not found!_________________________________ Code:
#ifdef Farsi |
Code:
french.HashNoFile=Fichier non trouvé!Code:
french.HashNoFile=PasFichierCode:
french.HashFileHash=FichierHachageCode:
french.HashFileHash=Fichier de HachageCode:
french.HashCalcHash=CalculerHachageCode:
french.HashCalcHash=Calculer le HachageCode:
french.HashHashStatus=HachageÉtatCode:
french.HashHashStatus=Statut de hachageCode:
french.HashNoFile=PasFichierCode:
french.HashNoFile=Aucun fichier |
Quote:
Just specify the lines I should use like @Gehrman did. Forgot to comment. Some messages cannot contain spaces like: Code:
english.HashFileHash=FileHash |
Quote:
I'll change it to HashNotFound= the first message. |
Quote:
this one is the right one without the spaces yes I did like @Gehrman |
Light Installer Script 1.0.1.1
Added Light Installer Script 1.0.1.1 in first post. :)
Code:
- Fixed ISSP condition to work cjstyles skin parammeter. |
Light Installer Script 1.0.1.2
Added Light Installer Script 1.0.1.2 in first post. :)
Code:
- Updated support to DiskSpan GUI 2.0.1.3+ |
Light Installer Script 1.0.1.3
Added Light Installer Script 1.0.1.3 in first post.
Code:
- Updated support to DiskSpan GUI 2.0.1.4+- Source code reuploaded (Fixed bugs). |
| All times are GMT -7. The time now is 00:52. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com