#121
|
||||
|
||||
![]()
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
__________________
Maybe I'm destined to be distraught Last edited by oo7; 01-09-2021 at 00:05. |
Sponsored Links |
#122
|
||||
|
||||
![]()
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: ![]() BMP File. ![]() |
#123
|
||||
|
||||
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. Last edited by Cesar82; 31-10-2021 at 06:45. |
The Following User Says Thank You to Cesar82 For This Useful Post: | ||
alley_u2 (28-09-2021) |
#124
|
||||
|
||||
![]()
Thanks for the help mate ! Genius
I did what you asked and it worked. Thanks again ! Last edited by alley_u2; 29-09-2021 at 00:28. |
#125
|
||||
|
||||
![]()
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.
![]() I am using the following settings for compression. Code:
GENERAL INFO: - Clear output folder before conversion: YES - Create ISO images after finish: NO - Shutdown system after finish: NO - Test files after compression: NO OUTPUT INFO: - Selected media type: UNLIMITED - Output directory: Conversion_Output GAME DIRECTORY: - Directory to Unknown 1: C:\Users\HOME\Desktop\jperf-2.0.0 SELECTED METHOD: - Method ARC/DS to Data1a-01.bin file: FA-STORE |
#126
|
||||
|
||||
Quote:
You must replace U1 in the Light Installer source. Last edited by Cesar82; 29-09-2021 at 08:44. |
#127
|
||||
|
||||
I am using the latest versions and I have also replaced the U1 file in the folder
|
#128
|
||||
|
||||
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. ![]() |
#129
|
||||
|
||||
I will try this tomorrow and let you know. Thanks in advance.
|
#131
|
||||
|
||||
@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). |
#132
|
||||
|
||||
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: - Added custom language dialog with skin support. - Updated support for DiskSpan_GUI 2.0.0.4 and newer. |
#133
|
|||
|
|||
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" Last edited by giruthanders; 30-10-2021 at 22:09. |
#134
|
||||
|
||||
Quote:
Code:
#define GameExec "bin\game.exe" |
#135
|
||||
|
||||
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 #if defined(LangSection) && (FileLine != "") && (Pos(";", FileLine) != 1) && (Pos("[", FileLine) != 1) #expr LangList[Count] = FileLine #expr Count++ #elif Pos(LowerCase("[Languages]"), LowerCase(FileLine)) > 0 #define public LangSection #endif #endsub |
The Following User Says Thank You to Cesar82 For This Useful Post: | ||
sakhjack (31-10-2021) |
![]() |
Tags |
asis, ciu, inno, installer, ultraarc |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
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 |