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

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 07-01-2019, 04:51
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,336 Times in 2,838 Posts
KaktoR is on a distinguished road
Here is a BETA version. Report any bugs

Code:
v7.1.1
_____________________________________________________
- Updated some compressors
- Added option to make records.ini internal
- Rebuild file handling for compressors
- Updated file structure
- Removed old code
- Removed Compiler.exe for ISEE
  > You have to use IS (u) now
- Fixed ProgressBar flickering
  > It had something to do with % (TLabel)
  > % is now (StaticText)
- Added Time Remaining and Time Elapsed
  > Time Remaining is broken at the moment
- Removed ProgressBarLabelColor
  > It is not working with (StaticText)
- Increased Setup Window size
- Added ShowLanguageBox= option
- Moved CRC Check CB to DirPage
- Fixed CPU requirement calculation
- Rounded DirectX version number (from xy,z to xy)
- It is now possible to use RGB Color instead of BGR
Attached Files
File Type: 7z ASIS.v7.1.1.BETA.7z (59.51 MB, 137 views)
__________________
Haters gonna hate

Last edited by KaktoR; 10-01-2019 at 13:48.
Reply With Quote
The Following 5 Users Say Thank You to KaktoR For This Useful Post:
doofoo24 (07-01-2019), kassane (10-01-2019), mausschieber (07-01-2019), Simorq (07-01-2019), Titeuf (08-01-2019)
Sponsored Links
  #2  
Old 07-01-2019, 12:52
Simorq's Avatar
Simorq Simorq is offline
Registered User
 
Join Date: Mar 2014
Location: Iran
Posts: 642
Thanks: 3,602
Thanked 1,308 Times in 464 Posts
Simorq is on a distinguished road
Quote:
Originally Posted by doofoo24 View Post
@KaktoR
SaveStringToFile(ExpandConstant('{tmp}\arc.ini'), '[External compressor:lzma2]'+#13#10'header = 0'+#13#10+'unpackcmd = 7z x -txz -an -y -mmt=4 -si -so <stdin> <stdout>', True);
is it possible to add to inno to make mmt detect number of threads and use only half ?
like 4 threads > uses 2
6 threads > uses 3
8 threads > uses 4...
More than 2 core decompression in lzma2 useless.
Reply With Quote
The Following User Says Thank You to Simorq For This Useful Post:
KaktoR (08-01-2019)
  #3  
Old 07-01-2019, 14:03
Simorq's Avatar
Simorq Simorq is offline
Registered User
 
Join Date: Mar 2014
Location: Iran
Posts: 642
Thanks: 3,602
Thanked 1,308 Times in 464 Posts
Simorq is on a distinguished road
Quote:
Originally Posted by doofoo24 View Post
why
Of course, in version 18.6, the decompression speed has improved with multi cores.
And the memory leak has been fixed.
Reply With Quote
The Following User Says Thank You to Simorq For This Useful Post:
KaktoR (08-01-2019)
  #4  
Old 07-01-2019, 14:13
Simorq's Avatar
Simorq Simorq is offline
Registered User
 
Join Date: Mar 2014
Location: Iran
Posts: 642
Thanks: 3,602
Thanked 1,308 Times in 464 Posts
Simorq is on a distinguished road
Quote:
Originally Posted by doofoo24 View Post
so what's your point beside stating the obvious
i asked is it possible to add to inno mmt option that detect number of threads.
edit : nevermind i already found what i'm looking for
mmt=on all core but half core...
Reply With Quote
The Following User Says Thank You to Simorq For This Useful Post:
KaktoR (08-01-2019)
  #5  
Old 07-01-2019, 14:26
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
Couple things found during test:

Line 1935: Column 16: Unknown type 'TSysteminfo'

If in Compressor.ini
#Define AFR "019" ; 019, 020 is enabled.

After successful compression, and running Setup:
Runtime Error (at 152:7627):
Could not call proc.

Also need somewhere that we could input languages needed, as some games dont have or need all that is there by default.
Reply With Quote
The Following User Says Thank You to pakrat2k2 For This Useful Post:
KaktoR (08-01-2019)
  #6  
Old 08-01-2019, 01:14
Schabik Schabik is offline
Registered User
 
Join Date: Dec 2008
Location: Somewhere in Poland
Posts: 152
Thanks: 17
Thanked 35 Times in 32 Posts
Schabik is on a distinguished road
Got a problem, while compiling error "unknown identifier 's'" appears


2019-01-08_10h12_10.png


In settings.ini Music and website is off...

Last edited by Schabik; 08-01-2019 at 01:16.
Reply With Quote
The Following User Says Thank You to Schabik For This Useful Post:
KaktoR (08-01-2019)
  #7  
Old 08-01-2019, 06:22
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 Schabik View Post
Got a problem, while compiling error "unknown identifier 's'" appears
In settings.ini Music and website is off...
wonder why you script is exactly 10 lines different then what Ive got from 7.11 Beta ?
Reply With Quote
  #8  
Old 08-01-2019, 07:12
Schabik Schabik is offline
Registered User
 
Join Date: Dec 2008
Location: Somewhere in Poland
Posts: 152
Thanks: 17
Thanked 35 Times in 32 Posts
Schabik is on a distinguished road
Quote:
Originally Posted by pakrat2k2 View Post
wonder why you script is exactly 10 lines different then what Ive got from 7.11 Beta ?

Just added second splash file and some thank you notes to AboutButtonClick


On the original script it also stops on the same line (that is '{#WebBtnName}')


Screen as a proof

2019-01-08_16h21_12.png

Last edited by Schabik; 08-01-2019 at 07:23.
Reply With Quote
The Following User Says Thank You to Schabik For This Useful Post:
KaktoR (08-01-2019)
  #9  
Old 08-01-2019, 07:17
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,336 Times in 2,838 Posts
KaktoR is on a distinguished road
Quote:
Originally Posted by Schabik View Post
Got a problem, while compiling error "unknown identifier 's'" appears


Attachment 23790


In settings.ini Music and website is off...
You can't use ' character unfortunatelly. I will try to fix this in next versions sometime.

@pakrat
Thanks for feedback.

I have uploaded BETA 2 update to previous post

Code:
BETA 2
- Fixed Music and Website Buttons if one of them are disabled
- Fixed compile error if AFR "019" is enabled
__________________
Haters gonna hate
Reply With Quote
  #10  
Old 08-01-2019, 02:56
yasitha's Avatar
yasitha yasitha is offline
Registered User
 
Join Date: Apr 2013
Location: Krypton
Posts: 297
Thanks: 204
Thanked 48 Times in 33 Posts
yasitha is on a distinguished road
Best of the Best Good Work Bro...
__________________
Keep Up The Good Works!
Reply With Quote
The Following User Says Thank You to yasitha For This Useful Post:
KaktoR (08-01-2019)
  #11  
Old 08-01-2019, 18:35
kocchi96x's Avatar
kocchi96x kocchi96x is offline
Registered User
 
Join Date: Aug 2016
Location: USA
Posts: 29
Thanks: 14
Thanked 14 Times in 12 Posts
kocchi96x is on a distinguished road
i got this error with the new beta.
Attached Images
File Type: jpg Inno Error.jpg (221.1 KB, 77 views)
Reply With Quote
The Following User Says Thank You to kocchi96x For This Useful Post:
yasitha (08-01-2019)
  #12  
Old 08-01-2019, 18:47
yasitha's Avatar
yasitha yasitha is offline
Registered User
 
Join Date: Apr 2013
Location: Krypton
Posts: 297
Thanks: 204
Thanked 48 Times in 33 Posts
yasitha is on a distinguished road
Quote:
Originally Posted by kocchi96x View Post
i got this error with the new beta.
Try using Inno setup unicode version..
__________________
Keep Up The Good Works!
Reply With Quote
  #13  
Old 08-01-2019, 18:50
kocchi96x's Avatar
kocchi96x kocchi96x is offline
Registered User
 
Join Date: Aug 2016
Location: USA
Posts: 29
Thanks: 14
Thanked 14 Times in 12 Posts
kocchi96x is on a distinguished road
im using the one that was included in tools.
Reply With Quote
The Following User Says Thank You to kocchi96x For This Useful Post:
yasitha (08-01-2019)
  #14  
Old 08-01-2019, 18:56
yasitha's Avatar
yasitha yasitha is offline
Registered User
 
Join Date: Apr 2013
Location: Krypton
Posts: 297
Thanks: 204
Thanked 48 Times in 33 Posts
yasitha is on a distinguished road
Quote:
Originally Posted by kocchi96x View Post
im using the one that was included in tools.
7.0.8 / 7.10 can,..

but this one 7.11 need unicode.
__________________
Keep Up The Good Works!
Reply With Quote
  #15  
Old 08-01-2019, 19:02
kocchi96x's Avatar
kocchi96x kocchi96x is offline
Registered User
 
Join Date: Aug 2016
Location: USA
Posts: 29
Thanks: 14
Thanked 14 Times in 12 Posts
kocchi96x is on a distinguished road
yes i read that in the KaktoR post that it does and the one in the tools folder is this. I even went and downloaded it from the inno site and same error.
Attached Images
File Type: jpg Inno file.jpg (5.6 KB, 77 views)
Reply With Quote
Reply


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
[Help] need Advanced Installer script with Razor1911's UltraArc module rez3vil Conversion Tutorials 3 15-04-2024 02:24
Portable Installer Inno Setup Script y_thelastknight Conversion Tutorials 59 23-10-2020 00:02
INDEX - Conversion Tutorial Index Razor12911 Conversion Tutorials 5 11-06-2020 02:05
Simple Arc Installer 78372 Conversion Tutorials 1 15-06-2017 15:37
MSC+Srep+lzma Simple Script Example gozarck Conversion Tutorials 10 07-09-2015 16:31



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


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