FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   UltraARC for Inno Setup (Conversion Tool) (https://fileforums.com/showthread.php?t=96619)

edward99 01-02-2016 12:33

Can you do a favor.
Can you please create an installer with advance setup creator like http://i68.servimg.com/u/f68/16/94/13/48/111.jpg
http://i68.servimg.com/u/f68/16/94/13/48/211.jpg
http://i68.servimg.com/u/f68/16/94/13/48/312.jpg
http://i68.servimg.com/u/f68/16/94/13/48/411.jpg
http://i68.servimg.com/u/f68/16/94/13/48/611.jpg
http://i68.servimg.com/u/f68/16/94/13/48/711.jpg

After creating installer save the project and give me

Nizar3003 13-02-2016 00:44

Setting UltraARC for Windows Phone Installer ?
Please help me...

rinaldo 13-02-2016 00:55

WPI not support UA
UA use external Settings WPI internal

1) Open UltraArc and create datafile

2) Open WPI and edit :

Code:

[Archives]
PrecompVer=0.42
Archive1Type=Freearc
Archive1Source={src}\data.bin
Archive1Output={app}
Archive1Disk=1
Archive1Password=

3) Copy data.bin to Output WPI folder

end.

Nizar3003 14-02-2016 06:22

Quote:

Originally Posted by rinaldo (Post 447040)
WPI not support UA
UA use external Settings WPI internal

1) Open UltraArc and create datafile

2) Open WPI and edit :

Code:

[Archives]
PrecompVer=0.42
Archive1Type=Freearc
Archive1Source={src}\data.bin
Archive1Output={app}
Archive1Disk=1
Archive1Password=

3) Copy data.bin to Output WPI folder

end.

Oh thanks, but i have error like ISDone.dll error or cannot unpacker maybe like that. You have solution for me ? Help...

The Ghost 19-02-2016 07:47

razor bro can you add reflate latest precomp and lz77 in it make it more comfortable and user friendly bro. :D
by the way amazing work :)

Stor31 19-02-2016 08:10

Quote:

Originally Posted by Nizar3003 (Post 447095)
Oh thanks, but i have error like ISDone.dll error or cannot unpacker maybe like that. You have solution for me ? Help...

in my installation experience
ISDone.dll error is caused by ram memory!!!
try with a another RAM memory
good luck ....

drsanjula 10-03-2016 19:38

Does ASC (Advanced Setup Creator) support Ultraarc?
If not when will it support ?
Also, Is there a tutorial for ASC?

HELP NEEDED !!!

^_^

DarkSyrius 14-03-2016 11:47

Hi guys, how are you?

First of all I want to thank this great community in special Yener90 and Razor12911 for this brilliant work!

Now, my question:

I'm using CIv2 2030 and it's work fine.
I have been testing the version 2036 and I noticied that some buttons don't work - for me, Website button does not appears. I see this bug was in 2035.
Is it a bug in 2036 or just with me?
I'm using the fix too!

And I saw good tips and tricks for conversion, but someone can send me a good tutorial link for CI?

Thank you so much!
And keep the good work!

KaktoR 14-03-2016 12:11

I guess because [ExtrasButton] is not enabled (change Visible to 1). I think this was changed in 2037 or 2038. [ExtrasButton] is no longer needed for [WebsiteButton#] in newer versions.

So go and enable [ExtrasButton] and you will find Website button there (click extra button on autorun, then website appears).

Code:

[ExtrasButton]
------------------------------------------------------- Autorun\Extras.png \ ExtrasSelected.png \ ExtrasClicked.png
Left=                                                        // # pixels
Top=                                                        // # pixels
//Width=                                                // # pixels
//Height=                                                // # pixels
//AreaTop=                                                // # pixels
//AreaLeft=                                                // # pixels
//AreaWidth=                                                // # pixels
//AreaHeight=                                                // # pixels
//Font=                                                        // string
//FontColor=                                                // $######
//FontColorOnMouse=                                        // $######
//FontColorMouseDown=                                        // $######
//FontColorDisabled=                                        // $######
//FontSize=                                                // # size
//FontSizeOnMouse=                                        // # size
//FontBold=                                                // 0, 1
//Alignment=                                                // 0, 1
//LabelX=                                                // # pixels
//LabelY=                                                // # pixels
//Visible=                                                // 0, 1

For tutorial, there is a wiki, but some of the content is only for newer versions (2040+). Keep that in mind.

pakrat2k2 10-04-2016 10:04

1 Attachment(s)
UA still does NOT use {app} but still TEMP folder. Thought this was changed in CIU203X versions?

DarkSyrius 14-04-2016 13:58

CIUv2 2.0.4 and UltraArc
 
Is there any way to use new installer scripts - like 2.04h4 - with UltraArc or we can only use 2.0.3 or 2.0.3.6 from this topic - Razor12911 scripts? :confused:

Thanks in advance! :D

KaktoR 14-04-2016 14:06

It's not planned to include UA into latest CIUv2. So the answer is no. Go with 2036.

kenzo34 15-04-2016 06:54

hi razor,
Can you be to an update of ultraarc to add compressor
nz, zstd and xs or lz77 please?
thank's

DarkSyrius 19-04-2016 14:49

More Question, More Troubles...
 
Thanks for all your Help KaktoR

But i have one more question... XD

In 2036 script there is the Extras button - [ExtrasButton]
And I understand that is necessary to show Website, Readme, Manual buttons! OK

The problem is: Extras Button no show label to me! There is no text!

Sorry for the inconvenience, but I searched a lot and tried to put Text, Label, Name in Setup.ini and nothing...

Is there some way to put text in Extra Button? Or I need to create a labeled Button design?

Thanks in Advance!

KaktoR 19-04-2016 23:38

Not sure about that. I will look.

edit: It shows a text, but you cant define your own label to it.

http://i.imgur.com/FnsvDgI.png

Code:

[ExtrasButton]
------------------------------------------------------- Autorun\Extras.png \ ExtrasSelected.png \ ExtrasClicked.png
Left=375
Top=410
Width=68
Height=68
//AreaTop=                                                // integer
//AreaLeft=                                                // integer
//AreaWidth=                                                // integer
//AreaHeight=                                                // integer
//Font=                                                        // string
//FontColor=                                                // $RGB
//FontColorOnMouse=                                        // $RGB
//FontColorMouseDown=                                        // $RGB
//FontColorDisabled=                                        // $RGB
FontSize=8
//FontSizeOnMouse=                                        // integer
//FontBold=                                                // 0 / 1
//Alignment=                                                // 0 / 1
//LabelX=-2000
//LabelY=                                                // # pixels
Visible=1

To do so, you must edit language files in Subfolder Languages. Search there for Extras.

DarkSyrius 22-04-2016 09:48

Quote:

Originally Posted by KaktoR (Post 448602)
Not sure about that. I will look. (...)

Not work in 2.0.3.6... the extras button does not have a text... neither a entry for Extra in Languages files.

I want to use UltraArc, so I have to use this version...

Why not to merge the last UltraArc in last Script release?
It would be so good!:D
Fast and Easy compression and new scipts configurations and options!

But's OK! Thank you again! I'll try something... for now I'lll leave this without text! :p

Thank You again!

KaktoR 22-04-2016 10:06

Well, with 2.0.4h4 you can use internal lzma compression with compiler. Or compress the game in one big archive, then split the file to fit in dvd5's.

pakrat2k2 02-05-2016 10:30

for the installer to actually use the {app} folder rather then the {appdata}\.... folder add this to the setup.ini ( doesn't matter if it matches or not, just need to be there )

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:3;
FreeArcFile7=Data7.cab;DestDir:{app};Disk:4;
FreeArcFile8=Data8.cab;DestDir:{app};Disk:4;
FreeArcFile9=Data9.cab;DestDir:{app};Disk:5;
FreeArcFile10=Data10.cab;DestDir:{app};Disk:5;
FreeArcFile11=Data11.cab;DestDir:{app};Disk:6;
FreeArcFile12=Data12.cab;DestDir:{app};Disk:6;

Tested on Wolfenstein - The New Order which is 9xdvd5 it used the {app} folder for merging the files.

This only applies for Ultraarc Versions.

Razor12911 03-05-2016 02:46

Quote:

Originally Posted by pakrat2k2 (Post 448406)
UA still does NOT use {app} but still TEMP folder. Thought this was changed in CIU203X versions?

I'll check it out... again, for the fourth time.

lugard 08-05-2016 15:43

hello i need help with Autorun Music Button
my Autorun Music Button not to stay configured
what is the syntax to configure Autorun Music Button?

i used the files CIU2030.rar + ci_ciu_06-12-2015.7z[2036] + CIU_2036_Fix_2016.7z

http://i.imgur.com/PKJEKZb.png

KaktoR 09-05-2016 03:12

Change MusicButton Visible=0

pakrat2k2 09-05-2016 08:40

Quote:

Originally Posted by KaktoR (Post 448911)
Change MusicButton Visible=0

if that doesn't seem to work make LEFT/TOP wider then image actually is
will force button outside of image & therefore not displayed.

KaktoR 09-05-2016 08:55

Quote:

Originally Posted by pakrat2k2 (Post 448913)
if that doesn't seem to work make LEFT/TOP wider then image actually is
will force button outside of image & therefore not displayed.

Yep, or

Top=-1000
Left=-1000

:D

lugard 09-05-2016 14:21

[MusicButtonAR]
Left=-1000
Top=-1000
Width=31
Height=120
Visible=0

work in 2030

but not work 2036 :(

the button stay in instalation top

omdj 09-05-2016 16:11

1 Attachment(s)
Quote:

Originally Posted by lugard (Post 448921)
[MusicButtonAR]
Left=-1000
Top=-1000
Width=31
Height=120
Visible=0

work in 2030

but not work 2036 :(

the button stay in instalation top

Leave a transparent margin outside the image.

lugard 09-05-2016 18:22

Quote:

Originally Posted by omdj (Post 448922)
Leave a transparent margin outside the image.

thanks for help omdj, KaktoR and pakrat2k2
place a transparent border of the button size it worked

[MusicButtonAR]
Left=1
Top=1
Width=31
Height=170
Visible=0

http://i.imgur.com/xAxaCaU.png

RLsARc 14-05-2016 02:58

Hi! Good day! Can someone help me with this?
Thanks!

inatha3 20-05-2016 16:23

ask
 
how to configure ultra arch data-1.bin , data-2.bin ,data-3.bin......
not data-1a.bin , data-1b.bin , data-2a bin , data-2b.bin....
so when install game no need merging..
and how to integrated R.G. Mechanics , BlackBox UltraARC ,etc.
after compres i have data bin and record ini.
sory for newbie question..

zura 03-07-2016 03:31

how do i enter compression settings command like:
-m=rep:1600m+tempfile+exe+delta+lzma:254m:max -lc- -ld-

truerepacks 03-07-2016 07:46

Quote:

Originally Posted by zura (Post 449834)
how do i enter compression settings command like:
-m=rep:1600m+tempfile+exe+delta+lzma:254m:max -lc- -ld-

why do u wanna use rep, srep is may be 10 times better than rep and ultraARC will choose best settings for lzma, according to ur computer specs

zura 03-07-2016 07:57

Quote:

Originally Posted by truerepacks (Post 449836)
why do u wanna use rep, srep is may be 10 times better than rep and ultraARC will choose best settings for lzma, according to ur computer specs

it's just an example of a command, i just want to know how to enter this line in UltraArc and try different types of compression

Razor12911 04-07-2016 02:49

Tempfile method cannot be inserted at this point, however with lzma and rep, you have to fix up arc.ini that will override settings of those compressors with the help of fazip.

Razor12911 04-07-2016 03:07

Quote:

Originally Posted by inatha3 (Post 449150)
how to configure ultra arch data-1.bin , data-2.bin ,data-3.bin......
not data-1a.bin , data-1b.bin , data-2a bin , data-2b.bin....
so when install game no need merging..
and how to integrated R.G. Mechanics , BlackBox UltraARC ,etc.
after compres i have data bin and record ini.
sory for newbie question..

Set low tresholds and high volume sizes

zura 04-07-2016 06:25

what are the best compression types in UltraArc in a matter of speed and size?
is there a way to use precomp 0.45 in it?

truerepacks 04-07-2016 07:39

Quote:

Originally Posted by zura (Post 449854)
what are the best compression types in UltraArc in a matter of speed and size?
is there a way to use precomp 0.45 in it?

actually largely depends on the data u r compressing
bt u can use srep+delta+lzma

as far as precomp is concern jst paste the cls-precomp by razor and precomp0.45 in resources directory

Razor12911 04-07-2016 07:39

Speed and size both depend on what you're compressing. For precomp 045,you have to add cls and precomp.exe in resources folder.

zura 04-07-2016 11:22

well i tried to compress dragon age inquisition (33 gb with dlcs) i used srep+delta+lzma and i got roughly 28 gb, i wonder if there is a way to shrink it to 26 gb without spending too much time compressing and installing

Razor12911 04-07-2016 16:22

I think precomp has to be added to the equation

Dante90 14-08-2016 13:03

Hi there!

v2400 - why can I choose precomp or msc? Do I have to manually add some files after I activate precomp and msc in UltraARC.ini file?

v3030 won't launch (Win7x64)

-------------

and how to add support for precomp 0.45?

Thanks! ;-)

Razor12911 15-08-2016 11:09

you can just remove ultraarc.ini all together to use the program freely.


All times are GMT -7. The time now is 23:07.

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