|
#241
|
||||
|
||||
|
thanks for update again... V1.8
You can edit redist files line 835 (Exec2) hopefully you can have more then just the 3 that are there now ? Some games have 4-5 requisites that they want to install. ( yes DX is always one of them & shouldnt be counted, same goes for physx drivers ( video card drivers should install latest version anyways )). if @y_thelastknight is doing V1.9 for slideshow & video ( that version should be posted seperately at bottom of first post the whole blackbox script initially was for a slick looking installer ( that didnt need a bunch of fancy work done to display images etc.) some people just want a simple installer ( maybe display a game background during install, & thats all, much like compact mode ) Last edited by pakrat2k2; 15-06-2013 at 22:19. Reason: added info |
| The Following User Says Thank You to pakrat2k2 For This Useful Post: | ||
Kurutucu (15-06-2013) | ||
| Sponsored Links |
|
#242
|
|||
|
|||
|
@pakrat2k2
For more Redists they use Winrar. For example 4 redists need. DX, VC and Physx included. For 4. redist using winrar. For example disaplay driver and physx compressed with winrar sfx type. And they will edit sfx for silent and opening physx.msi and disaplaydriver.exe. Then open main.iss. Find Exec2(ExpandConstant('{src}\Redist\physx.exe'),'/q',false) change to Exec2(ExpandConstant('{src}\Redist\redists.exe'),'/q',false). or They can add [Run] section for other redists.
Last edited by Kurutucu; 15-06-2013 at 22:54. |
|
#244
|
|||
|
|||
|
Quote:
|
|
#245
|
|||
|
|||
|
excuse me, up to now i still use Inno Setup Complier to repack soft, just few days ago i've known i can change skin setup.exe through InnoIDE .....
![]() and this is the first time i use InnoIDE for repacking game, i open the main.iss and i don't know which i can and have to change to repack, so anyone can help me, please ??? i'm from viet nam and if i say anything hard to understand, please forgive me ![]() thank you so much ![]() and does anyone have instruction about InnoIDE for newbie like me ??? i want to use this app but dont know how to create code
Last edited by assassin193; 16-06-2013 at 06:59. |
|
#246
|
|||
|
|||
| The Following User Says Thank You to Kurutucu For This Useful Post: | ||
assassin193 (16-06-2013) | ||
|
#249
|
|||
|
|||
|
I am not getting this particular point 2. Compress files with your method (Look at tested compression methods ). Then open Archives.ini . Edit for your compression method.
Examples: Code: i f n o t I S A r c E x t r a c t ( 0 , 1 0 0 , E x p a n d C o n s t a n t ( ' { s r c } \ S e t u p - i f n o t I S 7 Z i p E x t r a c t ( 0 , 1 0 0 , E x p a n d C o n s t a n t ( ' { s r c } \ S e t i f n o t I S R a r E x t r a c t ( 0 , 1 0 0 , E x p a n d C o n s t a n t ( ' { s r c } \ S e t For more files copy and paste line. If files more CD or DVD: Code: i f n o t I S A r c E x t r a c t ( 0 , 5 0 , E x p a n d C o n s t a n t ( ' { s r c } \ S e t u p - 1 i f n o t S h owC h a n g e D i s kW i n d ow ( ' P l e a s e I n s e r t D i s k 2 T o C o n t i f n o t I S A r c E x t r a c t ( 0 , 5 0 , E x p a n d C o n s t a n t ( ' { s r c } \ S e t u p - 2 i had already used Inno setup for repacking games will you please explain me in brief or short video to be attached how did you do that. |
|
#250
|
|||
|
|||
|
i put my directx folder in the redist folder but i get a Invalid command line switch.
|
|
#251
|
||||
|
||||
|
for which redist? if directx try change /q to /silent ..
|
|
#252
|
|||
|
|||
|
if i just want create an installation, not include any thing like directx, redist....... just install a game, how to do that ???
|
|
#253
|
|||
|
|||
|
phew, at last i've found some threads about Inno in my country, that's lucky for newbie like me
bụt they don't really good like you guys in here that's true !!!uhmmm, now i need add logo (such as Assassin's Creed) in any corner of the setup window, what should i do with the script ??? |
|
#254
|
|||
|
|||
|
assassin193
this is a poor question to understand what to do, better screenshots of your problem |
|
#255
|
||||
|
||||
|
you should speak only English.
|
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INNO TROUBLESHOOT - Tutorials and Answers about INNO Setup | REV0 | Conversion Tutorials | 129 | 21-05-2021 05:51 |
| INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 06:57 |
| Copy file with Inno Setup Script | emrahcey | Software | 1 | 02-07-2010 08:24 |