|
|
|
#1
|
|||
|
|||
|
FreeArc archives only.
|
| Sponsored Links |
|
#2
|
|||
|
|||
|
Is there anyway to add Install Time, how long it took to install, to this.
thanks ScOOt3r |
|
#3
|
||||
|
||||
|
how to add password in this installer (support text and number password)
i try change this pass: ka321 *{#MyExtension}'), ExpandConstant('{app}'), '', False, 'ka321' but still error |
|
#4
|
|||
|
|||
|
Please FIX ERROR
|
|
#5
|
|||
|
|||
|
Try removing one "l" letter from the word "fille"
|
|
#6
|
|||
|
|||
|
Bass.dll
Hey all, brilliant script but I cannot seem to get music playing during the install process, maybe its just me but could someone have a look at my script image or post a working script please.
Many Thanks Wiki https://imgur.com/a/KTop1Mi [Files] Source: Script\ISDONE.DLL; DestDir: {tmp}; Flags: dontcopy Source: Script\ENGLISH.INI; DestDir: {tmp}; Flags: dontcopy Source: Script\LOGOIMAGE.BMP; DestDir: {tmp}; Flags: dontcopy #ifdef enablevclstyles Source: Script\VCLSTYLESINNO.DLL; DestDir: {tmp}; Flags: dontcopy Source: Script\STYLE.VSF; DestDir: {tmp}; Flags: dontcopy #endif #ifdef enablemusic Source: Script\BASS.DLL; DestDir: {tmp}; Flags: dontcopy Source: Script\MUSIC.MP3; DestDir: {tmp}; Flags: dontcopy #endif Source: {#Resources}; DestDir: {tmp}; Flags: dontcop |
|
#7
|
|||
|
|||
|
Quote:
Code:
//#define enablemusic //Remove // to enable music support |
| The Following User Says Thank You to Masquerade For This Useful Post: | ||
Wikinoob (11-07-2022) | ||
|
#8
|
|||
|
|||
|
Quote:
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// ////////// Simple Script - Thanks KaktoR, Cesar82, DiCaPrIo ////////// Uses ISDONE library v0.6 final thanks to ProFrager (https://krinkels.org/resources/isdone.67/) ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// #define Name "The Sims 4" ;; Insert Name of Program Here #define AppVersion "1.89.214.1030" ;; Program Version #define Size "51GB" ;; This is just a string, type size in MB or GB, it's up to you! #define Binary "TS4_x64.exe" ;; Type full path to EXE file #define myextension "data.bin" ;; You can edit this to be whatever you want #define EnableVclStyles //Remove // to enable VCL styles support #define Enablemusic //Remove // to enable music support //// You do not need to change anything below this line! //// #define Resources "Include\*" [Setup] AllowCancelDuringInstall=yes AllowNetworkDrive=no AllowRootDirectory=no AppName={#Name} AppVersion={#AppVersion} DefaultDirName={sd}\Games\{#Name} DisableDirPage=yes DisableFinishedPage=yes DisableProgramGroupPage=yes DisableReadyMemo=yes DisableReadyPage=yes DisableWelcomePage=yes OutputDir=. OutputBaseFilename=Setup SetupIconFile=Script\icon.ico UninstallFilesDir={app} UnInstallable=yes |
|
#11
|
|||
|
|||
|
Does my script look ok then?
|
|
#12
|
|||
|
|||
|
yes it does if you want to add music to your installer
also this line #define myextension "data.bin" ;; You can edit this to be whatever you want (your script) is fine but if there is more then one .bin file which is common then you need or can change it to #define myextension ".bin" /* You can edit this to be whatever you want */ (and it will automatically read anything with a.bin extension great when you have selective stuff or optional stuff like language files etc. ScOOt3r Last edited by ScOOt3r; 11-07-2022 at 09:07. |
| The Following User Says Thank You to ScOOt3r For This Useful Post: | ||
Wikinoob (11-07-2022) | ||
|
#13
|
|||
|
|||
|
Quote:
|
|
#14
|
|||
|
|||
|
make a backup of your current script.iss and then re copy a clean script with no changes from the one from the site again and just edit the music only to see if it works.. dont change anything else.
from this: //#define enablemusic /* Remove ; to enable music support */ to this #define enablemusic /* Remove ; to enable music support */ |
| The Following User Says Thank You to ScOOt3r For This Useful Post: | ||
Wikinoob (11-07-2022) | ||
|
#15
|
|||
|
|||
|
Quote:
|
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Light Installer Script (LIS) - DiskSpan_GUI | Cesar82 | Conversion Tutorials | 227 | 30-05-2026 05:01 |
| 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 |