FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   Simple Installer Script (https://fileforums.com/showthread.php?t=104745)

ScOOt3r 11-07-2022 11:02

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.

Wikinoob 11-07-2022 11:04

Quote:

Originally Posted by ScOOt3r (Post 497578)
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.

Thanks i've added this to my script, many thanks for your help, it also seemed to be the BASS.DLL had corrupted itself, re downloaded and working

ScOOt3r 11-07-2022 11:05

ok great. .glad we could all help you

cheers and enjoy the great installer

ScOOt3r

Wikinoob 11-07-2022 11:16

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

Masquerade 11-07-2022 11:54

v1.4.1
  • Typo fixed.
  • BASS library updated.

Wikinoob 11-07-2022 12:35

Thanks once again for all your help

KaktoR 12-07-2022 07:19

Quote:

Originally Posted by Wikinoob (Post 497581)
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

It is possible yes.

Wikinoob 13-07-2022 09:41

Quote:

Originally Posted by KaktoR (Post 497592)
It is possible yes.

do you happen to know the code?

PadXic 25-09-2022 11:38

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 ?

Masquerade 25-09-2022 23:56

Quote:

Originally Posted by PadXic (Post 498488)
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 ?

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.

jojo670 23-10-2022 18:26

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

Masquerade 24-10-2022 00:05

Hi
Quote:

Originally Posted by jojo670 (Post 498844)
put the folder in 'include'

Please don't put any of your program files into the Include folder - Include folder is only for decompressors and their configurations.
Quote:

Originally Posted by jojo670 (Post 498844)
I click on setup.exe try to install I have an ISdone error. dll

Please tell us what ISDone error you experience, a screenshot of the error message would be helpful.
Quote:

#define Binary "Test.exe" ;; Type full path to EXE file!

and this, i don't understand what should i put?
According to your explanation, if your app name is "abc" then you should write the line like this:
Code:

#define Binary "def\ijk.exe"
To add extra parameters to the shortcut, modify line 52 like this:
Code:

Name: "{commondesktop}\{#Name}"; Filename: "{app}\{#Binary}"; Parameters: "lmn.xex" --fullscreen"; Check: CreateADesktopIcon
Hope this helps!

ScarAce1989 28-10-2022 04:52

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?

KaktoR 28-10-2022 05:07

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

ScarAce1989 28-10-2022 06:16

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...


All times are GMT -7. The time now is 10:00.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com