![]() |
QUESTIONS - All Conversion Questions to be Posted Here
If you have any type of conversion questions, which does not belong to a specific conversion, then post them in this thread please.
If you have a Question regarding a specific conversion then ask your question in that specific conversion's thread. We try to keep the Conversion section of the forum for the actual Conversions and not for things like random questions etc. It helps us to be better organized and easier for others to find answers to possibly the same questions. Thankyou |
Merge
hi, how to merge setup.dll,setup.cab into setup.exe according yener90 script?
|
Quote:
Remove ; from ;#define Internal (tenth line) in InstallerScript.iss. Remove ; from ;#define Internal (first line) in LangScript.iss. Compile and that's that. |
hi! what are the scripts to get maximum possible compression with innosetup without using any 3rd party softwares?
|
Quote:
|
Quote:
Highest compression that you can use with Inno is lzma2, however... It has been reported on few occasions that difference between lzma2/ultra and lzma2/ultra64 is only by several megabytes and it takes way longer to compress with /ultra64 parameter. Which is not worth, IMHO. |
Which method results in the best compression - Internal using Lzma2, or External using Freearc (No Srep or Precomp, since I have no clue how to use them)?
Also, I am having a rather irritating problem with a video at the moment: After converting it with "Any Video Converter" to an .Avi file (Xvid codec), and renaming it to 'Video', I place it in the background folder and it simply does not play. Placing at least one .Jpg file allows the video to play - However the Video is fast forwarded and ends in less than 5 seconds, then the picture is shown. The actual install does take longer than the video would have played for, so that can't be the problem. The game is Cloudberry Kingdom, but I have had this problem before with Hitman Absolution as well. I am using CI 8.5.7.4. Is there any way to fix this? |
how to change compresion method
|
open any iss script, click on help ( top right ) search for compression in index
|
Just wanna ask which DiskSliceSize use to minimize free disk space on both DVD5 and DVD9, and usage of DVD9/5 would be choosed just by different SlicesPerDisk. (1550000000 lefts too much free disk space on DVD9)
Example situation: 20GB and want to do it on 1xDVD9 and 3xDVD5 |
Quote:
262144 through 2100000000, or max Default value: max (2100000000) Description: This specifies the maximum number of bytes per disk slice (SETUP-*.BIN file). Normally, this should be set to the total number of bytes available on the disk media divided by the value of the SlicesPerDisk [Setup] section directive, which defaults to 1. This directive is ignored if disk spanning is not enabled using the DiskSpanning [Setup] section directive. To optimally fill 4.7 GB recordable DVDs, use: SlicesPerDisk=3 DiskSliceSize=1566000000 To optimally fill 8.5 GB (dual-layer) recordable DVDs, use: SlicesPerDisk=5 DiskSliceSize=1708200000 To optimally fill 700 MB (80-minute) recordable CDs, use: SlicesPerDisk=1 DiskSliceSize=736000000 To optimally fill 1.44MB floppy disks, use: SlicesPerDisk=1 DiskSliceSize=1457664 source: Inno setup help file DiskSlizeSize |
mausschieber - i know that - i just want to figure out optimal DSS for both DVD5(4.7) and DVD9(8.5) at once ;-)
|
you cant do both at once. diskslicesize tells inno wether you want a dvd9 or dvd5 cant do both at once. you can do dvd5 but reduce 1566000000 to say 1555000000
to allow redist room on first dvd. Then just move some of the setup2.bin files to first folder until it reaches dvd9 size, then rest of setup3.bin files across remainder dvd5 folders. |
i know i just wanted some number which minimizes free space on both :-D 1566.... fits fine on DVD5 (+-100MB free) but you can add additional 2 on DVD9 which lefts (+-900MB free) - i just wanted optimal number to minimizes tthis free space
|
I have changed my VGA to a Radeon Hd7950 3Gb and since then in the system verificacion of any conversion made with CIU 1.0.0.6 it always appears in red like it doesn't meet the minimum requirements, i think maybe it's related to the 3gb but i don't really know, is there any way to fix this in the conversion script?
PS: I don't know if my question goes here but if it don't, please let me know, thank you |
Hi, I have a question. If I would personalize the conversion already poster, for example conversion with LZMA, and I want to add srep+precomp for more compression, how I chose the file that can be compressed by srep+precomp without a waste of time?
In other words, there are a method to estimate the efficency of compression, for each file, BEFORE start compression? |
Always depends of the game files. You need test to know.
Some game files accept insane compression like Hitman Absolution. Others makes no difference like COD Black Ops II. So, you need always to test. :D |
Thanks for the info....so the only way is to test :( I read on internet that the compression software using an euristich algorithm, so the time needed to estimate the final compression ratio is egual to time needed to compress the file...for this reason the only way is to test and verify for each game...
LOL I tried :D |
Inno Setup compression
Hi i have tried to compress Saints Row IV with this settings
Code:
Compression=lzma2/ultra64So i do not know how it is possible, that somebody have same game with same files, but compressed to something like 5,3GB. Where did i make mistake? :confused: I have: CPU: Q9400 3,2 GHz, 5 GB RAM. This should be sufficient for compression Thank you for you help. |
alley_u2;422757]Method of compression used :
Code:
arc a -lc8 -ep1 -ed -r -w.\ Data\Setup-1.bin -mprecomp+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 |
get rid of first -lc8 & depending on whose script your using the arc.ini must be included as well. so it knows what values to use for compression / decompression.
|
Quote:
Code:
@echo offCode:
[External compressor:srep] |
Can anyone tell me is there any tutorial form where i can learn to add "system requirement" in Inno Setup?
|
1 Attachment(s)
Quote:
|
I Want the help of experts !
How i can Compression file used Compress Srep or Compress Precomp BY INNO SETUP
Means How can I use Inno Setup to Compression file using Srep or Precomp ? Waiting for the answer Thank you very much Eng : AHMED SAMI :) |
Quote:
Step 1 1) compress.bat 2) arc.exe 3) arc.ini 4) precomp.exe 5) Srep.exe 6) Data.lst (used to add files depending on the size, exclusion etc.. content in the forum are almost always shared in the conversions Fabioddq, Revo etc.. ----------------------------------------------------------- Step2 compress.bat mode arc+precompress+srep+lzma 1XDVD5 Code:
echo offif exist .\DVD_1\%arc% goto end =create a folder DVD_1 and add the file conversion ( if exist = is the command to skip if the file is already in the folder. [email protected] = excludes fle of the game that you enter in the Data1.lst (the files to add important are the uninstall unins000.exe and unins000.dat). Data1.cab = will create a file with the .cab, but you can change it .arc or .bin arc a -ep1 -r -w.\ -mprecomp+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 = is the compression algorithm precompress+SREP+FreeArc+lzma (among the most powerful). --------------------------------------------------------- end step |
1 Attachment(s)
pliss tell me about this,,
i will make the new instaler but, i don't know how to make this file..if you have tutorial to make this ,attach file for me ,,thanks :( and make instaler by costumize, exp the language has change in indonesia language |
Hi,
i'm trying to make a conversion for all Wing Commander Series but i'm having some troubles becouse some Wing Commander games are old and require DOSBOX. I need to create icons like (the installation path of the game is "D:\Giochi\Wing Commander Collection", Wing Commander 3 is the component3): Destination: "D:\Giochi\Wing Commander Collection\DOSBOX\dosbox.exe" -conf dosboxWC3.conf -noconsole -c "exit From: "D:\Giochi\Wing Commander Collection\Wing Commander 3\" i only found some code like: Name: {group}\{code:GetAppName} {code:MyExecutableIconName3}; Filename: {app}\{code:GetMyAppExePath3}\{code:GetMyAppExeNam e3}; WorkingDir: {app}\{code:GetMyAppExePath3}; Check: ThirdExecCheck1 Name: {userdesktop}\{code:GetAppName} {code:MyExecutableIconName3}; Filename: {app}\{code:GetMyAppExePath3}\{code:GetMyAppExeNam e3}; WorkingDir: {app}\{code:GetMyAppExePath3}; Check: ThirdExecCheck1 Name: {group}\{cm:Config}; Filename: {app}\{code:GetMyAppExePath3}\{code:GetMyAppExeNam e3}; WorkingDir: {app}\{code:GetMyAppExePath3}; Check: ThirdExecCheck2 Name: {userdesktop}\{cm:Config}; Filename: {app}\{code:GetMyAppExePath3}\{code:GetMyAppExeNam e3}; WorkingDir: {app}\{code:GetMyAppExePath3}; Check: ThirdExecCheck2 |
Quote:
|
jackstuff, ( oops, you only want 1 exe, then its only available in CIU V2 ( beta test ATM )
Make sure you set #define internal in BOTH scripts. Then in setup.ini you need this section ( if not there already ) IF you use compress.bat to make archives, if you just use the ISS script then that section shouldn't be there. Then you have 2 exe's, but you only want 1. Code:
[ExtractSettings] |
depends on whose script, anyways you need the arc.ini to be included in setup.cab so it knows what you used to compress the files. also if yeners script in setup.ini
in InstallOptions section needs PrecompVer=Inside line added if not there. |
I am creating a batch file for iso creation using mkisofs.exe. My problem is that how ever the big the source folder is the iso files is of 725mb only. Can anybody help me out to make this work.
|
why not just use imgburn, the settings for it are already at the bottom of compress.bat?
|
How can I change the shortcut program than it will be created in the desktop???? I want to change the shortcut in the desktop of the game for its launcher....
I'm using FIFA 14 INNO converter...^^ |
if there is a setup.ini the shortcut is created from that, if there isn't you'll have to ask the author.
|
guys i'm making my own conversion for Tom Clancy's Splinter Cell Blacklist and i was wondering about if anyone knows what is the gdf binary for this game?
thanks for help |
look in your installed game folder
|
Quote:
|
then it may not have one.
|
Quote:
|
| All times are GMT -7. The time now is 23:13. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com