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)

D4rkSp4wn 26-05-2013 14:21

Quote:

Originally Posted by Razor12911 (Post 418648)
hmm, I didn't even know that precomp043 is supported in isdone, will add support to my source.

it is supported if you tell the isdone that its the 0.42 and in the arc.ini u change the -c- to -cn

have fun

PinHeaDi 27-05-2013 05:38

How to make it when i click on the logo (logo.bmp) to open a site ?

MartinezPL 27-05-2013 06:07

http://i39.tinypic.com/2rzzb7n.jpg
http://img199.imageshack.us/img199/7880/error2g.png
Replaced unarc.dll with that posted couple pages back
and arc.ini
My compresion method is:
Quote:

-msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8
My compresion lines in script looks like this:
Quote:

if not ISArcExtract ( 0, 10, ExpandConstant('{src}\Data1.bin'), ExpandConstant('{app}'), '', false, '', '', ExpandConstant('{tmp}\arc.ini'), notPCFonFLY {PCFonFLY}) then break;
if not ISArcExtract ( 0, 25, ExpandConstant('{src}\Data2.bin'), ExpandConstant('{app}\Terrains'), '', false, '', '', ExpandConstant('{tmp}\arc.ini'), notPCFonFLY {PCFonFLY}) then break;
if not ISArcExtract ( 0, 45, ExpandConstant('{src}\Data3.bin'), ExpandConstant('{app}\Terrains'), '', false, '', '', ExpandConstant('{tmp}\arc.ini'), notPCFonFLY {PCFonFLY}) then break;
if not ISArcExtract ( 0, 65, ExpandConstant('{src}\Data4.bin'), ExpandConstant('{app}\Terrains'), '', false, '', '', ExpandConstant('{tmp}\arc.ini'), notPCFonFLY {PCFonFLY}) then break;
if not ISArcExtract ( 0, 85, ExpandConstant('{src}\Data5.bin'), ExpandConstant('{app}\Terrains'), '', false, '', '', ExpandConstant('{tmp}\arc.ini'), notPCFonFLY {PCFonFLY}) then break;
if not ISArcExtract ( 0, 100, ExpandConstant('{src}\Data6.bin'), ExpandConstant('{app}\Terrains'), '', false, '', '', ExpandConstant('{tmp}\arc.ini'), notPCFonFLY {PCFonFLY}) then break;
It wille be great if someone help me :)

Razor12911 27-05-2013 06:39

use v1.4 unicode

MartinezPL 27-05-2013 06:49

this one ?
Try already
When using Inno unicode can't compile some error pop up
when ansi no error pop-up and compile can be completed :)

Razor12911 27-05-2013 06:54

this one martinez
http://fileforums.com/showpost.php?p...&postcount=115

Razor12911 27-05-2013 07:09

Quote:

Originally Posted by PinHeaDi (Post 418690)
Help :{

Click here

MartinezPL 27-05-2013 07:34

@Razor12911
Again the same error :D
Gonna try it a diffrent method ;)

Razor12911 27-05-2013 07:42

well, it works fine here, make sure you have updated your inno setup.

I tested it using Inno Setup Unicode and Unicode Enhanced.

MartinezPL 27-05-2013 08:08

Hmm i got the Inno Setup Unicode from official site
if you can pls post Unicode Enhanced maybe this version gonna work :P

Razor12911 27-05-2013 08:11

@martinez
Download

@D4rkSp4wn
hmm, nah, will not use it anyways but thanks, will stick to precomp038 and precomp040 as for they work in compression better than 042 from my point of view.

D4rkSp4wn 27-05-2013 10:43

Quote:

Originally Posted by Razor12911 (Post 418702)
@martinez
Download

@D4rkSp4wn
hmm, nah, will not use it anyways but thanks, will stick to precomp038 and precomp040 as for they work in compression better than 042 from my point of view.

they work fine for me too but the older versions cause random crashes on me while compressing drives me mad lol

cheers man

nicola16 27-05-2013 18:47

Would it be possible to just have the template to use the internal engine.
I just want to put logos.

PinHeaDi 28-05-2013 01:48

Can i Remove the DirectX,Visual C++ and Nvidia Psysx insall from here http://i.imgur.com/likEzgD.png and put a custom text there?

skakmatch 28-05-2013 03:45

@PinHeaDi

Find all text DirectX,Visualc,Psysx from Main.iss

PinHeaDi 28-05-2013 03:52

Quote:

Originally Posted by skakmatch (Post 418746)
@PinHeaDi

Find all text DirectX,Visualc,Psysx from Main.iss

Yes i know, but how to actually i edit them to make them as normal text?

y_thelastknight 28-05-2013 04:56

Quote:

Originally Posted by PinHeaDi (Post 418747)
Yes i know, but how to actually i edit them to make them as normal text?

what you mean normal text?

PinHeaDi 28-05-2013 05:23

Quote:

Originally Posted by y_thelastknight (Post 418748)
what you mean normal text?

Well remove those : Install XXXX and the Checkbox and put a normal text

Exmple: remove Install Direct X and its checkbox, and put a text there for example: Test text

nicola16 28-05-2013 11:35

I want to use only the template image eliminate DirectX, VisualC, Psysx

and small tablets arc.

I want to take advantage of the engine anthem so I can also create small corrective patches and mods without using uninstall.

Is it possible??.

Sorry my english.

thedarkman 28-05-2013 14:19

How can I make the box in the list of components checked by default?

MartinezPL 05-06-2013 05:17

Still the same shitty error
"Not an SREP compressed file"
Then what? RAR? Damn

Razor12911 05-06-2013 05:22

@MartinezPL
add arc.ini to unpacking line.

MartinezPL 05-06-2013 05:30

Unpacking line hmm where is it?
I'm rookie :D

Razor12911 05-06-2013 05:38

if not ISArcExtract ( 0, 100, ExpandConstant('{src}\Data1.bin'), ExpandConstant('{app}\'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), False) then break;

Plus here are the instructions
Link

MartinezPL 05-06-2013 06:06

http://i43.tinypic.com/2nvq7f7.jpg
Now I getting this error when try to compile

Razor12911 05-06-2013 06:26

use the unicode edition.

MartinezPL 05-06-2013 06:39

It is unicode version :)

Razor12911 05-06-2013 06:49

this one

Link

MartinezPL 05-06-2013 07:01

Already have
My archive.ini looks like this:
Quote:

if not ISArcExtract ( 0, 20, ExpandConstant('{src}\Data-1.bin'), ExpandConstant('{app}\ExampleGame'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ISArcExtract ( 0, 45, ExpandConstant('{src}\Data-2.bin'), ExpandConstant('{app}\ExampleGame'), '', false, '',ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ISArcExtract ( 0, 85, ExpandConstant('{src}\Data-3.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ISArcExtract ( 0, 100, ExpandConstant('{src}\Data-4.bin'), ExpandConstant('{app}\ExampleGame'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
And have that god damn error with "no a SREP file" :D

Razor12911 05-06-2013 07:08

what method did you use?

MartinezPL 05-06-2013 07:14

Quote:

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

Kurutucu 05-06-2013 08:27

Quote:

Originally Posted by MartinezPL (Post 419172)
:)

TESTED. Method working. Use srep 3.0 version.

Thang 06-06-2013 06:58

I want create 2 process bar looks like the picture
http://s21.postimg.org/467zd6tlj/isdonedll.png

my script

taporocrufeljan 06-06-2013 19:52

Good day Sir, Im New here and also a newbie . .
im having same problem as MR. MartinezPL
I've got the same Error all over again. I'm using
Quote:

-msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8
this method also.

Another thing. . .
How can i compress with Freearc with .bin extension?
is it renaming the Data.arc to DATA.bin?

Help :) Sry for my Bad English.

pakrat2k2 06-06-2013 20:01

yes, just choose the filename you want + extension. Doesnt have to be arc file, could be data.xyz if you really wanted to.

Kurutucu 09-06-2013 12:06

Update 1.5

-Added music and music button (Thanks for sentinelks).

AHRIMANSEFID 10-06-2013 00:36

Hi.
Thanks Code But Me Need Help In protect or lock setup file in disable extract ?
plz help me.

Razor12911 10-06-2013 01:01

@AHRIMANSEFID
use inno setup enhanced edition to disable that.

AHRIMANSEFID 10-06-2013 03:29

inno setup enhanced edition 5.5.1 does not work ,plz help me how can i protect my setup source.
if this program works explain something about it or give an example thanks........

ashyamsundar 10-06-2013 04:08

1 Attachment(s)
i got this error in v1.5


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

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