|
|
|
#1
|
||||
|
||||
|
Quote:
![]() internal compression ok: screenshot the rest Last edited by rinaldo; 13-10-2015 at 19:40. |
| Sponsored Links |
|
#2
|
||||
|
||||
|
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 09:46. |
| The Following User Says Thank You to pakrat2k2 For This Useful Post: | ||
Titeuf (06-07-2017) | ||
|
#3
|
||||
|
||||
|
mmm.. ini file only Redist
|
|
#4
|
||||
|
||||
|
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;
|
|
#5
|
||||
|
||||
|
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.
|
|
#6
|
||||
|
||||
|
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
|
|
#7
|
||||
|
||||
|
Quote:
If I understand correctly, you have to put this information in myinstallscript.iss? It is correct? |
|
#8
|
||||
|
||||
|
Hello,
I have an error message but can not see the text when I run setup.exe, look at my photo : ![]() Thank you for your help with this issue. Titeuf P.s : with Inno Setup Enhanced Unicode Last edited by Titeuf; 06-07-2017 at 14:22. Reason: Add P.S |
|
#9
|
||||
|
||||
|
Quote:
The Error Message is that it can't find the files like "Setup-1".bin which will be extracted. You have to compress some files and put the compressed file near the setup.exe I modified the setup for pZLib, Lzma, Srep & MSC support. Now you just have to compress some files and rename it to Data1.bin and put it near the setup. you can add more bin files by editing "Archives.ini". Also you can add more methods with arc.ini & by adding them in setup.(I have replaced IsDone.dll and unarc.dll for smooth installation) Last edited by Chayan Manna; 08-07-2017 at 05:35. |
| The Following 8 Users Say Thank You to Chayan Manna For This Useful Post: | ||
Gehrman (04-06-2022), NickX700K (26-04-2019), shazzla (09-08-2017), Simorq (28-07-2017), Sonansyach_10 (21-12-2017), Sony091090 (21-11-2017), Stor31 (16-07-2017), Titeuf (06-07-2017) | ||
|
#10
|
||||
|
||||
|
Quote:
Yes it works well, except it does not make the icon on the desk when I have cooled the box! How to fix this problem? thank you |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Conversion Designer/Installer Creator | Razor12911 | Conversion Tutorials | 1613 | 03-10-2024 01:24 |
| altef_4's installer | altef_4 | Conversion Tutorials | 244 | 24-05-2024 22:20 |
| Game Installer Designer by altef_4 | altef_4 | Conversion Tutorials | 236 | 28-05-2021 02:54 |
| Crysis 3 DVD9 to 3xDVD5 Custom Installer | spawniectes | PC Games - CD/DVD Conversions | 79 | 31-08-2017 07:19 |
| Tutorial using CI 8.0.0 | yener90 | Conversion Tutorials | 424 | 21-10-2014 09:49 |