|
|
|
#1
|
||||
|
||||
|
Quote:
sorry my bad english |
| Sponsored Links |
|
#2
|
||||
|
||||
|
and it must be
[ExtractSettings] FreeArcFile1={src}\Data.cab;DestDir:{app};Disk:1;P recSrep:1 |
|
#3
|
||||
|
||||
|
Quote:
with PrecompVer=Inside you DONT need PrecSrep:1 at end of FreeArcFile1 line... ONLY if you made your archives old way freearc -m0 compression data.arc precomp data.arc > data.pcf srep data.pcf > data.srep freearc ( -m9x -ld192m (max compression method you want ) data.srep > data.xyz ( extension can be any name. )) and REMOVE [InstallSettings] shouldnt be there. MyExecutableName=hitmanbooldmoney.exe > typo ? should be hitmanbloodmoney Last edited by pakrat2k2; 29-07-2013 at 09:31. |
|
#4
|
||||
|
||||
|
Help
I need help (Advanced Users)
Using CIU in 1.0.0.6, if I put flash.swf (Page Installer) and Setup.cjstyles (Skin), is occurring error in the installer completion or cancellation. (Windows XP SP3) ![]() And in the TEMP folder create a folder named WERxxxx.dir00. Putting only Skin or Flash works normally. What can it be? Can anyone tell me how to get around without removing any? |
|
#5
|
||||
|
||||
|
Quote:
![]() or you need to add a exception to the exe on Data Execution Prevention. To add a exception on WinXP look here: http://support.microsoft.com/kb/875352/pt-br EDIT... Look for this part: Quote:
Last edited by Fabioddq; 03-08-2013 at 00:07. |
| The Following User Says Thank You to Fabioddq For This Useful Post: | ||
Cesar82 (03-08-2013) | ||
|
#6
|
||||
|
||||
|
Friends removing the marker isdone hours minutes and seconds
leave only time leave it eg Elapsed: 00:00:12 Remaining: 00:20:00 |
|
#7
|
|||
|
|||
|
Not directly related on innosetup, more with the compression:
I want to use srep as I am unable to compress a game to the required size I need, I have downloaded freearc and the powerpack and added the "[External compressor:srep] packcmd = srep {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp unpackcmd = srep -d {options} - - <stdin> <stdout>" Line to my 'Arc.ini' in my freearc bin folder. The problem is that the GUI does not have any new options for srep or anything, so how on earth do I use Srep? I have checked the batch file in the "INNO TROUBLESHOOT - Tutorials and Answers about INNO Setup" section but to me it simply looks like someone facerolled on their keyboard and made it a .bat file. He talks about different parameters and such, without explaining any of them, then gives an example with a whole lot of extra stuff in it that wasn't explained (eg; "arc a -ep1 -r -w.\ .\data1.cab [email protected]" has 0 explanation and I cannot comprehend it at all). And where would I put the Game Directory? If explaining is too hard, Could someone give me an example of a batch use purely for Srep? Please, i am desperate. particularly this bit here: arc a -ep1 -r -w.\ .\data3.cab It seems like it has something to do with running freearc (hence the 'Arc'), with a few options (Such as a -ep1 -r -w), followed by the destination of the archive once it is made. The problem is, I do not know what each parameter does, and I cannot see where the destination starts and parameters end (the -w.\.\ is confusing me, is the first '.' part of the parameter, or the destination? I have not seen a -w parameter on freearc so I do not know where it comes from). Also, the 'ep1' isn't explained either. Last edited by inovateqsa; 16-08-2013 at 01:47. Reason: Additional details. |
|
#8
|
||||
|
||||
|
look at any one of the newest conversions by Fabioddq, REV0, others & look in the compress.bat file, you'll soon see where the game dir is entered, as well as some of the other options. Google search would have turned up a ton of pages, all that explains the commandline options. Open the link below & scroll down to see options & explanations for them.
Don't worry its for any earlier version as option descriptions etc still apply. |
| The Following User Says Thank You to pakrat2k2 For This Useful Post: | ||
inovateqsa (18-08-2013) | ||
|
#9
|
|||
|
|||
|
Thanks.
I eventually found the page though. Now I'm trying to make sense of the lzma command lines, I've searched but couldn't find anything explaining them. It seems as though they are on that page further down though, so guess I'll start reading. Just a quick question though: For the Match finder BT4, it applies to normal up to ultra compression but how do yo select which one to use? EG: -msrep64+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 (What would I need to add/change to that to use lzma Ultra, and is the "Srep64" right, I want to use srep64 instead of the normal one?) Last edited by inovateqsa; 18-08-2013 at 01:00. |
|
#10
|
|||
|
|||
|
How I can change music button to
![]() this type? ![]() Here script file: http://fileforums.com/showpost.php?p=416587&postcount=1 |
| The Following User Says Thank You to Kurutucu For This Useful Post: | ||
Mr. Kauss (05-09-2013) | ||
|
#11
|
|||
|
|||
![]() ![]() ![]() ![]() ![]() ![]() ![]() i m new nd novice to repacks.....i m 4m india,i cudnt find nebody to help me...can u pls make a video tut,i ll b highly obliged...though i created a installer wizard interface,that works,but my prob is i compressed d files using 7zip and wile installin,,it is showin a 7zip window xtracting dem...i didnt use srep nd precomp...also i want to add timer,(elapsed and remaining) during installation progress...can u pls help me out,...splash screen,i also tried.but failed..pls help me ![]() :confused
|
|
#12
|
|||
|
|||
|
@anitaylor007
first of all welcome to the forum. There is no need to be confuse. There are lots of experts ready to help... You can try yener90's source code. This code uses 7zFiles. http://www.fileforums.com/showthread.php?t=91563 read it, may be it will help u out |
| The Following User Says Thank You to red01 For This Useful Post: | ||
anitaylor007 (19-08-2013) | ||
|
#13
|
|||
|
|||
|
Thanks for replying....i m quite upset now..nd ll give it a try....
|
|
#14
|
||||
|
||||
|
@Kurutucu
1.create 2 bitmap, 1 for on and 1 for off 2.hide off bitmap 3.create OnClick option for on bitmap (music off,hide on bitmap,show off bitmap) 4.create OnClick option for off bitmap (music on,hide off bitmap,show onnbitmap) easy method
|
|
#15
|
|||
|
|||
|
i didnt get it....can u pls elaborate????
can anyone pls explain me briefly how to compress d game files using srep,precomp and winarc,nd not showing the decompression window during installation,plss.... Last edited by pakrat2k2; 23-08-2013 at 07:47. Reason: double posting |
![]() |
|
|
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 |