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)

dead4now 18-07-2013 08:13

thanks @basic23.
Can u just edit the iss file with slideshow such that when we press next after directx screen setup directly goes to install with slideshow only.i meant how can i remove video dialog......
Thanks again

JustFun 18-07-2013 19:22

@peterulven
Can you describe your Error. What msg you got.

or do you get any message.

Or just your setup runs and do install progress but nothing is extracted from *.bin.

spionz 18-07-2013 20:56

hi, I want to ask
Karutucu setup runs and do install progress but nothing extract from Setup-1.bin.
how to solved it?

sorry my english translate google :D

Kurutucu 19-07-2013 05:07

@peterulven

Maybe your visual studio redist disabled. Active it in Controll Panel or reinstall vcredist 2008 and 2010.

@spionz

What you use for compression? Freearc or not?

Kurutucu 19-07-2013 08:16

@peterulven

Use the registry editor to delete the following registry keys:
  • HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug\Debugger
  • HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramewor k\DbgManagedDebugger

On a 64-bit operating system also delete the following registry keys:
  • HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\ Windows NT\CurrentVersion\AeDebug\Debugger
  • HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\ .NETFramework\DbgManagedDebugger

JustFun 19-07-2013 08:25

@peterulven

I will show you how to disable Just in Time debugging with RegEdit.
And then after you disable restart and recompile your setup, and tell if it works.

First of all backup your registry in case that this dont work.
__________________________________________________ ______
To disable Just-In-Time debugging by editing the registry

1. Open RegEdit as administrator

2. In the Registry Editor window, locate and delete the follow registry keys:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\Cu rrentVersion\AeDebug\Debugger

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramewor k\DbgManagedDebugger

3. If your computer is running a 64-bit operating system, delete the following registry keys also:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\ WindowsNT\CurrentVersion\AeDebug\Debugger

HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\ .NETFramework\DbgManagedDebugger
5.

Take care not to accidentally delete or change any other registry keys.
6.

Close the Registy Editor window.

spionz 19-07-2013 18:08

@kurutucu

i used Srep+Arc only for compression
msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8

Kurutucu 20-07-2013 04:08

@spionz

What error you take?

basic23 20-07-2013 08:10

1 Attachment(s)
@dead4now

image slideshow script:

basic23 20-07-2013 08:42

@JustFun

I do not know the configuration of your PC.But at the moment are CPU i3, i5, i7 are good.
And the best is Ivy Bridge CPU I3, I5, I7 best.O.K.

I compress with FreeArc 0.67 alpha follows:

1- 4GB to 800MB -> rep:265mb+exe+delta+lzma:150mb:normal:bt4:128
2- 4GB to 1,8Gb -> -mx -s;8gb -lc2048 -ld1024

Info:
depends on the format
Low Compress (Music, Video, Archiv)"
High Compress (Data,txt,image,exe...)

If you compress a game are as follows:
1- Maximal archive is 3,7GB (more than 3.7Gb decompression crashes from DVD)
2- Compress 18GB to 4 different archive (Data.arc 2.4GB, Music.arc 1.7GB, Resource.arc 3.4GB, Video.arc 3.2GB)

I could say more but do not want to bore anyone
I hope this example will help some!

JustFun 20-07-2013 09:31

@basic23

Very good post, bro.

For those who want to compress Videos, for example: bik formats, use RadVideoTools.
Compress by 50% and still you will have good quality.

System4z 20-07-2013 22:45

In installing page, Black square appear around 1-2 seconds than disappear.

What the bug and how to fix it? Thank!

Sorry I'm not good at english.

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

Brijesh 21-07-2013 02:10

crash error
 
during compression precomp stops working any solution,,,,,,,,,,,,,this crach occurs with precomp0.42............plzzz provide me any solution

Kurutucu 21-07-2013 02:59

@System4z

You use internal compression? Because my work don't support internal compression.

Brijesh

Sometimes precomp can't compress files. When you crash precomp use srep compression ;)

System4z 21-07-2013 03:39

@Kurutucu

It from original, Im not modify anything... you can check it.

basic23 23-07-2013 11:44

Archives.ini
 
6 Attachment(s)
Hallo Friends!:)
I read because many have problems with "Archives.ini".
So I took my time and especially for those who have problems with "Archives.ini"
Who wants can change from "Archives.ini" just what is green:

if not ShowChangeDiskWindow ('Please Insert Disk 1 (Data.arc) To Continue..', ExpandConstant('{src}'),'Data.arc') then break;
if not ISArcExtract ( 0, 100, ExpandConstant('{src}\Data.arc'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;

example:
I Data.arc exchange in Music.arc

I did 1x .... up to 6x (I mean archive)
You can do 100 x date
Good Luck!!!;)

Grumpy 24-07-2013 04:46

Going back to the original post by 'Kurutucu', isn't this just Blackbox's script with Kurutucu name plastered all over it? It seems to me you have just taken their script, made a few 'minor' changes, then put your name on it?

Newbie 24-07-2013 07:26

Quote:

Originally Posted by Grumpy (Post 421306)
Going back to the original post by 'Kurutucu', isn't this just Blackbox's script with Kurutucu name plastered all over it? It seems to me you have just taken their script, made a few 'minor' changes, then put your name on it?

I know the leader of blackbox group.

I will send him a PM about the script.

EDIT:

@Grumpy

I got the answer.....

He will contact you.

Cheers

Kurutucu 24-07-2013 17:27

I don't take their script. I take this script by neo-hl2000. And I edited and shared. Responsibility doesn't belongs to me. Thanks haters ;)

Cheers.

NOTE: This script doesn't original script ;)

JustFun 24-07-2013 17:43

You should thank this guy for this script.

System4z 24-07-2013 20:18

@Kurutucu

Thanks, But i fixed.

My problem solved.

pakrat2k2 24-07-2013 21:07

Quote:

Originally Posted by System4z (Post 421328)
@Kurutucu

Thanks, But i fixed.

My problem solved.

post what the issue was & how you fixed it.so that others who may have same issue will know how to fix it.

Quote:

Originally Posted by Kurutucu (Post 416587)
FOR QUESTIONS CONTACT ME ON FACEBOOK.

why the hell should anyone have to contact you there with their questions ??? it should be asked & answered here !!

Grumpy 24-07-2013 21:45

Quote:

Originally Posted by Kurutucu (Post 421325)
[B]I take this script by neo-hl2000.

So it was not your script in the first place, it was Neo's, I don't recall seeing him being thanked or credited in your original post. Its not about hating on you, I only asked a question.
All you have done is taken Neo's script, made very minor changes, plastered your name all over it and released it as yours. Its cool tho, I will edit your post and put the correct credits there for you. ;)

Quote:

Originally Posted by JustFun (Post 421326)
You should thank this guy for this script.

Agree, neo-hl2000 should have been thanked! But somehow I think you were not referring to Neo. ;)

Quote:

Originally Posted by pakrat2k2 (Post 421329)
why the hell should anyone have to contact you there with their questions ??? it should be asked & answered here !!

100% agree. Fileforums is not Facebook. ;)

Kurutucu 24-07-2013 22:20

Credits

Example script: neo-hl2000

Script edit: Kurutucu

Versions info:

ANSI: STOPPED

Unicode: Kurutucu

Testers: Kurutucu

Some peoples needs help with Team Viewer. I'm helping instantly on Facebook. :)

Razor12911 24-07-2013 22:47

something definately doesn't add up. I don't know who Neo... Is but I saw a similar script on Krinkels Forum. only diffrence is that this one has been clearly modified.

MartinezPL 25-07-2013 03:34

This is not even a BB script only setup them looks like them
but real BB script have very,very,very,very nad very BIG compesion methods support not like this one :)
that the one huge diffrence

mohanpanda02 25-07-2013 04:04

I compressed game with compression method and compile script.I start setup and finally it says "failed to open the archive in the module IS7zipExtract" Isdone.dll error while extracting.
pls solve my problem.

Razor12911 25-07-2013 05:32

the fail to open archive means that the archive type you specified is not the same as the one you want to extract

rxlord 25-07-2013 09:18

im a noob
 
hey im a complete noob with inno so can anyone post a tutorial on how to create installer with this script from scratch

Kurutucu 25-07-2013 09:23

@rxlord

http://fileforums.com/showpost.php?p...1&postcount=89

rxlord 25-07-2013 09:36

problem
 
whenever i open main.iss in inno and run it shows a error
---------------------------
Compiler Error
---------------------------
Line 138:

Column 1:

Identifier expected.
---------------------------
OK
---------------------------

Kurutucu 25-07-2013 09:48

@rxlord

What you're using inno version? UNICODE or ANSI? If you using ANSI try with UNICODE version :)

rxlord 25-07-2013 10:06

downloading
 
ok i have created two setuo1 and 2.bin they are in \Kurutucu Compressor\data folder
now i deleted all lines from archives.ini and added
if not ISArcExtract ( 0, 50, ExpandConstant('{src}\Setup-1.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ShowChangeDiskWindow ('Please Insert Disk 2 To Continue..', ExpandConstant('{src}'),'Setup-2.bin') then break;
if not ISArcExtract ( 0, 50, ExpandConstant('{src}\Setup-2.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
now what i have to do to compile my installer

rohann9 26-07-2013 02:29

How To Remove That Music On/Off Button ???

Kurutucu 26-07-2013 08:56

@rohann9

Look at PM.

rxlord 26-07-2013 09:29

almost done
 
hey i have done everything but how can i select the .exe file whose shortcut would be created on desktop.
and i want a video to execute after the installation how can i do that

Kurutucu 26-07-2013 09:49

@rxlord

1. #define AppExec "Kurutucu.exe" to your game exename.exe

2. For video execute search on google. (Inno setup run section)

pakrat2k2 26-07-2013 10:33

Quote:

Originally Posted by rohann9 (Post 421371)
How To Remove That Music On/Off Button ???

Quote:

Originally Posted by Kurutucu (Post 421381)
@rohann9

Look at PM.

Rather then PM that 1 user, post answer here too, so that others who may want to do the same thing have the answer.

artdekdok 26-07-2013 15:40

@rohann9
Quote:

Originally Posted by rohann9 (Post 421371)
How To Remove That Music On/Off Button ???

Delete SoundCtrlButton.Parent := WizardForm;
or use // in front of SoundCtrlButton.Parent := WizardForm; = //SoundCtrlButton.Parent := WizardForm;

basic23 29-07-2013 07:39

Video background!!!
 
Hallo!
:mad: :mad:
I'm very upset!! I tried to put a background VIDEO.PM4.But how??
I tried "Black_Box_Script_By_Kurutucu_V1.8"
I tried "Black_Box_Script_By_Kurutucu_V1.4_Unicode"
I tried "Slideshow & Video"
..........................
And following the step by step!
But nothing but error,Or black background.:confused:
Can you give me a hand?Or how to write script.:confused:
Help me.


All times are GMT -7. The time now is 18:01.

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