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)

splitdvd9todvd5 30-09-2013 03:42

hi, please fix this bug!

http://img802.imageshack.us/img802/3876/bnco.jpg

61n4n74r 01-10-2013 19:58

hello mr. kurutucu, how to disable music.mp3 and music button?
thanks...

and if my dvd contains 3 *.bin files in one dvd, where to edit it?
thanks...

varma1993 02-10-2013 04:37

Why Dont U Post V2.0

prolatao1993 02-10-2013 05:31

Version 2.0 is created by NSIS (Nullsoft Scriptable install script system) :)

varma1993 02-10-2013 05:35

Quote:

Originally Posted by prolatao1993 (Post 423940)
Version 2.0 is created by NSIS (Nullsoft Scriptable install script system) :)

were can i get it

prolatao1993 02-10-2013 06:46

Quote:

Originally Posted by varma1993 (Post 423941)
were can i get it

I don't know. Ask Kurutucu :)

http://a.imageshack.us/img34/4307/42r.png

varma1993 02-10-2013 22:41

Hey U r sharing just a script not a compressing moethod so please post v2

jksengko 04-10-2013 05:37

not working
 
1 Attachment(s)
how to do this not working??

Kurutucu 04-10-2013 06:17

@61n4n74r

1.

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

2.
Code:

if not ISArcExtract ( 0, 33, ExpandConstant('{src}\Setup-1.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ISArcExtract ( 0, 33, ExpandConstant('{src}\Setup-2.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ISArcExtract ( 0, 34, ExpandConstant('{src}\Setup-3.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;

@jksengko


Why don't you read info???

You can edit redist files (Exec2)

Code:

  if CurStep=ssPostInstall then begin
    if DirectXCB.Checked then begin
      Status.Caption:='Installing DirectX...';
      Status.Left := 200;
      Status.Top := 200;
      Status.Width := 223;
      Status.Height := 20;
      Exec2(ExpandConstant('{src}\Redist\DirectX\DXSETUP.exe'),'/q',false);
    end;
    if NvidiaPhysx.Checked then begin
      Status.Caption:='Installing Nvidia Physx...';
      Status.Left := 200;
      Status.Top := 200;
      Status.Width := 227;
      Status.Height := 20;
      Exec2(ExpandConstant('{src}\Redist\PhysX.msi'),'/q',false);
    end;
    if VisualCCB.Checked then begin
      Status.Caption:='Installing Visual C++...';
      Status.Left := 200;
      Status.Top := 200;
      Status.Width := 227;
      Status.Height := 20;
      Exec2(ExpandConstant('{src}\Redist\vcredist_x86.exe'),'/q',false);
    end;
    if Framework.Checked then begin
      Status.Caption:='Installing Framework...';
      Status.Left := 200;
      Status.Top := 200;
      Status.Width := 227;
      Status.Height := 20;
      Exec2(ExpandConstant('{src}\Redist\dotnetfx.exe'),'/q',false);
    end;
  end;

You can enable NvidiaPhysx and Framework checkbox

Find

Code:

NvidiaPhysx.Checked:= False
NvidiaPhysx.Enabled:= False;

Change to

Code:

NvidiaPhysx.Checked:= True
NvidiaPhysx.Enabled:= True;


jksengko 04-10-2013 07:21

stop install
 
1 Attachment(s)
stop wroking during install ??

61n4n74r 04-10-2013 21:26

thanks mr kurutucu, that's worked...
arc iso ok, but when i try to use rar, i got this pop up...

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

Kurutucu 05-10-2013 19:47

@jksengko

I don't know what's your problem :/

@61n4n74r


For RAR and 7Zip add this:

On top

Code:

#define unrar
#define 7ZIP

and

On CODE

Code:

#ifdef unrar
    ExtractTemporaryFile('Unrar.dll');
#endif
#ifdef 7ZIP
    ExtractTemporaryFile('7z.dll');
    ExtractTemporaryFile('PackZIP.exe');
#endif


Pulcione86 06-10-2013 17:59

Unarc error
 
http://i.imgur.com/7fND57l.png


Guys I added the "DiskSpanning" because I need to split the game that is more than 4 gb, but I get that error.

How should I do?
If I have to edit the file Archives.ini you can email me as I have to change it?

Sorry for the English but is not my mother language

Razor12911 06-10-2013 21:07

Instructions

and don't use diskspanning.

Kurutucu 07-10-2013 01:52

@Pulcione86

Split your files. For example create 2 folder. 1 and 2. Copy line in compress.bat then for 1 change to C:\1\* for 2 C:\2\* etc... Easy. ;)

Code:

arc a -lc8 -ep1 -ed -r -w.\ Data\Setup-1.bin -mprecomp+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 "C:\1\*"
arc a -lc8 -ep1 -ed -r -w.\ Data\Setup-2.bin -mprecomp+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 "C:\2\*"



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