View Single Post
  #10  
Old 18-02-2013, 20:11
spawniectes's Avatar
spawniectes spawniectes is offline
Senior Member
 
Join Date: Sep 2010
Location: Argentina
Posts: 202
Thanks: 52
Thanked 401 Times in 76 Posts
spawniectes is on a distinguished road
Quote:
Originally Posted by amandilh View Post
Mi conversion creates a setup-2a.bin, What am I doing wrong? And what do I do with the language I preserved in the temp folder?
First thing first, How many languages do you keep? Max= 2 if you let more than 2 perhaps thats why create a setup2a.bin and wont fit on a DVD5.

Here's a list of thing you should check.
  1. Check if you don't leave some files that suppose to move to the temp folder.
  2. Check the DiskSliceSize on installerScript.iss it has to be like this: DiskSliceSize=1530000000
  3. Check the compression settings on installerScript.iss it has to be like this: Compression=lzma2/ultra64

Once you have checked all that and if you manage to make the conversion works just delete the files on temp folder.

Last edited by spawniectes; 18-02-2013 at 20:24.
Reply With Quote