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)

goku1205 24-06-2013 10:16

i have the same problem. My os win 7 x64 service pack 1

ashyamsundar 24-06-2013 11:41

Quote:

Originally Posted by Razor12911 (Post 419909)
make the TCheckBox checked.

there is no TCheckBox
there is
compactcheckbox in two line
i change it to
CompactCheckBox.Checked =True
but nothing change

Razor12911 24-06-2013 12:01

hmm, lol, that's a TCheckBox structure. I'm now used to delphi programming. :D

REV0 24-06-2013 12:07

Quote:

Originally Posted by ashyamsundar (Post 419951)
my os win 8 x64
k-lite 9.9.9 64bit
i use mp4 , avi , wmv , mov , mkv
1080p , 720p, 360p
not working
still black screen

Quote:

Originally Posted by goku1205 (Post 419955)
i have the same problem. My os win 7 x64 service pack 1

http://fileforums.com/showthread.php?t=93846

ashyamsundar 25-06-2013 02:57

Quote:

Originally Posted by REV0 (Post 419961)

tried mega pack (32bit) and 64bit codec
not woking still black screen

skakmatch 25-06-2013 06:49

Quote:

Originally Posted by Pein46 (Post 419937)
@skakmatch

freearc doesn't support splitting archive but you can do like this..
http://s8.postimg.org/umjl7mtol/New_Bitmap_Image.png

Thank u so much. now i'm understand.
kurutucu next update i'm request internal convertion / compress 2xdvd5. :D just kiding

Razor12911 25-06-2013 07:15

Quote:

Originally Posted by ashyamsundar (Post 419982)
tried mega pack (32bit) and 64bit codec
not woking still black screen

The video must also be XVid Encoded, I guess...:rolleyes:

assassin193 25-06-2013 07:39

your updated version is quite strange to me, i don't know where is the directory line to set my data folder, your previous version it was on the 1st line
and the new version when i extract it, i open Main.iss, and press Compile, nothing happen, i just see a new window open like this
http://i.minus.com/i1UXz6mLHAZNh.png
Someone show me why i have that trouble, please :(

pakrat2k2 25-06-2013 09:55

you use freearc to compress your archives. ( Look in archives.ini, use that to set your filenames )

the first 9 lines of script you have to set your appname, version, size etc. DONT leave it at default.

READ the instructions, link in FIRST post!

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

red01 25-06-2013 23:44

2 Attachment(s)
i do a trial with this script by guiltygearisuka game.
i did not change anything in style folder or anywhere else except for main.iss and archieve.ini

script complie successfully but during installation it give me error.

please help me guys.. i have try many times but still give me same error.

Pirate Ted 27-06-2013 06:51

Don't used (Compact.Mode+Slideshow & Video) i think Script is not yet fixed!

the installer working perfect at windows 7 64-Bit. 32-bit Os is not working

Kurutucu 27-06-2013 09:27

Quote:

Originally Posted by Pirate Ted (Post 420092)
Don't used (Compact.Mode+Slideshow & Video) i think Script is not yet fixed!

the installer working perfect at windows 7 64-Bit. 32-bit Os is not working

Tested. Working!

MartinezPL 27-06-2013 16:30

Too bad that setup don't support this compression methods:
Quote:

-mx -mc-delta -mc:lzma/lzma:192mb:normal:bt4:192:mc10000:lc8 -ld192m -mc:rep/srep:l256 -mc$default,$obj:+precomp042:c-:t-j:intense -s

-mprecomp:t-pjnf:zl41,54,63,64,65,85,86:d0+srep+exe2+delta+lzm a:a1:mfbt4:d158m:fb273:mc1000:lc8 -dp
With the 1st one i maked COH2 1xDVD5 (one lang+encoded videos) ~3.8GB :(

Kurutucu 27-06-2013 17:28

Quote:

Originally Posted by MartinezPL (Post 420133)
Too bad that setup don't support this compression methods:

With the 1st one i maked COH2 1xDVD5 (one lang+encoded videos) ~3.8GB :(

Look at supported methods!

-mprecomp+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8

-msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8

7zip

RAR

:confused:

Pirate Ted 28-06-2013 01:39

[IMG]http://img834.imageshack.us/img834/8286/vgy.png Uploaded with ImageShack.us[/IMG]

@Kurutucu its not working properly in windows 7 32-bit



Black_Box_Script_By_Kurutucu_V1.3 are tested in windows 7 32/64-Bit So nice working properly.

tzrepacks 28-06-2013 08:48

How to fix this?
http://s20.postimg.org/k9pbzwlv1/err.jpg

Kurutucu 28-06-2013 08:52

tzrepacks, this script don't support ansi version. Use unicode version!

y_thelastknight 28-06-2013 12:12

Quote:

Originally Posted by tzrepacks (Post 420180)

Change like this

Code:

#ifdef UNICODE
type
 PChar = PAnsiChar;
#endif


@Kurutucu
The script works fine on ansi version..i always use ansi version

red01 29-06-2013 00:13

1 Attachment(s)
why this scrip is giving me runtime error null point exception?


what is this error?

Newbie 29-06-2013 04:14

Edited

Kurutucu 29-06-2013 05:22

@Newbie

If you compressed files with precomp 0.43 use Main(precomp0.43).iss.

Newbie 29-06-2013 06:23

Edited.

Kurutucu 29-06-2013 11:30

@Newbie

1. Don't change #define PrecompVer "Inside".

2. Ask for video script @y_thelastknight.

3. You can add more shortcuts. Example:

Code:

#define AppExec
#define AppExec2
#define AppExec3

#define AppName (Main exe)
#define AppName2
#define AppName3

Code:

[Icons]
Name: {group}\Uninstall {#AppName}; Filename: {app}\unins000.exe; WorkingDir: {app}; Check: CheckError
Name: {group}\{#AppName}; Filename: {app}\{#AppExec}; WorkingDir: {app}; Check: CheckError
Name: {commondesktop}\{#AppName}; Filename: {app}\{#AppExec}; WorkingDir: {app}; Check: CheckError
Name: {group}\{#AppName2}; Filename: {app}\{#AppExec2}; WorkingDir: {app}; Check: CheckError
Name: {commondesktop}\{#AppName2}; Filename: {app}\{#AppExec2}; WorkingDir: {app}; Check: CheckError
Name: {group}\{#AppName3}; Filename: {app}\{#AppExec3}; WorkingDir: {app}; Check: CheckError
Name: {commondesktop}\{#AppName3}; Filename: {app}\{#AppExec3}; WorkingDir: {app}; Check: CheckError


Newbie 29-06-2013 11:44

Edited

ashyamsundar 29-06-2013 11:47

Bro still black screen
video not woking

Kurutucu 29-06-2013 11:51

@Newbie

I will add later for this. I'm waiting y_thelastknight.

@ashyamsundar

Ask from y_thelastknight.

tzrepacks 01-07-2013 03:34

Sadly. The AppName does not support " ' " :(
I'm repacking Mirror's Edge right now. And I can't compile if the " ' " is in the AppName

Newbie 01-07-2013 03:43

Edited

Razor12911 01-07-2013 03:48

Quote:

Originally Posted by tzrepacks (Post 420310)
Sadly. The AppName does not support " ' " :(
I'm repacking Mirror's Edge right now. And I can't compile if the " ' " is in the AppName

never use these in inno setup when specifying a value on a datasheet.

'
#13
#10
$
and many special characters.

tzrepacks 01-07-2013 03:56

Quote:

Originally Posted by Newbie (Post 420311)
You get the error here, right:
"Setup encountered an error while installing «{#AppName}»"

Just instead of «{#AppName}» put something else e.g.:

Setup encountered an error while installing the game.

Works fine then.

No. I just can't compile it. Now I will have to Deal With It. Mirrors Edge then :(

assassin193 01-07-2013 04:02

Quote:

Originally Posted by tzrepacks (Post 420314)
No. I just can't compile it. Now I will have to Deal With It. Mirrors Edge then :(

2, are you DJWALKER, your nick name looks familar :-?

Razor12911 01-07-2013 04:02

it's no biggy, it's just an apostrophe. :D

assassin193 01-07-2013 04:06

http://isskin.codejock.com/gettingstarted.asp
somebody can have me where can i download skin from that site ??

Razor12911 01-07-2013 04:09

Try looking for it here

assassin193 01-07-2013 04:14

Quote:

Originally Posted by Razor12911 (Post 420320)
Try looking for it here

thanks so much, but don't you sleep ??? it's 3 am in your country, but my country is 6:15 pm :)

Razor12911 01-07-2013 04:18

Yeah, looking out for people who got problems so that I can help them out. :D.

But (-7) is not really my time zone though , ;).

assassin193 01-07-2013 04:51

Quote:

Originally Posted by Razor12911 (Post 420323)
Yeah, looking out for people who got problems so that I can help them out. :D.

But (-7) is not really my time zone though , ;).

oh, so where are you from ??? :)
i'm from viet nam :)

in this image
http://i.minus.com/i1UXz6mLHAZNh.png
it looks like i've not put the directory folder ( or files) need to be compiled, right ???
so how can i fix it, because the previous version, the 1st line i can put the directory folder i need to complie, but the new version it wasn't there any longer :(

Razor12911 01-07-2013 05:16

I'm from the Fourth Dimension, The Alpha Ceph.

Time Zone (+56).

Maybe feature is removed.

assassin193 01-07-2013 05:28

Quote:

Originally Posted by Razor12911 (Post 420330)
I'm from the Fourth Dimension, The Alpha Ceph.

Time Zone (+56).

Maybe feature is removed.

oh, so now what do i have to do to fix this, i've just redownload from #1 but it is the same +_+

y_thelastknight 01-07-2013 06:22

Quote:

Originally Posted by Razor12911 (Post 420330)
I'm from the Fourth Dimension, The Alpha Ceph.

Time Zone (+56).

Lolz :p


All times are GMT -7. The time now is 17:30.

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