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)

zirkhaki 26-02-2019 21:11

I know I should use that section, but I don't know what to put there :o

Cesar82 27-02-2019 03:10

Quote:

Originally Posted by zirkhaki (Post 479819)
I know I should use that section, but I don't know what to put there :o

Just enter the path of AppxManifest.xml in the key Manifest#= of the [UWPGame] section.
If you are creating shortcuts, indicate which manifest ID corresponds to the executable in the [Executable#] section

Example (Registering only one manifest and one shortcut)
Code:

[UWPGame]
Manifest1#={app}\AppFiles\AppxManifest.xml

[Executable1]
Name=ORIGINAL
Icon={app}\AppFiles\Assets\Square44x44Logo.scale-400.png
ManifestID=1

Icon= key is opcional
Name= key using ORIGINAL will read the value in the AppxManifest.xml, but you can indicate the name for the shortcut.
ManifestID= key is the number of the registered file AppxManifest.xml

zirkhaki 27-02-2019 03:48

OK. Was that so easy to install a UWP game? thanks.

I tested it and the game installed properly. just a problem with shortcut.
I have this setting:
Code:

[UWPGame]
----------------------------------------------------------------------------------------------------------------------------------------
Manifest1={app}\AppxManifest.xml

[Executable1]
-------------------------------------------------------------------------------------------------------------------------------------------------------
Name=ORIGINAL
Icon={app}\Resources\Logo.png
ManifestID=1

in desktop I have a file named as "Crackdown 3" and it does not open anything, it has no extension and its size is 0KB

Cesar82 27-02-2019 05:27

Quote:

Originally Posted by zirkhaki (Post 479826)
OK. Was that so easy to install a UWP game? thanks.

I tested it and the game installed properly. just a problem with shortcut.
I have this setting:
Code:

[UWPGame]
----------------------------------------------------------------------------------------------------------------------------------------
Manifest1={app}\AppxManifest.xml

[Executable1]
-------------------------------------------------------------------------------------------------------------------------------------------------------
Name=ORIGINAL
Icon={app}\Resources\Logo.png
ManifestID=1

in desktop I have a file named as "Crackdown 3" and it does not open anything, it has no extension and its size is 0KB

Send me a PM (Private Message) with your setup.ini and also your AppxManifest.xml file of the game, which I analyze the problem.

Simorq 27-02-2019 12:24

Quote:

Originally Posted by Cesar82 (Post 479392)
@KaktoR

I did not realize that.
Are files also extracted, or only the percentage (including progress bar) changed?
Possibly this occurs inside some of the libraries (Isdone.dll, Unarc.dll, or DiskSpan.dll).
This bug is only visible using diskspan, because UltraArc does not pause progress while installing (does not request part .002, etc).
I think this is not so important to correct.

The progress of CIU I think very wrong as it is.
Example: If you put 2 ARC files. The first one with 1 MB and the second with 1 GB.
When extracting the first one (1 MB) will already be showing 50% progress and the remaining time will be equal to the time it took to extract the first 1 MB.
This could be fixed by adding a Size (Size of extracted files)
It would add up all the size and divide by the amount of files.

Code:

//Setup.ini (DiskSpan File)
[ExtractSettings]
ArcFile1=Data1.bin.001;DestDir:{app};Type:ARC;Disk:1; Size:1200;

//Records.ini (UltraArc or DiskSpan File)
[Record1]
Type=Freearc_Original
Source={src}\Data1.bin.001
Output={app}
Disk=1
Size=1200


Please make this change.:o

can use "Progress" instead of "SIZE".
For example
Code:

ArcFile1=Data1.bin.001;DestDir:{app};Type:ARC;Disk:1; Progress:20
ArcFile2=Data2.bin.001;DestDir:{app};Type:ARC;Disk:1; Progress:60
ArcFile2=Data3.bin.001;DestDir:{app};Type:ARC;Disk:1; Progress:20
20+60+20=100


Cesar82 27-02-2019 18:43

Quote:

Originally Posted by Simorq (Post 479899)
Please make this change.:o

can use "Progress" instead of "SIZE".
For example
Code:

ArcFile1=Data1.bin.001;DestDir:{app};Type:ARC;Disk:1; Progress:20
ArcFile2=Data2.bin.001;DestDir:{app};Type:ARC;Disk:1; Progress:60
ArcFile2=Data3.bin.001;DestDir:{app};Type:ARC;Disk:1; Progress:20
20+60+20=100


It would not work.
UltraArc makes splits automatically when file is larger than disk (At least old version of UA).
Size will work fine in all cases, including the items on the task page
Size will be optional. If not put will work as before.
It would be simple to add Size to the UA because you just put the FindFirst function after you complete and add the values to the Records.ini

MiniByte 01-03-2019 09:19

Many special thanks KaktoR & Razor12911 for all. I'm beginer.

zirkhaki 05-03-2019 02:39

1 Attachment(s)
I checked the Farsi translation, it needed some improvement. I translated the English parts and did some improvement on translated parts and alignment problems.

If you like, you can replace it with the old Farsi file in language folder.

Cesar82 10-03-2019 20:14

CIU video black screen with audio only.
 
Hello guys.

Fabioddq reported a problem while playing .mp4 video in CIU.
The screen turns black and only plays the audio of the video.

I found out what happens to those who are using the latest versions of K-Lite Codec Pack.
The K-Lite developers have altered something in the LAV Video Decoder, it might be that the h264 option was unchecked before (I do not know).
With this option checked, the video does not play back the image (Audio only).

The LINK has a video on how to make the video work again. At the beginning of the video, if you are installing the K-Lite Codec Pack, and more towards the end of the video shows how to uncheck if you already have K-Lite installed.

There's nothing I can do to fix this.
Perhaps an update to the "ISMediaLib.dll" library (by altef_4) is required, or even a "LAV Video decoder" fix if it is a bug.
Maybe in the future it will work again when activated...

Simorq 11-03-2019 13:40

@Cesar82
http://s8.picofile.com/file/8354784550/1.jpg
http://s9.picofile.com/file/8354784584/2.jpg
http://s9.picofile.com/file/8354784592/3.jpg
Avidemux

Cesar82 11-03-2019 18:13

@Simorq
if work, it's a solution, but we usually download the YouTube video and want to use it as it is.
The downloaded videos from YouTube that I downloaded a while back work fine, not now.

For me here using AVI Demux and using COPY did not work.
@Simorq If you want to test, try using this video HERE.

Simorq 12-03-2019 12:27

@Cesar82
You're right
By Remove "Haali Media Splitter"

The screen is black.:confused:

It's best to encode the video to XVID.:D
So even in Windows XP as well as the video is displayed.

zirkhaki 27-03-2019 14:35

Quote:

Originally Posted by Cesar82 (Post 479392)
@KaktoR


The progress of CIU I think very wrong as it is.
Example: If you put 2 ARC files. The first one with 1 MB and the second with 1 GB.
When extracting the first one (1 MB) will already be showing 50% progress and the remaining time will be equal to the time it took to extract the first 1 MB.
This could be fixed by adding a Size (Size of extracted files)
It would add up all the size and divide by the amount of files.

Code:

//Setup.ini (DiskSpan File)
[ExtractSettings]
ArcFile1=Data1.bin.001;DestDir:{app};Type:ARC;Disk:1; Size:1200;

//Records.ini (UltraArc or DiskSpan File)
[Record1]
Type=Freearc_Original
Source={src}\Data1.bin.001
Output={app}
Disk=1
Size=1200


I tried to add this to setup.ini but still does not work.
I have a "data1.bin" which is 160MB and a data2.bin.001 which is 21.4GB.
data1.bin goes to 50% in progress bar.

I used these methos:
Code:

[ExtractSettings]
ArcFile1=Data1.bin;DestDir:{app};Type:ARC;Disk:1;Size:600;
ArcFile2=Data2.bin.001;DestDir:{app};Type:ARC;Disk:1;Size:31500;

or

[ExtractSettings]
ArcFile1=Data1.bin;DestDir:{app};Type:ARC;Disk:1; Size:160;
ArcFile2=Data2.bin.001;DestDir:{app};Type:ARC;Disk:1; Size:21400;

or

[ExtractSettings]
ArcFile1=Data1.bin;DestDir:{app};Type:ARC;Disk:1; Progress:5;
ArcFile2=Data2.bin.001;DestDir:{app};Type:ARC;Disk:1; Progress:95;

I even used "Size=**" in Records.ini but still didn't work.

KaktoR 27-03-2019 14:47

^That's because this is not a part of public version atm (it is in testing).

If you want to participate in testing this, write Cesar82 a PM :)

mahmoudmakhamra 08-04-2019 05:55

There is a problem with a browse button
I can not move it or put a button back on it

http://www.up-00.net/uploads/155472804056231.jpg


All times are GMT -7. The time now is 00:34.

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