|
|
|
#1
|
|||
|
|||
|
@Cesar82 Well, It exists. I tried many times I don't know why it is not creating the shortcut, also It's creating the shortcut with the Original Installer (CIU 3.0.0.0 u6) by Fabioddq with the same compressed file.
I changed Exe64Path= to ExePath64= It worked. Another query : Anyhow, is it possible to make a checkbox in the "Select Destination Location" Page for Create Desktop Icon? Last edited by Bondpotter; 29-03-2020 at 22:26. Reason: Found the Solution |
| Sponsored Links |
|
#2
|
||||
|
||||
|
I didn't remember this change to the key Exe64Path = to ExePath64 =
Quote:
In a few days I will share a new beta version of CIU 3.0.0.1 and possibly have a final version after the next beta. |
| The Following 3 Users Say Thank You to Cesar82 For This Useful Post: | ||
|
#3
|
|||
|
|||
|
CIU 3.0.0.0 u8
in this version i have to use png to bmp for autorun / installer1 and smallinstaller bmp for those? thanks for your hard work guys and #stayhome
|
|
#4
|
||||
|
||||
|
Quote:
The CIU has not changed these features in this u8. Bitmap masks like Autorun.bmp, SmallInstaller.bmp, Installer.bmp, etc. are optional. If you don't put them in, the installer will create them on initialization. You really need to place them if you want to define a click area (Drag Installer) different from the non-transparent area of the equivalent PNG image. |
| The Following User Says Thank You to Cesar82 For This Useful Post: | ||
andreiutzu21 (30-03-2020) | ||
|
#5
|
|||
|
|||
|
CIU 3.0.0.0 u8 FIRST BUG !!!
on setup page , no matter what component i chose setup will require Data1.bin.001 if i select only component 3 stil requires Data1.bin.001
what should i do? P.S. i'm using EXTRACT SETTINGS from Setup.ini with CIU 3.0.0.0 u7 no problem at all Last edited by andreiutzu21; 30-03-2020 at 11:09. |
| The Following User Says Thank You to andreiutzu21 For This Useful Post: | ||
Cesar82 (30-03-2020) | ||
|
#6
|
||||
|
||||
|
Quote:
The components are not being checked correctly using the [ExtractSettings] section. Open the script u8 and go to line 9168 and you will find this line: Code:
if (Data[i].Arc[0] <> '') and (Data[i].Arc[1] <> '') and ComponentsCheck(Data[i].Arc[7]) and TasksCheck(Data[i].Arc[5]) and LanguagesCheck(Data[i].Arc[6]) then Code:
if (Data[i].Arc[0] <> '') and (Data[i].Arc[1] <> '') and ComponentsCheck(Data[i].Arc[4]) and TasksCheck(Data[i].Arc[5]) and LanguagesCheck(Data[i].Arc[6]) then |
| The Following 2 Users Say Thank You to Cesar82 For This Useful Post: | ||
andreiutzu21 (30-03-2020), mausschieber (30-03-2020) | ||
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INDEX - Conversion Tutorial Index | Razor12911 | Conversion Tutorials | 5 | 11-06-2020 02:05 |
| [GSERIES] Custom Installer Ultimate V2g | Gupta | Conversion Tutorials | 226 | 01-06-2018 13:12 |
| Crysis 3 DVD9 to 3xDVD5 Custom Installer | spawniectes | PC Games - CD/DVD Conversions | 79 | 31-08-2017 07:19 |