FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   INNO TROUBLESHOOT - Questions Here (https://fileforums.com/showthread.php?t=93193)

sied 22-02-2015 08:44

Hi guys, it was the first time i learned inno convert, now im working on Lucius2 Project, I copied script houcine80 "http://fileforums.com/showthread.php?t=96328" . and changing setup.cab & setup.ini modification. The convert succesful, but the icon not appear on desktop during finishing installation process and the second issue while install the lucius 2 icon may changing into Middle Earth Shadow of Mordor icon.Would you tell me which part I have to fix????and how to make autorun aplication,at least please let me know,I need some help please ^.^

pakrat2k2 22-02-2015 08:50

^^ Edit setup.ini & make sure these point to the correct places.
Code:

MyExecutableName=ShadowOfMordor.exe                                 
MyExecutablePath=
MyExecutableIconName=x64

First line of course points to your games exe, 2nd line if its not in the root of game, what folder is it in. 3rd is what you want shortcut name. Also make sure your setup.ico is for your game not mordor & is where the ISS scripts are.

leotrim77 15-03-2015 11:35

hey guys please HELP, why the script is not opening Direct X to install after the game is installed , Visual c++ start installing but Direct X not, for Direct X says: directx command line switches.

Why please help ... ?

or should I edit the scipt for this action ... ? please help me

pakrat2k2 15-03-2015 12:20

wrong switch for DX

read this

http://fileforums.com/showthread.php?t=95092

leotrim77 15-03-2015 13:09

Quote:

Originally Posted by pakrat2k2 (Post 438887)
wrong switch for DX

read this

http://fileforums.com/showthread.php?t=95092

I am not understanding nothing that topic ...
where is the problem ... ? what should I edit on script ../ ?

my script right now is:

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;


pakrat2k2 15-03-2015 13:24

proper switch for directx is silent not q

PhysX proper switch is s
C++ proper is /q /norestart

leotrim77 15-03-2015 13:53

Quote:

Originally Posted by pakrat2k2 (Post 438890)
proper switch for directx is silent not q

PhysX proper switch is s
C++ proper is /q /norestart

please can you explain me something what is silent ,,, does it mean that Direct x will install silent without inerface ... ?? without watch ???

because I edited my script as you said now I don't see nothing ... ?

just I see : Installing Direct X .... after 10 sec ... I see Installing Visual C++ ... ? is it okay ??

mausschieber 15-03-2015 14:00

Quote:

Originally Posted by leotrim77 (Post 438891)
please can you explain me something what is silent ,,, does it mean that Direct x will install silent without inerface ... ?? without watch ???

because I edited my script as you said now I don't see nothing ... ?

just I see : Installing Direct X .... after 10 sec ... I see Installing Visual C++ ... ? is it okay ??

/SILENT, /VERYSILENT

Instructs Setup to be silent or very silent. When Setup is silent the wizard and the background window are not displayed but the installation progress window is

leotrim77 15-03-2015 14:06

Quote:

Originally Posted by mausschieber (Post 438892)
/SILENT, /VERYSILENT

Instructs Setup to be silent or very silent. When Setup is silent the wizard and the background window are not displayed but the installation progress window is

aha now I am understanding but which is for interface ??? I want to see direct X during installation ... which letter ...??

jsut I want to know ... ?

Razor12911 15-03-2015 14:42

like everybody said, /silent is the command for running direct x 9.0c silent without window, but with window, I don't think it is possible but google it, if it exists, you will find it. and if you just want the window to show up, leave the command space empty.

pakrat2k2 15-03-2015 14:45

Quote:

Originally Posted by Razor12911 (Post 438894)
like everybody said, /silent is the command for running direct x 9.0c silent without window, but with window, I don't think it is possible but google it, if it exists, you will find it. and if you just want the window to show up, leave the command space empty.

like this

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

leotrim77 16-03-2015 04:10

thank you guys for reply now I am understanding :)

Sculpture 01-04-2015 03:26

Hello,
I want to make simple installer using inno setup with the help of IS tool.
I compressed my files into (Data1,Data2).bins .
MY QUESTIONS
=============

1. How to add it to inno setup or is tool and extract it during installation ??Does it need codes? If there ,it is in which section on IS TOOL?

2. Then i want to do a check and install on directx, vcredist for both 32 bit and 64 bit,install icons.
I want to create an install OPTION in this window(after all installation)
http://i.imgur.com/tXFGPXZ.jpg
3.What is the use of Autorun.inf and and .ini files ?

Razor12911 01-04-2015 14:58

your script must first have isdone support to be able to extract the archives, else I doubt istools can extract the files. you can use ultraarc since the default script can be used in istools, use ultraarc to compress the data. then open the example with istools then add your prerequisites there.
autorun.inf doesn't interfere or do anything regarding installation, it is just configurations for a device or devices that can be plugged and played, giving instructions and/or information to a computer.

Sculpture 01-04-2015 21:46

How to get isdone ?can you download link ?


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

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