|
#226
|
|||
|
|||
|
open langscript.iss and look for romplay in custom messages.
the other one is in the code section. just search for this text. all infos are in langscript.iss i hope i can manage to retail 8.0. new features: fully supported png/jpg support unfortunately i need to code everything new :/ |
| Sponsored Links |
|
#227
|
||||
|
||||
|
Quote:
|
|
#228
|
|||
|
|||
|
How about this one?
Quote:
Should I use these paramets to every game. I'm confused because for instance with Fallout we use precomp -slow -c6 -m8 and sprep m2. Dead Rising: precomp -slow -c189 -m16. How do I know which paramets I should use? Last edited by Joe Forster/STA; 23-03-2012 at 04:35. |
|
#229
|
||||
|
||||
|
vlv all you need is
Code:
precomp -intense -c- filename.ext After successful operation it gives you another parameters -zl and -d (-m and - c for older versions) to speed up whole operation if somebody else tries to precompres THIS file (parameters will be different for different input files!!!) Last edited by BAMsE; 09-03-2012 at 12:10. |
|
#230
|
||||
|
||||
|
What should I change to leave the autorun and install rimuvere images?
Thanks |
|
#231
|
|||
|
|||
|
i give up with png support...
couldnt include on my source and then started completely new. got also problems. so no support :/ |
|
#232
|
|||
|
|||
|
In InstallerScript What lines should I add to copy or create additional folders to specific directories during installation ej: in PES2012
1 - C: \ ProgramData \ KONAMI \ Pro Evolution Soccer 2012 \ download 2 - C: \ Users \ Leo \ Documents \ KONAMI \ Pro Evolution Soccer 2012 Where do I add this in InstallerScript [HKEY_LOCAL_MACHINE \ SOFTWARE \ KONAMI \ PES2012] "code" = "xxxx-xxxx-xxxx-xxxx-xxxx" "installdir" = "C: \ \ Program Files \ \ KONAMI \ \ Pro Evolution Soccer 2012 \ \" "Version" = "1.03.0000" thanks |
|
#233
|
||||
|
||||
|
sorry for English use google translate
2 things I wanted to ask ------------------------------------------------------------------------------------------------------------------ 1. Also in the setup.ini file I added the file PhysX, but why not start the installation even if selected, and how do I remove and put the check mark in other programs. Here are the lines setup.ini: [LauncherSettings] InstallRedist = 1 Launch1 = DirectX Launch164 = 0 Launch1BeforeInstall = 0 LaunchCom1 = __ Installer \ directx \ redist \ DXSETUP.exe LaunchArg1 = / silent Launch2 = Microsoft Visual C + + 2008 x86 Launch264 = 0 Launch2BeforeInstall = 0 LaunchCom2 = __ Installer \ vc \ vc2008sp1 \ redist \ vcredist_x86.exe LaunchArg2 = / q: a Launch3 = Microsoft Visual C + + 2008 x64 Launch364 = 0 Launch3BeforeInstall = 0 LaunchCom3 = __ Installer \ vc \ vc2008sp1 \ redist \ vcredist_x64.exe LaunchArg3 = / q: a Launch4 = PhysX Launch464 = 1 Launch4BeforeInstall = 1 LaunchCom4 = __ Installer \ PhysX \ redist \ PhysX_9.10.0513_SystemSoftware.exe LaunchArg4 = / quiet... ------------------------------------------------------------------------------------------------------------------------- 2. I tried installing with the skin but the image comes out of the picture and the autorun does not start splashscreen starts with what I did wrong? I have changed so in setup.ini: DarkISSkin=1 EnableAutorunMenu=0 EnableFastInstall=0 Last edited by lupetto77; 11-03-2012 at 09:51. |
|
#234
|
||||
|
||||
|
and if you delete / quiet... ??
|
|
#235
|
||||
|
||||
|
leo95 have you InnoIDE? If not - install it. Open script in InnoIDE, there is Setup options panel on the left, choose Files & directories and click add folder icon. Use
Code:
{userdocs}\KONAMI\Pro Evolution Soccer 2012
Code:
C:\Users\Leo\Documents\KONAMI\Pro Evolution Soccer 2012 |
|
#236
|
||||
|
||||
|
PhysX_9.10.0513_SystemSoftware.exe file installation works perfectly.
What I know is how to put on and remove the checkmarks by default when I go into the installation window. can explain line by line operation: [LauncherSettings] InstallRedist = 1 Launch1 = DirectX (I know) Launch164 = 0 Launch1BeforeInstall = 0 LaunchCom1 __Installer = \ directx \ redist \ DXSETUP.exe (I know) LaunchArg1 = / silent (I know) |
|
#237
|
||||
|
||||
|
Now I was confused ...
![]() The extension of PhysX is ".msi" or ".exe" ? |
|
#238
|
||||
|
||||
|
I try to explain better ...
I put the check only if you watch the picture instead Physx are all checked. how do I do what I asked you?
|
|
#239
|
|||
|
|||
|
dudes i will take time out, got some business etc.
will be back again after 3-4 months bro's
|
|
#240
|
|||
|
|||
|
Good luck in business, and thanks for the great work, I would like to get the maximum to the functions of InnoSetup, but I understand little English and deduction according to the modified scripts from other forum users.
|
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INNO TROUBLESHOOT - Questions Here | REV0 | Conversion Tutorials | 1565 | 29-11-2024 09:51 |
| Inno Setup: Additional Libraries | altef_4 | Conversion Tutorials | 50 | 21-10-2020 09:59 |
| INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 06:57 |
| Help- How to extract a .bin file compressed by a code ? | Adonix | Conversion Tutorials | 22 | 22-03-2015 15:02 |
| yener90's older Inno Project Source Codes | THADEADMAN2011 | PC Games - CD/DVD Conversions | 0 | 16-06-2012 03:40 |