![]() |
proper switch for directx is silent not q
PhysX proper switch is s C++ proper is /q /norestart |
Quote:
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 ?? |
Quote:
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 |
Quote:
jsut I want to know ... ? |
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.
|
Quote:
Exec2(ExpandConstant('{src}\Redist\DirectX\dxsetup .exe'),'',false); |
thank you guys for reply now I am understanding :)
|
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 ? |
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. |
How to get isdone ?can you download link ?
|
ISDone Final v0.6
Quote:
|
How to uses ISDone to extract .bin files?
Is there any english example script for ISDone? And can you give codes that want to be written in different sections in INNO SCRIPT in order to extract .bin files !!!!!!!!!! |
Directx and vcredist wizard is not silent after adding /SILENT
in here ....... http://i.imgur.com/8h0ebZW.png?1 |
Quote:
http://fileforums.com/showpost.php?p=422635&postcount=1 |
Quote:
Vcredist dont use silent method Edit - http://fileforums.com/showthread.php?t=95092 This link have what u need? |
I dont know about creating setup.ini
Quote:
Quote:
|
use the links given to you, the answers are in those topics
|
Quote:
ex. : i want to instal stadiums pack automaticaly to dir Pro Evolution Soccer 2015\download iam using unicode latest version |
Is there any tutorial about PASCAL SCRPTING in inno setup ?
|
easy open any ISS script then help & search for pascal
all the information is there, not a tutorial but lots in its documentation. |
Error in script 2030
hi guys can anyone tell me what is the error and how can i fix it thanks
http://abload.de/img/unbenannt-239plh.jpg |
Well, it seems like there is something wrong with your bitmap or just some random windows 8 error.
try setting the correct width and height of the bitmap. or make another bmp mask. or run as windows 7 in compatibility mode. |
@mausschieber
gotten that error many times just goto setup.ini & for the installer/autorun sizes reduce the width / height by 1 for each then try to recompile. |
Hello,
sorry for English I have a problem with the script kurutucu The first problem is that when there is a choice of language and I do cancel, I get an error message. My second problem, I integrated the hardware setup page but I can not get enabled page indef components. I attached the pictures you can see what I'm talking about and the script thank you for your help first problem: http://nsm08.casimages.com/img/2015/...5913218848.jpg http://nsm08.casimages.com/img/2015/...5913210989.jpg second problem: http://nsm08.casimages.com/img/2015/...5913210990.jpg http://nsm08.casimages.com/img/2015/...5913210991.jpg http://nsm08.casimages.com/img/2015/...5913210992.jpg screen: I would therefore like to create a page that will open before the directx components to make a page like this to choose the game that you want to pack install eg I select Tomb Raider 2 only me and it will install only the setup-2.bin http://nsm08.casimages.com/img/2015/...5913211020.jpg http://nsm08.casimages.com/img/2015/...5913210997.jpg script: http://www85.zippyshare.com/v/VmDG0iq9/file.html |
^^ fix your image links so people can see what your talking about.
Add them directly to post, under manage attatchments, rather then 3rd party host. |
Hey Guys since a few days I got this error
after i start Install button how can i solve this please help 1 error http://abload.de/thumb/unbenannt-1ftskh.jpg 2 error http://abload.de/thumb/unbenannt-2q3sxi.jpg |
Sorry For My Last Silly Questions.
But I Want To Know A Easy Way To Make A Splash Image Please Help Me & Sorry again |
Quote:
http://fileforums.com/showthread.php?t=96630&page=2 |
How to solve this ?
http://i.imgur.com/UuAPICp.jpg script(code)- Quote:
|
hello
|
Hello too....
What's wrong with the code? |
Then , how to remove that question marks in the installer? I think its wrong with codes.
Can anyone correct it or fix it ? |
Little problem
Hi.. i like to know how to show a custom page BEFORE welcome.. Thanks for your help.
|
Hi, I have a simple question..I'm new to repacking and I'm wondering if I can extract and then recompress .bin files to make them fit dvd5 or maybe join/split them without using too many tools.
Example: I have Setup1.bin (11.3 gb), Setup2.bin (200 mb), Setup3.bin (400 mb), setup.exe and I want to make them become something like: Setup1.bin (4.3 gb), Setup2.bin (4.3 gb), Setup3.bin (3.3 gb), setup.exe Is it possible without scripts, just by using a simple software? Thank You ;) |
Yes you can. Try ultraARC by razor12911.
|
Quote:
|
Quote:
The rationale is to compress and split the installation folder of the game that you have previously installed it your PC...;) As written by @y_thelastknight you can use this http://www.fileforums.com/showthread.php?t=96619 OR http://www.fileforums.com/showthread.php?t=96464;) |
Quote:
Actually I'm using DLG's Foldersplit and RDF, then I use a customized .bat file with this script to avoid precomp which is too slow: :( arc a -ep1 -ed -r -w.\ Output\Setup_1.bin -msrep+exe+delta+lzma:a1:mfbt4:d256m:fb128:mc1000:l c8 I read somewhere in the forum to add -s12g -mt8 and replace d256m with d1024m what are these for? So, to make .bin files to be around 4.3 gb to be burnt on dvd5s I just have to predict which will be compression ratio, I suppose...am I right? :confused: |
how to call bat file in inno script installation.i have put in Run section but it pop`s and end.There is no extration can be done.
please give the fix also mention the method to bat process along with installation process |
Change language problem
Quote:
Quote:
Bro this may fix language problem. This may help in someother guy's with this script (if you may include ) Search the script line 'change language' in the above section of if not isArcExtract . Remove the double slash ( // ) and enable the line.Now progress shows hr:min:sec. That' all |
| All times are GMT -7. The time now is 04:08. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com