Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 27-02-2017, 09:43
rinaldo's Avatar
rinaldo rinaldo is offline
Registered User
 
Join Date: Sep 2015
Location: Rome
Posts: 433
Thanks: 101
Thanked 695 Times in 191 Posts
rinaldo is on a distinguished road
WUI lightbox Installer 2

my revised script


19:03:2017
update multi add:
pzlib,zstd,zcm,precompMT ecc...
Attached Images
File Type: gif WUIGIF.gif (1,015.4 KB, 511 views)
Attached Files
File Type: 7z WUI_Multimethods.7z (25.54 MB, 770 views)
File Type: rar UPDATE V3.rar (653.1 KB, 274 views)

Last edited by rinaldo; 25-03-2017 at 07:31.
Reply With Quote
The Following 7 Users Say Thank You to rinaldo For This Useful Post:
-XCX- (27-02-2017), arkantos7 (28-02-2017), BLACKFIRE69 (02-06-2019), oltjon (27-02-2017), Simorq (27-02-2017), Stor31 (28-02-2017), yasserdivar (06-10-2021)
Sponsored Links
  #2  
Old 27-02-2017, 11:06
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,038 Times in 3,084 Posts
pakrat2k2 is on a distinguished road
only error > you had English.isl, it doesn't exist ( named Default.isl )
[Languages]
Name: eng; MessagesFile: compiler:Languages\Default.isl
Reply With Quote
The Following 2 Users Say Thank You to pakrat2k2 For This Useful Post:
rinaldo (27-02-2017), Stor31 (28-02-2017)
  #3  
Old 05-03-2017, 02:48
Simorq's Avatar
Simorq Simorq is offline
Registered User
 
Join Date: Mar 2014
Location: Iran
Posts: 642
Thanks: 3,602
Thanked 1,305 Times in 464 Posts
Simorq is on a distinguished road

Please FIX
Reply With Quote
  #4  
Old 05-03-2017, 10:41
rinaldo's Avatar
rinaldo rinaldo is offline
Registered User
 
Join Date: Sep 2015
Location: Rome
Posts: 433
Thanks: 101
Thanked 695 Times in 191 Posts
rinaldo is on a distinguished road
if you want to use another directory to remove here


DiskSpace.iss
Code:
procedure ObjectFunc(Sender: TObject);
var Drive: String;
begin
Drive:= ExtractFileDrive(WizardForm.DirEdit.Text);
GetSpaceOnDisk(Drive, True, FreeMB, TotalMB);
TotalSpaceLabel.Caption:= ExpandConstant('{cm:TotalSpace} ') +MbOrTb(TotalMB);
FreeSpaceLabel.Caption:= ExpandConstant('{cm:FreeSpace} ') +MbOrTb(FreeMB)+' ('+IntToStr(round(FreeMB*100/TotalMB))+'%)';
InstallSpacelabel.Caption:=ExpandConstant('{cm:Required} ')+MbOrTb({#NeedInstallSize});
NeedSpaceLabel.Caption:= ExpandConstant('{cm:NeedSpace} ') +MbOrTb({#NeedSize});
WizardForm.NextButton.Enabled:= (FreeMB>{#NeedInstallSize})and(FreeMB>{#NeedSize});
BtnSetEnabled(hNextBtn, true);
if (FreeMB>{#NeedInstallSize})and(FreeMB>{#NeedSize}) then begin
FreeSpaceLabel.Font.Color:={#FontColor};
end else begin
BtnSetEnabled(hDirBrowseBtn, False);
BtnSetEnabled(hGroupBrowseBtn, False);
WizardForm.DirEdit.Enabled:=False;
WizardForm.GroupEdit.Enabled:=False;
FreeSpaceLabel.Font.Color:=$0000FF;
BtnSetFontColor(hNextBtn, $0000FF, $0000FF, $0000FF, $0000FF);
end;end;

Last edited by rinaldo; 05-03-2017 at 10:50.
Reply With Quote
The Following User Says Thank You to rinaldo For This Useful Post:
Simorq (05-03-2017)
  #5  
Old 18-03-2017, 03:11
ramazan19833 ramazan19833 is offline
Banned
 
Join Date: Apr 2012
Location: abc
Posts: 248
Thanks: 16
Thanked 10 Times in 8 Posts
ramazan19833 is on a distinguished road
Thumbs down Rinaldo Hello there

Rinaldo
Hello there

1 - WUI lightbox Installer 2 Language Turkish Can you do it?
Grand Theft Auto V (GTA 5) Game Language Turkish I did
Set up Language Turkish I'm doing Please....

2 - Grand Theft Auto V (GTA 5) The Best Compress Make Help
Please....

3 - WUI lightbox Installer 2 Language Turkish the best compress
Grand Theft Auto V (GTA 5) Set up Wants
Reply With Quote
  #6  
Old 18-03-2017, 06:39
rinaldo's Avatar
rinaldo rinaldo is offline
Registered User
 
Join Date: Sep 2015
Location: Rome
Posts: 433
Thanks: 101
Thanked 695 Times in 191 Posts
rinaldo is on a distinguished road
for your Language:
(1) Translate this:
[CustomMessages]
eng.AboutLabel1=WUI installer Windows.UI project%nVersion for Inno Setup EE%nISDone%nMasked support%n%n%n%n%n%nDeveloper the mechanism by Rina
eng.ExitFormLbl=Exit Setup Wizard?
eng.desktop=Create desktop icon
eng.install1=Install
eng.install2=Installing
eng.Lang1=English
eng.Lang2=Italian
eng.VoiceLang=Voice Language
eng.LangSub=Language of subtitles
//
eng.FreeSpace=Available Space:
eng.Required=Required Space:
eng.NeedSpace=Packed Size:
eng.TotalSpace=Total Space:
//
eng.Extracted=Extracted...
eng.ElapsedTime=Elapsed:
eng.RemainingTime=Remaining:
eng.EstimatedTime=Estimated:
//
eng.Welcome1=Welcome to {#GameName} Setup Wizard
eng.Welcome2=Install {#GameName} on your computer%n%nRecommend that you close all other applications before continuing%n%n%n%n%n%n%n%n%n%n%nClick "Proceed" to continue or "Cancel" to exit Setup.
//
eng.welcomepage=Welcome
eng.dirpage=Directory
eng.componentpage=Components
eng.installpage=Installation
eng.finishpage=Finish
//
eng.SelectDirLabel=DirFolder {#GameName}
eng.SelectDirBrowseLabel={#GameName} will be installed to:
eng.SelectDirBrowseLabel2=Click installed when ready to start installation
eng.SelectStartMenuFolderLabel=The program will create shortcuts in the specified Start Menu Folder
eng.NoIconsCheck=Don't create Start Menu Folder
eng.SelectComponentsLabel=Choose components which you want yo install
//
eng.unbtn=Uninstall
eng.MusicStop=Music Stop
eng.Music0n=Music Play
eng.Music0ff=Music Pause
eng.Install=Install
eng.Next=Proceed
eng.Cancel=Cancel
eng.Back=Back
eng.Browse=Browse
eng.InfoEx=Extract Info
eng.ReturnBack=Return
eng.About=About
eng.Video=Video
eng.Finish=Finish
eng.TrailerExitBtn=Exit
eng.TrailerOnBtn=Play
eng.TrailerOffBtn=Pause
//
eng.InstallingLabel=Please wait while the game is installed on your computer
eng.Extracted=Unpacking archives...
eng.StatusRollback=Rolling back changes...
eng.FinishedHeadingLabel=Completing the "{#GameName}" Setup Wizard
eng.FinishedLabel=Finished installing "{#GameName}" on your computer%n%nThe application may be launched by selecting the installed icons%n%n%n%n%n%n%n%n%n%n%nClick Finish to exit "Setup"
eng.ErrorFinishedHeadingLabel=Installing the game is't completed
eng.ErrorFinishedLabel=Installation was't completed. Please correct the problem and run Setup again

(2)Example:
[Languages]
Name: Turkish ; MessagesFile: compiler:Languages\Turkish.isl

for language .isl
https://www.jrsoftware.org/files/istrans/



example CustomMessages
Turkish .TrailerOffBtn=your language button name

Last edited by rinaldo; 18-03-2017 at 06:41.
Reply With Quote
The Following User Says Thank You to rinaldo For This Useful Post:
Simorq (18-03-2017)
  #7  
Old 18-03-2017, 08:00
ramazan19833 ramazan19833 is offline
Banned
 
Join Date: Apr 2012
Location: abc
Posts: 248
Thanks: 16
Thanked 10 Times in 8 Posts
ramazan19833 is on a distinguished road
Thumbs down Grand Theft Auto V (GTA 5) The Best Compress Make Help Please...

Grand Theft Auto V (GTA 5) The Best Compress Make Help
Please....
WUI lightbox Installer 2 the best compress
Grand Theft Auto V (GTA 5) Set up Wants
Reply With Quote
  #8  
Old 18-03-2017, 20:52
ramazan19833 ramazan19833 is offline
Banned
 
Join Date: Apr 2012
Location: abc
Posts: 248
Thanks: 16
Thanked 10 Times in 8 Posts
ramazan19833 is on a distinguished road
Rinaldo Hello there

Rinaldo
Hello there

Rinaldo Help Please..


GTA 5 ORIGINAL SIZE :[/B] 75 GB
GTA 5 COMPRESS : 37 GB
METHOD : -mpzlib+srep+lzma2


Arc.ini

[External compressorzlib]
header = 0
packcmd = pZLib e -m2 -x -c256m -t100p - -o - <stdin> <stdout>
unpackcmd = pZLib d -t100p - -o - <stdin> <stdout>

[External compressor:srep]
header = 0
packcmd = srep64 {options} -m3f -d1g -a2 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep64 {options} -d -s - - <stdin> <stdout>

[External compressor:Lzma2]
header = 0
packcmd = 7z a -txz -an -mcrc=0 -m1=lzma2:d25:fb=273:mf=bt4:mc=1000000:lc=4:lp=0 -mmt=4 -mx9 -si -so <stdin> <stdout>
unpackcmd = 7z x -txz -an -y -si -so <stdin> <stdout>

pZLib+srep+Lzma2 38GB GTA V
Reply With Quote
  #9  
Old 18-03-2017, 22:58
rinaldo's Avatar
rinaldo rinaldo is offline
Registered User
 
Join Date: Sep 2015
Location: Rome
Posts: 433
Thanks: 101
Thanked 695 Times in 191 Posts
rinaldo is on a distinguished road
update

Last edited by rinaldo; 18-03-2017 at 23:38.
Reply With Quote
  #10  
Old 19-03-2017, 02:26
ramazan19833 ramazan19833 is offline
Banned
 
Join Date: Apr 2012
Location: abc
Posts: 248
Thanks: 16
Thanked 10 Times in 8 Posts
ramazan19833 is on a distinguished road
Unhappy Rinaldo Hello there

Rinaldo
Hello there

Help.....

Sample File : Software (KMPlayer)
File Noble : 140,749,743 mb
File Compressed : 35,264,965 mb
Compressed Metod : -mpZLib_x64+srep64+lzma2
Compressed Metod Picture :

Error Picture :


Arc.ini:

[External compressor:lzma2]
packcmd = lzma2 a -txz -an -mcrc=0 -m1=lzma2:d25:fb=273:mf=bt4:mc=1000000:lc=4:lp=0 -mmt=4 -mx9 -si -so <stdin> <stdout>
unpackcmd = lzma2 x -txz -an-an -y -si -so <stdin> <stdout>

[External compressorZLib_x64]
header = 0
packcmd = pZLib_x64 e -m2 -x -c256m -t100p - -o - <stdin> <stdout>
unpackcmd = pZLib_x64 d -t100p - -o - <stdin> <stdout>

[External compressor:srep64]
header = 0
packcmd = srep64 {options} -m5f -d1g -a2 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep64 -d -s - - <stdin> <stdout>

Sample File:
http://s6.dosya.tc/server8/isuw4b/WU...ler_2.rar.html
Reply With Quote
  #11  
Old 19-03-2017, 02:51
rinaldo's Avatar
rinaldo rinaldo is offline
Registered User
 
Join Date: Sep 2015
Location: Rome
Posts: 433
Thanks: 101
Thanked 695 Times in 191 Posts
rinaldo is on a distinguished road
the source files must be identical to the target file
Reply With Quote
  #12  
Old 19-03-2017, 03:10
ramazan19833 ramazan19833 is offline
Banned
 
Join Date: Apr 2012
Location: abc
Posts: 248
Thanks: 16
Thanked 10 Times in 8 Posts
ramazan19833 is on a distinguished road
Help....

Rinaldo Help I do not know ...
Rinaldo File Everything I sent
Reply With Quote
  #13  
Old 19-03-2017, 03:29
rinaldo's Avatar
rinaldo rinaldo is offline
Registered User
 
Join Date: Sep 2015
Location: Rome
Posts: 433
Thanks: 101
Thanked 695 Times in 191 Posts
rinaldo is on a distinguished road
I'd be happy to help you, but I do not srep64 use because I have my old PC now and I can not test well, ask happy if he can help me I just added the files to my script and they are all working


use
arc a -ep1 -r -ed -s; -w.\temp -mpzlib_x64+srep64+lzma data.arc "pack\*"

Last edited by rinaldo; 19-03-2017 at 03:39.
Reply With Quote
  #14  
Old 19-03-2017, 03:41
ramazan19833 ramazan19833 is offline
Banned
 
Join Date: Apr 2012
Location: abc
Posts: 248
Thanks: 16
Thanked 10 Times in 8 Posts
ramazan19833 is on a distinguished road
Thumbs down Help....

the source files must be identical to the target file

this how I will fix ?
Reply With Quote
  #15  
Old 19-03-2017, 04:04
rinaldo's Avatar
rinaldo rinaldo is offline
Registered User
 
Join Date: Sep 2015
Location: Rome
Posts: 433
Thanks: 101
Thanked 695 Times in 191 Posts
rinaldo is on a distinguished road
mmmh
Attached Files
File Type: arc Pack_Bat.arc (1.58 MB, 37 views)
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Conversion Designer/Installer Creator Razor12911 Conversion Tutorials 1614 03-10-2024 01:24
altef_4's installer altef_4 Conversion Tutorials 244 24-05-2024 22:20
WUI lightbox Installer rinaldo Conversion Tutorials 8 02-09-2021 22:53
INDEX - Conversion Tutorial Index Razor12911 Conversion Tutorials 5 11-06-2020 02:05
Tutorial using CI 8.0.0 yener90 Conversion Tutorials 424 21-10-2014 09:49



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


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