FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   Blackbox Inno Setup Script (https://fileforums.com/showthread.php?t=94425)

pakrat2k2 15-08-2013 15:55

tried both with / without []

Newbie 23-08-2013 09:42

@Kurutucu

"UPDATES STOPPED"

One question only - Why?

Cheers

MartinezPL 24-08-2013 02:51

Quote:

Originally Posted by Shanilka (Post 421766)
Kurutucu You Rock Dude! BUT WHY DOES THIS SETUP STOPS WORKING AT 1% in the INSTALLING PAGE

My OS Windows 8 Pro

PLEASE ANSWER PLEASE PLEASE PLEASE :confused::confused::confused:

Got also this problem but on 0% but checking task mgr CPU,RAM,HDD was in use by Setup.tmp after 3-4 mins setup crashed ,checked install folder and some temp files was extracted strange
Windows 8 Pro x64

isoo00 25-08-2013 00:34

Progressbar fix ?
 
1 Attachment(s)
i dont know if i break filefourm rule by this thread..
but i have an issue with progress bar

i have edit bb source code which posted by Kurutucu
every thing is great but when install begin progress bar disappear :confused:

the code below is my edited bb source with progress bar issue

thedarkman 25-08-2013 08:48

@isoo00

are you using internal compression?
because Kurutucu script not supporting internal compression anymore

isoo00 26-08-2013 01:13

Quote:

Originally Posted by thedarkman (Post 422383)
@isoo00

are you using internal compression?
because Kurutucu script not supporting internal compression anymore

can i add internal compression support ?

pakrat2k2 26-08-2013 05:02

not if script doesn't support it, use something else.

y_thelastknight 26-08-2013 06:36

@isoo00

Check here
Its support internal compression..but script is little bit different..but little bugs is also there

gruntme2 27-08-2013 09:55

Hi everyone,
Sorry for my bad english.
I want to know what is the best command line to compress CoD Modern Warfare 3?
i used this -msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 but ratio was of 95%

Kurutucu 27-08-2013 10:43

Quote:

Originally Posted by gruntme2 (Post 422478)
Hi everyone,
Sorry for my bad english.
I want to know what is the best command line to compress CoD Modern Warfare 3?
i used this -msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 but ratio was of 95%

You need extract iwd files and decode mp3 and wav files for best compress. Don't forget recode video files with RADTools.

gruntme2 27-08-2013 10:51

Quote:

Originally Posted by Kurutucu (Post 422479)
You need extract iwd files and decode mp3 and wav files for best compress. Don't forget recode video files with RADTools.

i don't want to edit game file. i want only to compress game.
With Payday 2 i compressed from 18 GB to 4 GB without to edit game file

Newbie 27-08-2013 11:20

"With Payday 2 i compressed from 18 GB to 4 GB without to edit game file"

But this doesn't mean that every game can be compressed as Payday 2.

Maybe the game files in CoD Modern Warfare 3 are already compressed.

Where in Payday 2 they were not.

gruntme2 27-08-2013 11:22

Quote:

Originally Posted by Newbie (Post 422482)
"With Payday 2 i compressed from 18 GB to 4 GB without to edit game file"

But this doesn't mean that every game can be compressed as Payday 2.

Maybe the game files in CoD Modern Warfare 3 are already compressed.

Where in Payday 2 they were not.

so it can't be compressed more,right?

Newbie 27-08-2013 11:29

As I know, it can't.

Unless your rip multiplayer files, if you recode video to lower bitrate....

Just do it as 3 DVD5 - I think it can fit on 3 DVD5, right.

gruntme2 27-08-2013 11:58

Quote:

Originally Posted by Newbie (Post 422484)
As I know, it can't.

Unless your rip multiplayer files, if you recode video to lower bitrate....

Just do it as 3 DVD5 - I think it can fit on 3 DVD5, right.

ok thanks

trakiinas 31-08-2013 15:53

Hello everybody, I come here to thank first the "Kurutucu" for your excellent work, and all of you who helped me and had patience with me, a big hug to all of you!!


Sorry for my bad English.

alley_u2 01-09-2013 08:18

First of all thank you (All the contributors) for all the efforts put in to make such a easy Look-alike Black box setup.

I have seen a bug. Every time i compile then Main.iss file, the Setup-1.bin file copied in the output folder gets deleted. Any help

Newbie 01-09-2013 09:14

@alley_u2

"Any help"

I think that you can't do anything about that.

Only way is to move *.bin files out of that folder.

So, just keep your .bin file somewhere, and Use output folder for setup.exe only.....

pakrat2k2 01-09-2013 09:45

Quote:

Originally Posted by alley_u2 (Post 422697)
First of all thank you (All the contributors) for all the efforts put in to make such a easy Look-alike Black box setup.

I have seen a bug. Every time i compile then Main.iss file, the Setup-1.bin file copied in the output folder gets deleted. Any help

not a bug, re-read the steps.

it says to compile the script first, then create the setup-1.bin files

Joelz 01-09-2013 10:42

Thank you very much. It works.

But i have some questions:
  • I would like to set, that vcredist will be installed based on Windows type.
    If user have 64 bit -> vcredist_x64.exe will be installed if user have 32 bit -> vcredist_x86.exe will be installed.
  • Where i can edit DiskSpanning? I have game that have 13 GB.
  • How can i set parameters for compression? (if this is possible)
    I would like to have best compression without edition .bik videos, cut off some languages etc.. [I am using Main (precomp.0.43)]
  • Where can i find comparation of compressions types when i use this script = external compression? I would like to see how it will take to compress and how much CPU/RAM will be used. I know how to set parameters for internal compression but with this i do not know)

Thank you for help. Sorry for my spelling.

pakrat2k2 01-09-2013 11:17

read entire thread, think was mentioned by someone else back around page 6-7

alley_u2 01-09-2013 11:22

I need to create a bat file to compress file with this algorithm "arc -mprecomp+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 " i.e. arc-precomp-srep-arc. Can anybody help

Newbie 01-09-2013 11:26

@alley_u2

Inside "Black_Box_Script_By_Kurutucu_V1.8.7z" should be Kurutucu compressor folder, and as I remember it contains just what you need.

Joelz 01-09-2013 11:31

Quote:

Originally Posted by pakrat2k2 (Post 422706)
read entire thread, think was mentioned by someone else back around page 6-7

I will, but it will take some time. :(

alley_u2 01-09-2013 11:33

Quote:

Originally Posted by Newbie (Post 422708)
@alley_u2

Inside "Black_Box_Script_By_Kurutucu_V1.8.7z" should be Kurutucu compressor folder, and as I remember it contains just what you need.

I tried using that. It worked very good with a small files like 80mb that i tried but when i tried to compress a 3GB File it gave me an error. So i was thinking downloading new precomp, srep and free arc components and use a bat file to pack it.

Newbie 01-09-2013 11:41

"If user have 64 bit -> vcredist_x64.exe will be installed if user have 32 bit -> vcredist_x86.exe will be installed."

Well, as I know on Windows X64 bit version you need both x86 and x64 version of vcredist.

I don't include any prerequisite because I have them all installed.

"Where i can edit DiskSpanning? I have game that have 13 GB.
How can i set parameters for compression? (if this is possible) "

If you are looking for disk spanning option then you are going to need script that supports internal compression.

And as I know BB scripts supports only external now (ANSI: STOPPED).

For internal compression you just read Inno documentation a little, and if you are using external compression, just download few conversions from other and read .bat file a little, all should be clear.

I think, but not sure, precomp 0.43 didn't worked for me, but not sure.

precomp 0.42 was enough + with use of kurutucu compressor.

"Where can i find comparation of compressions types when i use this script = external compression? I would like to see how it will take to compress and how much CPU/RAM will be used. I know how to set parameters for internal compression but with this i do not know)"

As I said, no internal anymore if I read it right.

Anyway, with external you should get better results.

No one can tell you how much CPU/RAM your PC is going to take.

It depends on your PC.


EDIT:

@alley_u2

What error, post screenshot of it.

Joelz 01-09-2013 12:04

OK so i will not use internal compression because BB does not support it and external is better.

But what i have to set, to get best compression and how to set which file will be precompressed, because only some file is good for precompression?

If i need both vcredist it should be in script. How can i edit it?

However i saw some test of Winrar and similar programs. And i only want to now, how much % of time it will take if i will use some compression. For example: Best compression will take about +50% more time than second best compression, but it will compress about X% more.

I am sorry for Newbie question. I have been using Inno Script Studio so far with some andvices from stackoverflow.com. So best for me are examples.
I do not want filling this thread with my questions so if somebody is willing to help me via PM. It will better than this.

Thank you.

alley_u2 01-09-2013 22:36

1 Attachment(s)
Quote:

Originally Posted by Newbie (Post 422711)
EDIT:

@alley_u2

What error, post screenshot of it.

I have posted the error

alley_u2 02-09-2013 03:59

Tried using precomp 0.43 and compiling the setup with Main(precomp.0.43).iss. But the installer didn't work. It failed to extract the file and gave me a error saying "wrong precomp version" .

Kurutucu 02-09-2013 09:33

Quote:

Originally Posted by alley_u2 (Post 422746)
I have posted the error

#Your files cannot compress with precomp. Use srep. Because your files don't have jpg, png, model etc. Precomp extracting and recompressing files. Maybe your files cannot be extracting. Try srep.

#For precomp0.43 use Main(precomp.0.43).iss!

alley_u2 02-09-2013 09:58

Quote:

Originally Posted by Kurutucu (Post 422768)
#For precomp0.43 use Main(precomp.0.43).iss!

I compressed files using precomp 0.43 and then used your Main(precomp.0.43).iss to build the setup file. While running the setup it gives me a error i.e. wrong precomp version. Can you help?

Edit:It worked. I had to copy manually precomp 0.43 and arc.ini files from the precomp version folder to the include folder.

Kurutucu 02-09-2013 12:29

Quote:

Originally Posted by alley_u2 (Post 422769)
I compressed files using precomp 0.43 and then used your Main(precomp.0.43).iss to build the setup file. While running the setup it gives me a error i.e. wrong precomp version. Can you help?

Edit:It worked. I had to copy manually precomp 0.43 and arc.ini files from the precomp version folder to the include folder.

Yeah. You forgot arc.ini ;)

alley_u2 02-09-2013 21:20

Quote:

Originally Posted by Kurutucu (Post 422775)
Yeah. You forgot arc.ini ;)

Now Compressing with precomp 0.43 i didn't get the above error. Anyways Kurutucu keep continuing your good work.

alley_u2 03-09-2013 10:55

I was thinking about adding a system page which will display CPU ram and other system information. Anybody can guide me for a tutorial.

kienvang0302 03-09-2013 21:45

1 Attachment(s)
while compile it gives me error, see attach file
i don't know to type anything, i'm a newbie. plz help me!!!

alley_u2 03-09-2013 22:55

Quote:

Originally Posted by kienvang0302 (Post 422830)
while compile it gives me error, see attach file
i don't know to type anything, i'm a newbie. plz help me!!!

Use the unicode version of the setup

kienvang0302 04-09-2013 01:36

Quote:

Originally Posted by alley_u2 (Post 422831)
Use the unicode version of the setup

Thank you, i got it.
But can u show me order of compression?
the first is freearc => precomp => screp? i use script kurutucu v1.8.
I will create file.bin by how?

alley_u2 04-09-2013 02:24

Quote:

Originally Posted by kienvang0302 (Post 422833)
Thank you, i got it.
But can u show me order of compression?
the first is freearc => precomp => screp? i use script kurutucu v1.8.
I will create file.bin by how?

Use Kurutucu Compressor present in the zip file. Just edit the Compress.bat file to the location of your folder and it will automatically compress the file for you as the script requires.

kienvang0302 04-09-2013 05:11

Quote:

Originally Posted by alley_u2 (Post 422834)
Use Kurutucu Compressor present in the zip file. Just edit the Compress.bat file to the location of your folder and it will automatically compress the file for you as the script requires.

now i want to compress a game about 900mb.
what do i have to edit to the highest compress?
Having some file audio and video in folder game.Do u know software to compress them? Sorry for asking u too much :)

alley_u2 04-09-2013 07:24

Quote:

Originally Posted by kienvang0302 (Post 422839)
now i want to compress a game about 900mb.
what do i have to edit to the highest compress?
Having some file audio and video in folder game.Do u know software to compress them? Sorry for asking u too much :)

It is already at the highest settings. ;)


All times are GMT -7. The time now is 16:58.

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