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)

felice2011 07-10-2014 03:31

Quote:

Originally Posted by Dante1995 (Post 434679)
basta inserire la slash feli /Silent

ops eng
insert slash /silent

Already tried, same thing....:mad:

no non va lo stesso provato in vari modi.:confused:

Carldric Clement 07-10-2014 03:45

Quote:

Originally Posted by felice2011 (Post 434678)
You solved by installing the components, even to me by error?

You've got wrong code side it! Here's the code:
Code:

Make sure you backup it like
//Exec2(ExpandConstant('{src}\Redist\DirectX\DXSETUP.exe'),'silent',false);

Exec2(ExpandConstant('{src}\Redist\DirectX\DXSETUP.exe'),'/silent',false);

There!
:rolleyes::cool:

felice2011 07-10-2014 04:51

OK OK it works even before, the problem and the web installer dxsetup.
Did I just lose time.
I tried with another setup and it works.
1)Exec2(ExpandConstant('{src}\Redist\DirectX\GPU-Z.exe'),'/silent',false); OK
2)Exec2(ExpandConstant('{src}\Redist\DirectX\DXSET UP.exe'),'/silent',false); NO OK
someone explains to me reason???????????????????????

Dante1995 07-10-2014 05:08

obviously the silent command does not work with all setup (it would be simple and beautiful way) to find them, just enter in -Help bat and read his options for cmd :)

Carldric Clement 07-10-2014 05:14

Quote:

Originally Posted by felice2011 (Post 434682)
OK OK it works even before, the problem and the web installer dxsetup.
Did I just lose time.
I tried with another setup and it works.
1)Exec2(ExpandConstant('{src}\Redist\DirectX\GPU-Z.exe'),'/silent',false); OK
2)Exec2(ExpandConstant('{src}\Redist\DirectX\DXSET UP.exe'),'/silent',false); NO OK
someone explains to me reason???????????????????????

Try to download DirectX Offline Installer it! If will helpfully it!
:rolleyes::cool:

felice2011 07-10-2014 05:23

NOOO I solved it, let alone if this could stop me ....
I armored in * exe. Dxsetup Web Installer, and everything works perfectly ... hihihihihi.:D:D:D:D
Simply using "Easy Binder 2.0":cool::rolleyes:

Gamer009 07-10-2014 10:47

1 Attachment(s)
guyz, i'm getting this error

Dante1995 07-10-2014 11:59

mmmmmhh

Gamer009 07-10-2014 16:35

any reply ?

Carldric Clement 07-10-2014 17:23

Quote:

Originally Posted by Gamer009 (Post 434699)
any reply ?

Can you give your Inno Setup Script?
(Not all files need it! Need Script Only!)
:rolleyes::cool:

Gamer009 07-10-2014 23:21

it's the same as in the topic !

i have not edited it !!

felice2011 07-10-2014 23:44

1 Attachment(s)
Guys after installing the game, the components are installed together, one after another without waiting to be closed at the end of installation.
How do I insert a wait command, type (WAIT) (-W) and wait for the closure of the component, and then run the next ?????

Carldric Clement 07-10-2014 23:54

Quote:

Originally Posted by Gamer009 (Post 434715)
it's the same as in the topic !

i have not edited it !!

Find This Code From Black-Box Script
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;

Replace
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'),'/silent',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;

There!
:rolleyes::cool:

Dante1995 08-10-2014 00:01

main.iss

DirectX 9c
Framework OffLine
Link2 (v4.5.2)
PhysX.exe

Adonix 08-10-2014 04:51

i have make a data.bin file using below command line

Quote:

a -ep1 -r -ed -lc2523 -ld590 -mt2 -msrep64+delta+lzma64:a1:mfbt4:d158m:fb273:mc1000:l c8
everything is ok,...but how to extract it again by help of this installer ??
this installer do not works with this compression method,..please help me,..give me any installer for this compression command :(


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