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)

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


All times are GMT -7. The time now is 08:24.

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