FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   altef_4's installer (https://fileforums.com/showthread.php?t=93899)

Razor12911 16-05-2013 21:54

1 Attachment(s)
Inno Setup Enhanced Unicode

Here is it for people who don't have it.

amin fear 16-05-2013 23:37

Inno Setup Ultra
 
2 Attachment(s)
So , for some of you guys who want to have an All In One compilation of Inno Setup Enhanced edition + all other tools + scripts + good stuffs , I suggest downloading Inno Setup Ultra compiled by Russians...

Main homepage :

Code:

http://innoultra.ru/
use GoogleTranslate to find download link...

Important notice : do not download Inno Setup Ultra from other unknown sources as it maybe contains viruses or other bad things...:D

The real size of Inno Setup Ultra installation file is about 55 MB...

Goodluck !

altef_4 18-05-2013 07:25

I forget to say, that tutorial is only for ver. 2.2.9.9, in new versions are many changes, i will change tutorial when(if) i finish installer :d

Razor12911 13-06-2013 15:47

1 Attachment(s)
Hi altef, spotted a bug while using your script at finish page.;)

Re: admin or moderators, i can hope that in future i will see this thread sticky.

If I were a moderator, I'd make this a sticky, good job and brilliant work.(*_*)
:D

pakrat2k2 13-06-2013 19:37

it's a VERY good source, that's been hidden away for way too long.

It's another option that has excellent written information on how-to, and once altef_4 has more time to fully document this, more users will actually use it.

For now I've made it a 'sticky' topic so its easily found.

Keep up the good work :)

sentinelks 14-06-2013 04:04

very good project I will use it for gta4-san andreas and future gta5
waiting for full version
thanks

altef_4 15-06-2013 05:41

Quote:

Originally Posted by Razor12911 (Post 419534)
Hi altef, spotted a bug while using your script at finish page.;)

Re: admin or moderators, i can hope that in future i will see this thread sticky.

If I were a moderator, I'd make this a sticky, good job and brilliant work.(*_*)
:D

i know this, but it's beta!

Lothan88 19-06-2013 17:41

This is the new Link for ISU 5.1

red01 08-07-2013 22:00

sorry for my silly question

this installer support internal compression or external compression?

altef_4 09-07-2013 03:37

Quote:

Originally Posted by red01 (Post 420779)
sorry for my silly question

this installer support internal compression or external compression?

v2.3.1.0 support both(with some bugs)

red01 09-07-2013 04:09

Quote:

Originally Posted by altef_4 (Post 420785)
v2.3.1.0 support both(with some bugs)

where is the option for internal compression in script (sorry i cant find it)?


and

i use the following method for external compression

compressions method
arc a -m0 data.arc "C:\Program Files\*"
precomp.exe -c- data.arc
srep.exe -m3f data.pcf data.srep
arc a -mx data.cab data.srep



how to configure this installer for above method?

altef_4 09-07-2013 06:33

Quote:

Originally Posted by red01 (Post 420787)
where is the option for internal compression in script (sorry i cant find it)?

to enable internal, change this key in installer.ini InternalSetup=Game_Folder

Quote:

Originally Posted by red01 (Post 420787)
and

i use the following method for external compression

compressions method
arc a -m0 data.arc "C:\Program Files\*"
precomp.exe -c- data.arc
srep.exe -m3f data.pcf data.srep
arc a -mx data.cab data.srep
how to configure this installer for above method?

Archive1Input={src}\data.cab
Archive1Output={app}\
Archive1UnpackType=0
Archive1DeleteInputAfterExtract=0
Archive1DiskNumber=1

Archive2Input={app}\data.srep
Archive2Output={app}\
Archive2UnpackType=4
Archive2DeleteInputAfterExtract=1
Archive2DiskNumber=1

Archive3Input={app}\data.pcf
Archive3Output={app}\
Archive3UnpackType=5
Archive3DeleteInputAfterExtract=1
Archive3DiskNumber=1

Archive4Input={app}\data.arc
Archive4Output={app}\
Archive4UnpackType=0
Archive4DeleteInputAfterExtract=1
Archive4DiskNumber=1

and ISDone=1

i think it's must work :)

red01 09-07-2013 22:59

1 Attachment(s)
i follow ur instruction about internal compression and it works.

next i open it with iss tool and change method of compression from none to Izma and ultra 64...then i try to compile it , it gives me an error ( i attached the pic).

i again open script with iss tool and change from izma to none but again same error
please have a look...

altef_4 10-07-2013 00:00

Quote:

Originally Posted by red01 (Post 420815)
i follow ur instruction about internal compression and it works.

next i open it with iss tool and change method of compression from none to Izma and ultra 64...then i try to compile it , it gives me an error ( i attached the pic).

i again open script with iss tool and change from izma to none but again same error
please have a look...

if you want change compression level, don't need to use istool or other tools, just open script, find line Compression= and InternalCompressLevel= and change it to
Compression=
zip
bzip
lzma/fast,normal,max,ultra,ultra64
none

InternalCompressLevel=
none
fast
normal
max
ultra
ultra64

red01 10-07-2013 01:18

During installation , there is only progress bar and nothing else.

is it possible to add time (eg. 2 minutes and 35 seconds remaining ) or some line (please wait while set up finish installing the game on ur system?

sorry for being a troublesome..

i copy a new .iss script and try your instructions. It works.


But did not work on the script which i open with iss tool. (i am telling it just for information) :D


All times are GMT -7. The time now is 02:28.

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