![]() |
Both.
|
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).
|
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 |
@ 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 |
Quote:
|
Quote:
thanks for your Work on it |
How can we use the UWP now in CIU V3
where is the UWP folder thanks for helping me out |
Code:
- Added new section [UWPGame] with keys Manifest#= o inform al manifest to registryCode:
[UWPGame] |
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 |
Hi
I have old games When compressed Does not support Windows xp |
Quote:
https://www.521.rocks/wp-content/upl...72a84804b9.png |
Thank you very mach! It's worked
|
New version uploaded.
|
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 |
New archive added.
|
Can I set different decompression methods for different bin files?
|
Yes sure. Just make sure to include them in CIU (use COMPRESSOR.ini file to include the methods you have used for your archives).
|
U4 version uninstall game is very slow, how to make him faster, 3.0.0.1 version uninstall game is very fast
|
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? |
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
|
Quote:
Thank You. |
it is possible that it works under Windows 32Bit ?????
|
It works on 32bit systems.
Change "64BitOnly=1" to "0" |
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?
|
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 |
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 |
uninstall progressbar
hello to everyone . i have a issue . when i uninstall game progressbar is not on centre. what changes i have to make ????
|
Thank you very much!
This is a good project! |
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
|
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 |
Quote:
|
missed that part :o
|
Quote:
|
Error decompressing
unarc.dll error code -7 at 3 % progress install WHY???
|
Quote:
use other version with different date because this is bug (2019-08-31 ) |
Quote:
|
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! |
Quote:
|
hi all users. it is ok to compile with innosetup 6.0.2 unicode? or should i use version 5???
|
hei again
Quote:
|
| 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