Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

Closed Thread
 
Thread Tools Search this Thread Display Modes
  #571  
Old 02-08-2012, 23:57
elbubi's Avatar
elbubi elbubi is offline
Registered User
 
Join Date: Jan 2009
Location: Rosario, Argentina
Posts: 247
Thanks: 211
Thanked 45 Times in 41 Posts
elbubi is on a distinguished road
Quote:
Originally Posted by elbubi View Post
...altough installer background pictures are not showing during install (black square only)
Quote:
Originally Posted by yener90 View Post
thats a bug of installer.
post screenshot of the problem.
continue the discussion in yener90 source code thread.
Thanks Yener, here they are:




Kindest Regards!
Sponsored Links
  #572  
Old 03-08-2012, 06:29
mikey26 mikey26 is offline
Registered User
 
Join Date: Dec 2008
Location: south africa
Posts: 276
Thanks: 124
Thanked 110 Times in 61 Posts
mikey26 is on a distinguished road
Send a message via AIM to mikey26 Send a message via Yahoo to mikey26
thx pakrat2k2 i have to figure out how command line works never used it before.will do some research on the net first instead of asking stupid questions. :P
  #573  
Old 03-08-2012, 07:11
yener90 yener90 is offline
Registered User
 
Join Date: Nov 2008
Location: Away
Posts: 810
Thanks: 93
Thanked 1,093 Times in 217 Posts
yener90 is on a distinguished road
Quote:
Originally Posted by elbubi View Post
Thanks Yener, here they are:

Kindest Regards!
Try out lates version and give feedback please
  #574  
Old 03-08-2012, 09:22
yener90 yener90 is offline
Registered User
 
Join Date: Nov 2008
Location: Away
Posts: 810
Thanks: 93
Thanked 1,093 Times in 217 Posts
yener90 is on a distinguished road
Newest project:



In preview you can move the elements

Last edited by yener90; 03-08-2012 at 09:24.
  #575  
Old 03-08-2012, 09:26
Onizuka87k's Avatar
Onizuka87k Onizuka87k is offline
Registered User
 
Join Date: Oct 2009
Location: Italy
Posts: 96
Thanks: 31
Thanked 15 Times in 8 Posts
Onizuka87k is on a distinguished road
Quote:
Originally Posted by yener90 View Post
Newest project:
In preview you can move the elements
An automatic designer?!
AWESOME!
  #576  
Old 03-08-2012, 09:32
Kurutucu Kurutucu is offline
Registered User
 
Join Date: Aug 2012
Location: Somewhere in the world
Posts: 159
Thanks: 78
Thanked 209 Times in 48 Posts
Kurutucu is on a distinguished road
Quote:
Originally Posted by elbubi View Post
Thanks Yener, here they are:




Kindest Regards!
Rename folder name.

Code:
 Example= 'Setup'
  #577  
Old 03-08-2012, 09:34
Kurutucu Kurutucu is offline
Registered User
 
Join Date: Aug 2012
Location: Somewhere in the world
Posts: 159
Thanks: 78
Thanked 209 Times in 48 Posts
Kurutucu is on a distinguished road
Quote:
Originally Posted by yener90 View Post
Newest project:



In preview you can move the elements

Wow. I want it :P
  #578  
Old 03-08-2012, 10:52
Fabioddq's Avatar
Fabioddq Fabioddq is offline
Die Hard Member
 
Join Date: Oct 2011
Location: Earth
Posts: 1,221
Thanks: 336
Thanked 2,147 Times in 427 Posts
Fabioddq is on a distinguished road
Thanks for the update yener! By the way the newest project looks awesome!
  #579  
Old 03-08-2012, 12:22
REV0 REV0 is offline
Banned
 
Join Date: Nov 2010
Location: Hawaii
Posts: 998
Thanks: 63
Thanked 1,851 Times in 292 Posts
REV0 is on a distinguished road
yener, is it possible to play degrees of fonts ? For now conversion it fine but editing degrees of button's writing (like -20 degrees; elevated for example) would be better
  #580  
Old 03-08-2012, 14:24
BAMsE's Avatar
BAMsE BAMsE is offline
The World Is Yener's
 
Join Date: Mar 2011
Location: in front of the monitor
Posts: 344
Thanks: 49
Thanked 271 Times in 91 Posts
BAMsE is on a distinguished road
yener90 I predict a sad end of peterf1999's script with your new project
A.W.E.S.O.M.E
  #581  
Old 03-08-2012, 15:34
lupetto77's Avatar
lupetto77 lupetto77 is offline
Registered User
 
Join Date: Nov 2008
Location: Italia
Posts: 87
Thanks: 1
Thanked 2 Times in 2 Posts
lupetto77 is on a distinguished road
Quote:
Originally Posted by pakrat2k2 View Post
the arc.ini you used with freearc commandline ( precomp+srep all-in-one ) like the conversions peter's posted. It includes the precomp + srep + arc.ini all in a folder, you need to use that arc.ini if you chose to go precompver=inside ( Yener's installscript ) but using freearc commandline to make your archives.
Could you explain the creation of the archive (precomp+srep all-in-one) step by step please, because I tried and tried but could not.

Thanks for the help and Yener for updates ...

Last edited by lupetto77; 03-08-2012 at 15:48.
  #582  
Old 03-08-2012, 16:43
BAMsE's Avatar
BAMsE BAMsE is offline
The World Is Yener's
 
Join Date: Mar 2011
Location: in front of the monitor
Posts: 344
Thanks: 49
Thanked 271 Times in 91 Posts
BAMsE is on a distinguished road
lupetto77 you should place arc.exe (0.67), precomp.exe plus its files (0.4.2), srep.exe (3.0) and arc.ini included in yener90's setup.cab altogether in one folder.
Now create bat file
Code:
arc a -ep1 -r .\OUTPUT_ARCHIVE_NAME -mprecomp:v+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 "PATH_TO_BE_COMPRESSED"
And that's all

You can add compressor options separated by ":" to the commandline:
Code:
precomp:v:i556565
means
Code:
precomp -v -i556565
  #583  
Old 03-08-2012, 17:28
mikey26 mikey26 is offline
Registered User
 
Join Date: Dec 2008
Location: south africa
Posts: 276
Thanks: 124
Thanked 110 Times in 61 Posts
mikey26 is on a distinguished road
Send a message via AIM to mikey26 Send a message via Yahoo to mikey26
hi Bamse u mentioned:

Quote:
you should place arc.exe (0.67), precomp.exe plus its files (0.4.2), srep.exe (3.0) and arc.ini included in yener90's setup.cab altogether in one folder.
is these files placed in the root of the setup.cab or in a separate folder or if its placed in a folder in the setup cab what must it be called?
  #584  
Old 03-08-2012, 23:30
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
Quote:
Originally Posted by mikey26 View Post
is these files placed in the root of the setup.cab or in a separate folder or if its placed in a folder in the setup cab what must it be called?
From Page 1


UPDATE 8.4.2
- Full freearc commandline support
-> Change PrecompVer=inside
-> to get perfect working, put the arc.ini, the file with that you compressed the files to the main folder of Setup.cab (like in example)
- Fixed Vietnamese language
- Updated Portuguese Brazil language (thx to kassane)
- Added SmallInstaller positioning to left down
-> SmallInstallerPosLD=1 (0 disables, 1 enables)

look to page 1 for full example

Last edited by pakrat2k2; 03-08-2012 at 23:33.
  #585  
Old 04-08-2012, 00:11
elbubi's Avatar
elbubi elbubi is offline
Registered User
 
Join Date: Jan 2009
Location: Rosario, Argentina
Posts: 247
Thanks: 211
Thanked 45 Times in 41 Posts
elbubi is on a distinguished road
Quote:
Originally Posted by yener90 View Post
Try out lates version and give feedback please
Gladly! But please give me a hint on what I have to do.

Kind Regards!
Closed Thread


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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



All times are GMT -7. The time now is 01:01.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com