FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   [CIUv3] Custom Installer Ultimate v3 (https://fileforums.com/showthread.php?t=102510)

KaktoR 12-07-2019 16:00

Both.

KaktoR 13-07-2019 03:34

I think we had this bug once on an older version (14.x or 15.x, not sure). I think this had something to do with the file search window inside the diskspan library (because diskspan library use other file search window then CIU).

Bondpotter 24-07-2019 17:58

CIU_3.0.0.0.u4 [2019.07.10] HOTFIX 02

Desktop shortcut not creating.
Play button is disabled after installation.
There is only Uninstall Shortcut in the Start Menu.

Please help.

Setup.ini
https://mega.nz/#!LmggTI6Q!m9DMzi15w...aBep3kKEa0wGVM

pakrat2k2 24-07-2019 20:23

@ Bondpotter

Couple issues in your Setup.ini

Exe64=dmcLauncher.exe // string

Remove from the end of the .exe all spaces + the // string

the same with every other line you use. the spaces from the end of the word until the end of // string must be removed.

IE:

exe=game.exe( space, space, space)//string

the line should be exe=game.exe
NO Spaces or anything else after game.exe

Bondpotter 24-07-2019 21:22

Quote:

Originally Posted by pakrat2k2 (Post 481897)
@ Bondpotter

Couple issues in your Setup.ini

Exe64=dmcLauncher.exe // string

Remove from the end of the .exe all spaces + the // string

the same with every other line you use. the spaces from the end of the word until the end of // string must be removed.

IE:

exe=game.exe( space, space, space)//string

the line should be exe=game.exe
No Spaces or anything else after game.exe

Thank You for the reply and for helping me. Your help is much appreciated. Before fixing the setup.ini, I found the temporary solution that I had to copy the setup.ini in DVD1 and it was working. But thanks once again for telling me the mistake I did, it will prevent me from doing this from now on.

mausschieber 05-08-2019 06:22

Quote:

Originally Posted by Carldric Clement (Post 481045)
Part 1 Complete based on Autorun Setup.
Going on Part 2: Installer Setup - Tomorrow

Please Test my program if it works. :D

Edit: Added Standard AR Button where was missed on components

what makes the Designer? is it on way or project stoped

thanks for your Work on it

mausschieber 12-08-2019 16:43

How can we use the UWP now in CIU V3
where is the UWP folder

thanks for helping me out

KaktoR 13-08-2019 01:46

Code:

- Added new section [UWPGame] with keys Manifest#= o inform al manifest to registry
  >> if Manifest1= is different from empty, the UWPGame mode will be automatically activated.
 
- Added new key ManifestID= in [Executable#] to inform the ID referring to the manifest file. (Value is integer)
  >> Example: ManifestID=1 or ManifestID=2    // In examples 1 and 2 refer to the manifest file registered in the [UWPGame] section to create shortcut and set game to run in Play button.
  >> To UWP games (Only to UWP Games) in [Executable#] section set Name=ORIGINAL to create shortcut with original UWP game name.
  >> To UWP Games keys ExePath=, Exe=, ExePath64 and Exe64= in [Executable#] section not is necessary.
  >> PS: Play butons in games UWP, if game not registred, register before run game.

Code:

[UWPGame]
Manifest1={app}\appxmanifest.xml

[Executable1]
Name=ORIGINAL
ManifestID=1


mahmoudmakhamra 13-08-2019 06:48

Hi, I have a problem
When you disable the small installation
The game does not install Stays on 0%
When the installation file is minimized in the taskbar
It is restored in a window that becomes an example (%40) and stops and repeats the process more than once the installation is done

medo makhamra 14-08-2019 09:49

Hi
I have old games
When compressed
Does not support Windows xp

wangfeilong0317 20-08-2019 22:17

Quote:

Originally Posted by Cesar82 (Post 481639)
It's working fine...

To facilitate the creation of conversions when a conversion has several executables, but we do not want to display the PlayButtons for all of them, just want to create shortcuts to the executables, the value of the key "Visible=" in the "[Play#Button]" section for button 1 the value is True (Visible) and for the other PlayButton the default value is False (Not Visible).
Default values:
Code:

[Pay1Button]
Visible=1

[Pay2Button]
Visible=0

[Pay3Button]
Visible=0
...

Just use the key Visible=1 on the Play buttons from the first.
https://i.imgur.com/2VA4MwI.jpg

is not working in u4

https://www.521.rocks/wp-content/upl...72a84804b9.png

wangfeilong0317 27-08-2019 05:28

Thank you very mach! It's worked

KaktoR 31-08-2019 11:36

New version uploaded.

KaktoR 31-08-2019 13:26

By mistake I uploaded my test folder of u5. The only differences are renamed Background folder (_Background) and a few changes in Setup.ini which I forgot to change back before uploading.

However, tomorrow I will upload a whole new archive with a hotfix from today and fix my mistakes :D

KaktoR 01-09-2019 02:59

New archive added.

wangfeilong0317 04-09-2019 09:25

Can I set different decompression methods for different bin files?

KaktoR 04-09-2019 10:31

Yes sure. Just make sure to include them in CIU (use COMPRESSOR.ini file to include the methods you have used for your archives).

wangfeilong0317 06-09-2019 02:03

U4 version uninstall game is very slow, how to make him faster, 3.0.0.1 version uninstall game is very fast

Bondpotter 09-09-2019 08:29

Hey guys, I was editing the old conversion(Revo's Middle-Earth) to the new script and I always edit or make the installer without small installer. So there is a strange thing happening that disabled Back and Next button are not hiding in the new script. It used to hide until CIU 2.0.3.9 U15.2. But in CIU 3.0.0.0.u4 or u5, it is showing those disabled-buttons. Check the images.

https://i.imgur.com/AKExj1j.png

https://i.imgur.com/PM3eLFa.png

Can it be fixed Or it is designed that way?

sajmon83 09-09-2019 09:38

From what I can remember, the names of the buttons have been changed and many other options. You need to check or set everything from the new Setup.ini

Bondpotter 09-09-2019 13:27

Quote:

Originally Posted by Cesar82 (Post 482547)
Whenever you encounter any different behavior in current versions of CIU check the changelog file for changes.
Usually you will find your answers there!

In changelog you can search for the word key and have a quick search for keys that have been added, changed or removed.

I know and do bad reading changelogs but will exclarecer your questions!
Thanks!

Yes, You are right. I didn't read the changelog. My bad.

Thank You.

Stor31 11-09-2019 07:32

it is possible that it works under Windows 32Bit ?????

KaktoR 11-09-2019 07:45

It works on 32bit systems.

Change "64BitOnly=1" to "0"

wangfeilong0317 12-09-2019 05:16

U4 version The remaining installation time is not displayed correctly. The actual installation time is 4 hours, but the display takes 100 hours. Is there any way to solve it?

Kitsune1982 12-09-2019 10:34

hey guys, i figured out how to make an almost full screen setup wizard with CIU. just go into setup.ini and under 'Setup Interface' and 'Autorun Interface' change the 'width and height' to something like Width=1038 and Height=650
or if you want more room to position your button in, Width=1093 Height=750.
dont forget you will need to change the actual image sizes of your png autorun/installer1/installer2/installer3/etc pictures using a freeware or commercial image editor. I recommend irfanview for basic resizing but if you really want to get fancy, you can use photoshop. of course there are plenty of other freeware and payware image editors, i just find these two the easiest to use. also for the small installer, if you want a big small installer image, change 'Width and Height' under small installer to 630 x 330 respectively. Also keep in mind when you adjust the picture, you may also want to use razor12911's graphicstudio to adjust the left/top position of the buttons, but since there is no actual gui to do this, it will take trial and error. i am going to write a quick tutorial and attach it to the next post on how to do this.

paws out.

-Kitsune

Kitsune1982 12-09-2019 11:25

1 Attachment(s)
sorry for making a second post. i finished the tutorial and am attaching it along with my setup.ini and sample buttons/images for my CIU custom button tutorial in a single 7zip archive. hope you all find it useful!

Paws out.

-Kitsune1982

andreiutzu21 17-09-2019 11:33

uninstall progressbar
 
hello to everyone . i have a issue . when i uninstall game progressbar is not on centre. what changes i have to make ????

oywj_fx 26-09-2019 05:18

Thank you very much!
This is a good project!

andreiutzu21 28-09-2019 07:45

Diskspan conditions
 
to be clear i want to make prototype 1 & 2 conv with diskspan . how to set (conditions) changes when i select from installer only one game to install not both games . where i need to set. thanks p.s. sorry for bad english

pakrat2k2 28-09-2019 07:54

In setup.ini you use 2 sections ( fill in all parts for both games )
[Component1] & [Component2]

[Executable1] & [Executable2]

IE:

[Component1]
--------------
Name=Main Game
Size=34000
Checked=1
Enabled=0
ShowInstallLabel=0

[Component2]
--------------
Name=Main Game 2
Size=4000
Checked=1
Enabled=0
ShowInstallLabel=0

[Executable1]
-------------
Name=Main Game
Exe=Main Game.exe
ExePath=
Exe64=
Exe64Path=
Parameter=
Icon=Setup.ico
GDFBinary=
ShortcutProt=0
RunAsAdmin=0

[Executable2]
-------------
Name=Main Game 2
Exe=Main Game 2.exe
ExePath=
Exe64=
Exe64Path=
Parameter=
Icon=Setup.ico
GDFBinary=
ShortcutProt=0
RunAsAdmin=0

andreiutzu21 28-09-2019 07:58

Quote:

Originally Posted by pakrat2k2 (Post 482823)
In setup.ini you use 2 sections ( fill in all parts for both games )
[Component1] & [Component2]

[Executable1] & [Executable2]

IE:

[Component1]
--------------
Name=Main Game
Size=34000
Checked=1
Enabled=0
ShowInstallLabel=0

[Component2]
--------------
Name=Main Game 2
Size=4000
Checked=1
Enabled=0
ShowInstallLabel=0

[Executable1]
-------------
Name=Main Game
Exe=Main Game.exe
ExePath=
Exe64=
Exe64Path=
Parameter=
Icon=Setup.ico
GDFBinary=
ShortcutProt=0
RunAsAdmin=0

[Executable2]
-------------
Name=Main Game 2
Exe=Main Game 2.exe
ExePath=
Exe64=
Exe64Path=
Parameter=
Icon=Setup.ico
GDFBinary=
ShortcutProt=0
RunAsAdmin=0

i've done that don't work. he's extract both games even when i check only 1 game.

pakrat2k2 28-09-2019 09:27

missed that part :o

andreiutzu21 28-09-2019 09:27

Quote:

Originally Posted by Cesar82 (Post 482825)
You must tell which Data file belongs to each component.

If you use the [ExtractSettings] section of Setup.ini.
Code:

[ExtractSettings]
ArcFile1={src}\Data1.bin.001;DestDir:{app};Type:ARC;Disk:1;Comp:1;
ArcFile2={src}\Data2.bin.001;DestDir:{app};Type:ARC;Disk:5;Comp:2;

If you use the Records.ini use:

Code:

[Record1]
Type=Freearc_Original
Source={src}\Data1.bin.001
Output={app}
Disk=1
Components=1

[Record2]
Type=Freearc_Original
Source={src}\Data2.bin.001
Output={app}
Disk=1
Components=2


thank's man

andreiutzu21 01-10-2019 10:09

Error decompressing
 
unarc.dll error code -7 at 3 % progress install WHY???

houcine80 02-10-2019 02:53

Quote:

Originally Posted by andreiutzu21 (Post 482867)
unarc.dll error code -7 at 3 % progress install WHY???

Hi
use other version with different date because this is bug (2019-08-31 )

andreiutzu21 02-10-2019 07:10

Quote:

Originally Posted by houcine80 (Post 482869)
Hi
use other version with different date because this is bug (2019-08-31 )

please can you explain how to do that please

Cesar82 02-10-2019 12:24

CIU 3.0.0.0.u5 [2019.08.31] HOTFIX
 
1 Attachment(s)
@andreiutzu21
@houcine80 meant to test you with older CIU source codes.
But now just test using the script in this post.

-------------------------------------------------------------------
I had previously prepared a hotfix for @mausschieber.

I didn't share it with the other users because I was waiting for @KaktoR to be available for some testing and posting the new version 3.0.0.0.u6.
So while @KaktoR is not available, I am sharing a hotfix for u5 with the fixes provided to mausschieber and some more changes I made later.

I don't know if this bug from "Error Decompressing" will be solved, but I hope so, because the changes made to the script on the 2019-08-31 were minimal and there were some bugs that have now been fixed..
Test and share if you still have the same error compiling with the new script.

If this error still happens with this script, test with older scripts and let me know what is the latest version without the error so I can check.

Thanks!

andreiutzu21 03-10-2019 08:59

Quote:

Originally Posted by Cesar82 (Post 482880)
@andreiutzu21
@houcine80 meant to test you with older CIU source codes.
But now just test using the script in this post.

-------------------------------------------------------------------
I had previously prepared a hotfix for @mausschieber.

I didn't share it with the other users because I was waiting for @KaktoR to be available for some testing and posting the new version 3.0.0.0.u6.
So while @KaktoR is not available, I am sharing a hotfix for u5 with the fixes provided to mausschieber and some more changes I made later.

I don't know if this bug from "Error Decompressing" will be solved, but I hope so, because the changes made to the script on the 2019-08-31 were minimal and there were some bugs that have now been fixed..
Test and share if you still have the same error compiling with the new script.

If this error still happens with this script, test with older scripts and let me know what is the latest version without the error so I can check.

Thanks!

thank you. now it work with this HOTFIX. i will let you know if appears other problems. thank's again

andreiutzu21 04-10-2019 10:58

hi all users. it is ok to compile with innosetup 6.0.2 unicode? or should i use version 5???

andreiutzu21 04-10-2019 12:17

hei again
 
Quote:

Originally Posted by Cesar82 (Post 482880)
@andreiutzu21
@houcine80 meant to test you with older CIU source codes.
But now just test using the script in this post.

-------------------------------------------------------------------
I had previously prepared a hotfix for @mausschieber.

I didn't share it with the other users because I was waiting for @KaktoR to be available for some testing and posting the new version 3.0.0.0.u6.
So while @KaktoR is not available, I am sharing a hotfix for u5 with the fixes provided to mausschieber and some more changes I made later.

I don't know if this bug from "Error Decompressing" will be solved, but I hope so, because the changes made to the script on the 2019-08-31 were minimal and there were some bugs that have now been fixed..
Test and share if you still have the same error compiling with the new script.

If this error still happens with this script, test with older scripts and let me know what is the latest version without the error so I can check.

Thanks!

this hotfix doesn't create uninstall.exe after install anymore. can you fix that?


All times are GMT -7. The time now is 21:47.

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