|
|
|
#1
|
|||
|
|||
|
I'm not the one who is using it's the game's developers. ^^
|
| Sponsored Links |
|
#3
|
|||
|
|||
|
Quote:
|
|
#4
|
|||
|
|||
|
comparison between the level of compression Inno Setup and use of the razor, the compress.bat file which will compress better. I need an answer on this issue. If you can help me do this right. Thank!
|
|
#5
|
||||
|
||||
|
depends on the compression but .bat compression is the best
|
| The Following User Says Thank You to Razor12911 For This Useful Post: | ||
huavancuong098 (08-04-2013) | ||
|
#6
|
|||
|
|||
|
but the use of such compress.bat no clear delineation of space between 4.3 GB DVD. How to properly define the size of each DVD? The use of arc free to use the Inno Setup command with a higher compression than compress.bat not?
|
|
#7
|
||||
|
||||
|
you try by any means necessary, compress files using a list to include or exclude the files
|
|
#8
|
||||
|
||||
|
hi i need help
how to do this ![]() Code:
#define AppName "1"
//values 1,2,3,4,5
[Setup]
AppId={{660BF654-1986-4653-9981-E99323A2E683}
#ifdef AppName "1"
AppVerName=y_thelastknight1
#endif
#ifdef AppName "2"
AppVerName=y_thelastknight2
#endif
#ifdef AppName "3"
AppVerName=y_thelastknight3
#endif
#ifdef AppName "4"
AppVerName=y_thelastknight4
#endif
#ifdef AppName "5"
AppVerName=y_thelastknight5
#endif
DefaultDirName={pf}\{#MyAppName}
DefaultGroupName={#MyAppName}
OutputBaseFilename=setup
Compression=lzma
SolidCompression=yes
[Files]
Source: "C:\Program Files (x86)\Inno Setup 5\Examples\MyProg.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: {win}\help\*; DestDir: {app}\1; Flags: external recursesubdirs ;
|
|
#9
|
||||
|
||||
|
Quote:
Code:
#define AppName "1"
//values 1,2,3,4,5
[Setup]
AppId={{660BF654-1986-4653-9981-E99323A2E683}
#if AppName == 1
AppVerName=y_thelastknight1
#elif AppName == 2
AppVerName=y_thelastknight2
#elif AppName == 3
AppVerName=y_thelastknight3
#elif AppName == 4
AppVerName=y_thelastknight4
#elif AppName == 5
AppVerName=y_thelastknight5
#endif
DefaultDirName={pf}\{#MyAppName}
DefaultGroupName={#MyAppName}
OutputBaseFilename=setup
Compression=lzma
SolidCompression=yes
[Files]
Source: "C:\Program Files (x86)\Inno Setup 5\Examples\MyProg.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: {win}\help\*; DestDir: {app}\1; Flags: external recursesubdirs ;
|
| The Following User Says Thank You to altef_4 For This Useful Post: | ||
y_thelastknight (09-04-2013) | ||
|
#10
|
||||
|
||||
|
thanks for help altef_4
Last edited by y_thelastknight; 12-04-2013 at 06:37. |
|
#11
|
|||
|
|||
|
How can I do to set my Installer can Run as Administrator?
|
|
#12
|
||||
|
||||
|
start up inno then goto help & search for administrator.
[Setup]: PrivilegesRequired |
|
#13
|
||||
|
||||
|
Hi, Guys . How Can I Create a silently Installer with inno setup that Include Two or Three or More disk?
I Create Installer, But when disk one is finished, silently Installer not asked for disk two and Progress bar roll Back and install canceled . what can i do? Sorry For my bad english |
|
#14
|
|||
|
|||
|
I get this error
![]() I use this code: Code:
arc a -ep1 -ed -r -w.\ Data-01.bin -mprecomp:zl98:d0+srep+exe+delta+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 "D:\game\*" pause |
|
#15
|
||||
|
||||
|
arc.ini
|
![]() |
|
|
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 |
| Frequently Asked Questions | Joe Forster/STA | PC Games - Frequently Asked Questions | 0 | 29-11-2005 09:48 |