#46
|
|||
|
|||
ok i got your script working
cut and paste this into your script file #define EnableVclStyles /* Remove ; to enable VCL styles support */ #define enablemusic /* Remove ; to enable music support */ you had a space between them #define EnableVclStyles /* Remove ; to enable VCL styles support */ #define enablemusic /* Remove ; to enable music support */ like this.. which didnt work as soon as i removed the space in between it solved the mp3 issue. |
The Following User Says Thank You to ScOOt3r For This Useful Post: | ||
Wikinoob (11-07-2022) |
Sponsored Links |
#47
|
|||
|
|||
Quote:
|
#49
|
|||
|
|||
Just a thought, Wonder if there's any way for a checkbox to mute sound as my son don't like music on installers lol
|
#51
|
|||
|
|||
Thanks once again for all your help
|
#53
|
|||
|
|||
#54
|
|||
|
|||
Hello, sorry for disturbing, I am new to this and after compiling the script I get the error 'It is not found any file specified for ISArcExtract'. What am I missing or what am I doing wrong ?
|
#55
|
||||
|
||||
It means the script cannot find any archives with the specified extension. Please read the front page of this topic and the very top of the script file.
|
#56
|
||||
|
||||
Hello everyone and thank you for your welcome.
I'm a beginner, I'm using the Masquerade script (Thanks!) but I need some help... so I have a file folder with a program I'd like to install with this installer. I've tried several times, I can't. I managed to put the banner, the icon and the music, put the folder in 'include', I create an installer with two setup.bin I click on setup.exe try to install I have an ISdone error. dll... also I added a line in the setup of the script, because I had an error during the compilation: DiskSpanning=yes. #define Binary "Test.exe" ;; Type full path to EXE file! and this, i don't understand what should i put? in my folder I have an exe file of which I would like the installer to create a shortcut but with a particular line example : "C:\abc\def\ijk.exe" "C:/abc/def/lmn.xex" --fullscreen If someone can shed some light for me? Thank you and sorry for the spelling mistakes, I use a translator |
#57
|
||||
|
||||
Hi
Please don't put any of your program files into the Include folder - Include folder is only for decompressors and their configurations. Please tell us what ISDone error you experience, a screenshot of the error message would be helpful. Quote:
Code:
#define Binary "def\ijk.exe" Code:
Name: "{commondesktop}\{#Name}"; Filename: "{app}\{#Binary}"; Parameters: "lmn.xex" --fullscreen"; Check: CreateADesktopIcon |
#58
|
|||
|
|||
Hi,
First time I ever try to repack and create an installer, so please be nice to me. When I try to install the game I get an error: https://imgur.com/a/JClI67t I used DiskSpan GUI for compressing. Light Installer Script worked fine, but I like the simplicity of Simple Installer Script more. Any help? |
#59
|
||||
|
||||
I guess you have to extract contents of Setup.dll into Include folder and then recompile the script.
Setup.dll file is a freearc file. Rename .dll to .arc and extract to script Include folder
__________________
Haters gonna hate
|
The Following User Says Thank You to KaktoR For This Useful Post: | ||
ScarAce1989 (28-10-2022) |
#60
|
|||
|
|||
Still not working. Got the same error.
I think it has something to do with XTool_2020 folder which include preflate_dll.ddl and XTool.exe It seems Simple Installer Script doesn't include them because they are in a seperate folder when I compile. If I move them from the XTool_2020 folder to the Include folder it doesn't work either. If I use other compressors like srep+LOLZ_NORMAL it works, but I want to use XTool 2020 too... Last edited by ScarAce1989; 28-10-2022 at 06:45. |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Light Installer Script (LIS) - DiskSpan_GUI | Cesar82 | Conversion Tutorials | 203 | 04-10-2024 10:48 |
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 |