|
#61
|
|||
|
|||
|
like the option "ButtonLabelTop"??
this point is a lil bit difficult ![]() will try to add an option like you wanted. |
| Sponsored Links |
|
#62
|
||||
|
||||
|
Exactly like that. Will you manage to do this till 11.11.11?
|
|
#63
|
|||
|
|||
|
6.6 simple skin
|
|
#64
|
|||
|
|||
|
dude couldnt do it....
dont know what the problem with inno setup is. |
|
#65
|
|||
|
|||
|
Thank Q. Yener. Great Work
![]() By the way... what is the best way to compress file larger than 4GB into one SFX Module (7zip) and the SFX file still running properly. I got error when compress file size 6GB. Last edited by COPyCAT; 07-11-2011 at 03:14. |
|
#66
|
||||
|
||||
|
yener90 don't rush man. I bypassed this limitation by faking a wider button =)
Last edited by BAMsE; 07-11-2011 at 10:29. |
|
#67
|
|||
|
|||
|
I have a suggestion:
If I change ApplicationName to (for example) Splinter Cell: Conviction, it will throw an error because folder names cant contain "\ / ^ * : etc" I would like setup to change all occurrences of banned characters to " -" or space to prevent this error. I know I could simply change the appname not to contain these chars but it would not look good in setup's window title. |
|
#68
|
||||
|
||||
|
easiest yet use Splinter Cell Conviction no need for anything else.
|
|
#69
|
|||
|
|||
|
Code:
Launch1=DirectX Launch164=0 LaunchCom1=__Installer\directx\redist\DXSetup.exe LaunchArg1=/silent Launch3=Microsoft Visual C++ 2008 (x86) Launch364=0 LaunchCom3=__Installer\vc\vc2008sp1\redist\vcredist_x86.exe LaunchArg3=/q:a Launch4=Microsoft Visual C++ 2008 (x64) Launch464=1 LaunchCom4=__Installer\vc\vc2008sp1\redist\vcredist_x64.exe LaunchArg4=/q:a |
|
#70
|
|||
|
|||
|
BUG:
Code:
FreeArcFile1={src}\Data.arc;DestDir:{app}\pc;Disk:1;PrecSrep:1
SOLUTION: Lines 964-967: Quote:
Quote:
Last edited by janek2012; 08-11-2011 at 22:38. Reason: Highlighted changes as requested |
|
#71
|
||||
|
||||
|
janek2012, Highlight whats changed..
Quote:
IE: Filename: {src}\DirectX\DXSETUP.exe; Parameters: /silent; StatusMsg: {cm:run} Microsoft DirectX...; Tasks: DirectX (----> DIRECTX folder on DVD) Filename: {src}\PhysX\PhysX_9.10.0224_SystemSoftware.exe; Parameters: /quiet; StatusMsg: {cm:run} NVIDIA PhysX...; Tasks: PhysX (---> Physx Folder on DVD) Filename: {src}\vcredist_x86.exe; Parameters: /q; StatusMsg: {cm:run} Visual C++ Runtime... (---> In the ROOT of the DVD.) whats in () is NOT part of what you add to the [RUN] section. Last edited by pakrat2k2; 08-11-2011 at 20:10. |
|
#72
|
|||
|
|||
|
i'm trying to make converter but it copy all C:/program files, cant we add the support to ask us instead ?
|
|
#73
|
||||
|
||||
|
Damn, how I hate that: yeah, a lot of programs ignore both the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\ProgramFilesDir registry key and the ProgramFiles environment variable!
__________________
Joe Forster/STA For more information, see the FileForums forum rules and the PC Games forum FAQ! Don't contact me via E-mail or PM to ask for help with anything other than patches (or software in general) done by me, otherwise your request may be deleted without any reply! Homepage: http://sta.c64.org, E-mail: [email protected]; for attachments, send compressed (ZIP or RAR) files only, otherwise your E-mail will bounce back! |
|
#74
|
|||
|
|||
|
Quote:
edit: actually it would be better if i find battlefield's converter.iss
|
|
#75
|
||||
|
||||
|
Huh?! These registry entries belong to the system, don't touch them! Installers should use these values; if they don't then that's the installer's fault. On my PC's, this directory is F:\PROGRAMS but some programs want to install to F:\Program Files or somewhere on drive C:. Ehhh...
__________________
Joe Forster/STA For more information, see the FileForums forum rules and the PC Games forum FAQ! Don't contact me via E-mail or PM to ask for help with anything other than patches (or software in general) done by me, otherwise your request may be deleted without any reply! Homepage: http://sta.c64.org, E-mail: [email protected]; for attachments, send compressed (ZIP or RAR) files only, otherwise your E-mail will bounce back! |
![]() |
|
|
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 |