#1
|
||||
|
||||
**New Installer
New Installer by Inno Setup EE Type Skin (.cjstyles and VCL) First Version 1.0
please .. posted only questions of malfunction or any improvements, but do not post questions about personal changes that not have time to waste for wishes Project abandoned, there will be no help from the creator Rinaldo Last edited by rinaldo; 27-03-2018 at 16:07. |
The Following 52 Users Say Thank You to rinaldo For This Useful Post: | ||
0xffaded (06-07-2017), 1234567890123 (15-10-2015), 4tRUst (27-10-2015), ADMIRAL (20-03-2020), aj12345 (17-10-2015), Amsal (19-01-2022), Andrey167 (14-10-2015), arkantos7 (13-10-2015), Balaji007 (31-03-2020), Behnam2018 (29-01-2020), Bilawal (04-11-2015), BLACKFIRE69 (03-06-2019), Champ_5555 (23-12-2016), Chayan Manna (02-07-2017), COPyCAT (25-10-2015), dogyutz (15-10-2015), Evil_1993 (19-09-2020), EyeSalt (06-03-2018), EzzEldin16 (24-11-2016), gatosky1620 (13-10-2015), gozarck (15-10-2015), Harsh ojha (03-08-2019), houcine80 (14-10-2015), JerryLee24 (18-12-2015), JustFun (14-10-2015), Kniet0815 (02-09-2019), l4km47 (09-10-2016), lhanz678 (24-10-2016), Lin Ming (30-06-2017), Lucas65 (08-12-2015), lugard (27-04-2016), MOSTAPHA_VIP (10-07-2017), nasir ahmad (28-07-2016), NickX700K (19-01-2019), oltjon (13-10-2015), omdj (14-10-2015), PsYcHo_RaGE (14-03-2018), punchao (13-10-2015), Razor12911 (19-10-2015), rez3vil (28-09-2016), Sarvagya (15-10-2015), Simorq (13-10-2015), Sony091090 (04-10-2016), splitdvd9todvd5 (21-10-2015), Stor31 (13-10-2015), Susano-o (03-10-2016), Titeuf (06-07-2017), toto621 (13-10-2015), Valtus (15-10-2015), yasserdivar (03-03-2016), y_thelastknight (13-10-2015), Zeibe (15-10-2015) |
Sponsored Links |
#2
|
|||
|
|||
thx nice job friend
if possible with this skin codex script http://fileforums.com/attachment.php...1&d=1444502882 ------------------------------------------------------------------------------ But Works With UltraARC ???? Last edited by Stor31; 13-10-2015 at 12:32. |
The Following User Says Thank You to Stor31 For This Useful Post: | ||
Baladewa (14-12-2015) |
#3
|
|||
|
|||
Well, looking a bit the code it seems like he tried to but a) didn't get it working or b) there's a typo and the file tried to read records.inf instead records.ini
Just a guess... it was like a 10 secs source check and didn't go deeper Let's better wait for him to post a description and features. Seems pretty interesting for those times you just want to get it split and installed without making a fancy installer |
The Following User Says Thank You to Droppo For This Useful Post: | ||
Stor31 (13-10-2015) |
#4
|
||||
|
||||
Many thanks Rinaldo, sure will be seeing this in some future small game Installers.
|
#5
|
||||
|
||||
-copy redist folder must be install redistributables and in the scrip edit to add it dont you think?
-Directory star menu cold be publisher\appname and please add language support and internal compression THANKS FOR YOUR WORK Last edited by gatosky1620; 13-10-2015 at 18:05. |
#6
|
||||
|
||||
Quote:
internal compression ok: screenshot the rest Last edited by rinaldo; 13-10-2015 at 20:40. |
#7
|
||||
|
||||
Great, bravo rinaldo..:-)
|
#8
|
||||
|
||||
Quote:
Code:
[Files] //Redist Folder #ifdef Software Source: Soft\*.*; DestDir: {app}\Soft; Check: CreateSoft #endif Code:
[LauncherSettings] InstallRedist=1 //[Launch1] Name=DirectX 32Exe={app}\_CommonRedist\DirectX\Jun2010\DXSETUP.exe Argument=/silent BeforeInstall=0 [Launch1] Name=Visual C++ 2010 32Exe={app}\_CommonRedist\vcredist\2010\vcredist_x86.exe 64Exe={app}\_CommonRedist\vcredist\2010\vcredist_x64.exe Argument=/passive /norestart BeforeInstall=0 [Launch2] Name=Visual C++ 2012 32Exe={app}\_CommonRedist\vcredist\2012\vcredist_x86.exe 64Exe={app}\_CommonRedist\vcredist\2012\vcredist_x64.exe Argument=/passive /norestart BeforeInstall=0 Rather then a bunch of fixes, that have different names then original files do. Last edited by pakrat2k2; 14-10-2015 at 10:46. |
The Following User Says Thank You to pakrat2k2 For This Useful Post: | ||
Titeuf (06-07-2017) |
#9
|
||||
|
||||
mmm.. ini file only Redist
|
#10
|
||||
|
||||
and this for internal Code:
[ExtractSettings] FreeArcFile1=Data1.cab;DestDir:{app};Disk:1; FreeArcFile2=Data2.cab;DestDir:{app};Disk:1; FreeArcFile3=Data3.cab;DestDir:{app};Disk:2; FreeArcFile4=Data4.cab;DestDir:{app};Disk:2; FreeArcFile5=Data5.cab;DestDir:{app};Disk:3; FreeArcFile6=Data6.cab;DestDir:{app};Disk:4; FreeArcFile7=Data7.cab;DestDir:{app};Disk:5; FreeArcFile8=Data8.cab;DestDir:{app};Disk:6; FreeArcFile9=Data9.cab;DestDir:{app};Disk:7; FreeArcFile10=Data10.cab;DestDir:{app};Disk:8; |
#11
|
||||
|
||||
NO NOT ini file, that was just for information. Keep the editing within the ISS script itself. You can change it from {src} to {app } as needed, but IMO is much better location for it.
|
#12
|
||||
|
||||
Quote:
I can install components in Run on one CheckBox, so that you can add all the drivers that you want, it is not designed for this .... but you can do |
#13
|
|||
|
|||
can i make a request... please implement this script to Freearc with Reflate?
|
#14
|
||||
|
||||
I do not know reflate sorry
|
#15
|
|||
|
|||
@rinaldo Thx but
how fix this error (with UltraArc) |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Conversion Designer/Installer Creator | Razor12911 | Conversion Tutorials | 1614 | 03-10-2024 02:24 |
altef_4's installer | altef_4 | Conversion Tutorials | 244 | 24-05-2024 23:20 |
Game Installer Designer by altef_4 | altef_4 | Conversion Tutorials | 236 | 28-05-2021 03:54 |
Crysis 3 DVD9 to 3xDVD5 Custom Installer | spawniectes | PC Games - CD/DVD Conversions | 79 | 31-08-2017 08:19 |
Tutorial using CI 8.0.0 | yener90 | Conversion Tutorials | 424 | 21-10-2014 10:49 |