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)

Razor12911 31-12-2013 01:04

replace exe and edit the arc.ini

find -c- and change it to -cn

sentinelks 31-12-2013 02:06

Quote:

Originally Posted by Razor12911 (Post 427863)
replace exe and edit the arc.ini

find -c- and change it to -cn



are you sure of what you say :cool:

Razor12911 31-12-2013 02:36

Yea I think so.

sentinelks 31-12-2013 06:18

you need to edit the script, because precompress 043 incorporates the libraries of the old 042, so it will be removed or placed in a new folder or blackbox crash ..

Brijesh 31-12-2013 06:37

Quote:

Originally Posted by Razor12911 (Post 427863)
replace exe and edit the arc.ini

find -c- and change it to -cn

installer says incorrect version of precomp

Razor12911 31-12-2013 07:02

replace precomp exe

Brijesh 01-01-2014 07:57

Quote:

Originally Posted by Razor12911 (Post 427872)
replace precomp exe

i did it but not working

mmhsagor 10-01-2014 10:16

Can any one please help me?

After doing everything accordingly I completed Packing a game but after the installation is complete it tries to install DirectX but after few second it shows "Invalid Command Switch" in a pop up window and when I click OK it finishes the installation, every thing runs OK but the directx doesn't get installed. I don't know about other Redist softwares as I haven't tried them yet.

Please explain as simply as possible, I am a newbie in this short of thing.

By the way THAKNS A LOT KURUTUCU for the script and everything else.

Razor12911 10-01-2014 10:53

check this thread out

adiga 12-01-2014 04:31

Please, I need help. How can I enter a password in the script ?
like 111-111-111-111
222-222-222-222
333-333-333-333
So if the user put on of these passwords it will continue.

Razor12911 12-01-2014 07:10

2 Attachment(s)
There

Preview

r4ll 16-01-2014 21:53

My compression method is 7zip-srep-precomp-freearc
so if someone can help me by writing archive.ini file for this method

thanks

y_thelastknight 17-01-2014 02:17

Quote:

Originally Posted by r4ll (Post 428340)
My compression method is 7zip-srep-precomp-freearc
so if someone can help me by writing archive.ini file for this method

thanks

Code:

if not IS7ZipExtract    ( 0, 25, ExpandConstant('{src}\data1.7z'),  ExpandConstant('{app}\data1.srep'), false, '') then break;
if not ISSRepExtract    ( 0, 25, ExpandConstant('{app}\data1.srep'), ExpandConstant('{app}\data1.pcf'), true) then break;
if not ISPrecompExtract ( 0, 25, ExpandConstant('{app}\data1.pcf'),  ExpandConstant('{app}\data1.arc'), true) then break;
if not ISArcExtract    ( 0, 25, ExpandConstant('{app}\data1.arc'),  ExpandConstant('{app}\'), '', true, '', '', ExpandConstant('{app}'), notPCFonFLY {PCFonFLY}) then break;

Total Percentage of the whole progress. if you have more files change it. Total Must be 100.

r4ll 17-01-2014 03:15

1 Attachment(s)
Quote:

Originally Posted by y_thelastknight (Post 428342)
Code:

if not IS7ZipExtract    ( 0, 25, ExpandConstant('{src}\data1.7z'),  ExpandConstant('{app}\data1.srep'), false, '') then break;
if not ISSRepExtract    ( 0, 25, ExpandConstant('{app}\data1.srep'), ExpandConstant('{app}\data1.pcf'), true) then break;
if not ISPrecompExtract ( 0, 25, ExpandConstant('{app}\data1.pcf'),  ExpandConstant('{app}\data1.arc'), true) then break;
if not ISArcExtract    ( 0, 25, ExpandConstant('{app}\data1.arc'),  ExpandConstant('{app}\'), '', true, '', '', ExpandConstant('{app}'), notPCFonFLY {PCFonFLY}) then break;

Total Percentage of the whole progress. if you have more files change it. Total Must be 100.

I am getting this error.I have also renamed Data1 to My Data name:(

y_thelastknight 17-01-2014 03:31

Quote:

Originally Posted by r4ll (Post 428343)
I am getting this error.I have also renamed Data1 to My Data name:(

file is not available to extract.
file name is different or dir is different.

Code:

if not IS7ZipExtract    ( 0, 25, ExpandConstant('{src}\data1.7z'),  ExpandConstant('{app}\data1.srep'), false, '') then break;
{src} = where you archive file is.
data1.7z = Your archive file name.


All times are GMT -7. The time now is 06:10.

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