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

Reply
 
Thread Tools Search this Thread Display Modes
  #586  
Old 07-06-2013, 00:17
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,751
Thanks: 2,181
Thanked 11,211 Times in 2,309 Posts
Razor12911 is on a distinguished road
@red01
anything is possible in inno setup.
Reply With Quote
Sponsored Links
  #587  
Old 07-06-2013, 01:32
red01 red01 is offline
Registered User
 
Join Date: May 2013
Location: last aayam
Posts: 95
Thanks: 36
Thanked 9 Times in 8 Posts
red01 is on a distinguished road
Quote:
Originally Posted by Razor12911 View Post
@red01
anything is possible in inno setup.
Good to hear that.
Can you please tell me how to make any application or game portable by using innosetup..?

I will be thankful to you.
Reply With Quote
  #588  
Old 08-06-2013, 04:58
danswano danswano is offline
Registered User
 
Join Date: Feb 2013
Location: Luxm
Posts: 314
Thanks: 218
Thanked 27 Times in 22 Posts
danswano is on a distinguished road
Hello,

I have a single 10 G.B file that i want to split to 3XDVD5 via arc+inno

How to split it?
Reply With Quote
  #589  
Old 08-06-2013, 06:41
y_thelastknight's Avatar
y_thelastknight y_thelastknight is offline
Registered User
 
Join Date: Mar 2010
Location: Canada
Posts: 437
Thanks: 616
Thanked 576 Times in 213 Posts
y_thelastknight is on a distinguished road
Quote:
Originally Posted by danswano View Post
Hello,

I have a single 10 G.B file that i want to split to 3XDVD5 via arc+inno

How to split it?
i think freearc doesn't support file split function..
Reply With Quote
  #590  
Old 08-06-2013, 06:51
danswano danswano is offline
Registered User
 
Join Date: Feb 2013
Location: Luxm
Posts: 314
Thanks: 218
Thanked 27 Times in 22 Posts
danswano is on a distinguished road
Yes it does not, it looks i will end up using some command line split/merge tool but how :/
Reply With Quote
  #591  
Old 08-06-2013, 07:15
HellRazor HellRazor is offline
Registered User
 
Join Date: Mar 2007
Location: Q'onos
Posts: 182
Thanks: 213
Thanked 103 Times in 56 Posts
HellRazor is on a distinguished road
He can do it just with Inno...
Reply With Quote
  #592  
Old 08-06-2013, 07:18
danswano danswano is offline
Registered User
 
Join Date: Feb 2013
Location: Luxm
Posts: 314
Thanks: 218
Thanked 27 Times in 22 Posts
danswano is on a distinguished road
Sure, that's why i mentioned arc+inno.
Reply With Quote
  #593  
Old 08-06-2013, 07:29
HellRazor HellRazor is offline
Registered User
 
Join Date: Mar 2007
Location: Q'onos
Posts: 182
Thanks: 213
Thanked 103 Times in 56 Posts
HellRazor is on a distinguished road
Quote:
Originally Posted by danswano View Post
Sure, that's why i mentioned arc+inno.
Yeah but you can't do it with arc+inno... You can do it with only with inno because arc does not support splitting the archives.

If you don't have anything specific, use Inno's wizzard.
Set DiskSpanning=true and set SlicesPerDisk as you see it fit.
Reply With Quote
The Following User Says Thank You to HellRazor For This Useful Post:
danswano (08-06-2013)
  #594  
Old 08-06-2013, 07:42
danswano danswano is offline
Registered User
 
Join Date: Feb 2013
Location: Luxm
Posts: 314
Thanks: 218
Thanked 27 Times in 22 Posts
danswano is on a distinguished road
I need the srep+arc compression ratio, lzma alone is not enough.
Reply With Quote
  #595  
Old 08-06-2013, 08:06
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,751
Thanks: 2,181
Thanked 11,211 Times in 2,309 Posts
Razor12911 is on a distinguished road
Quote:
Originally Posted by red01 View Post
Good to hear that.
Can you please tell me how to make any application or game portable by using innosetup..?

I will be thankful to you.
Portable in what way?

Quote:
Originally Posted by danswano View Post
Hello,

I have a single 10 G.B file that i want to split to 3XDVD5 via arc+inno

How to split it?
It's not possible with freearc but I can show you a way to do it.

So if you are planning on fitting the 10gb file, this is what you should do. I will implement this on my source.

First, take the 10GB File, use 7zip/winrar to split files to maybe 4gb(if you want to put it in DVD5) then use freearc no compression on each split. maybe Data1.cab, Data2.cab and etc.

to extract do this

Use ISDone to extract the files

Extract Data1.cab, Data2cab and etc to app folder

Use Normal 7zip unpacking for the splits, isdone doesn't supported splitted files.

then back to isdone to extract the 10gb file,

Don't forget to delete them

Last edited by Razor12911; 08-06-2013 at 08:15.
Reply With Quote
The Following 2 Users Say Thank You to Razor12911 For This Useful Post:
danswano (08-06-2013), y_thelastknight (08-06-2013)
  #596  
Old 08-06-2013, 08:20
red01 red01 is offline
Registered User
 
Join Date: May 2013
Location: last aayam
Posts: 95
Thanks: 36
Thanked 9 Times in 8 Posts
red01 is on a distinguished road
[QUOTE=Razor12911;419306]Portable in what way?



i mean to say..I DONT HAVE TO INSTALL THE PROGRAM OR GAME IN PROGRAM FILES.......Just extract it and we are done to use software/game.
Reply With Quote
  #597  
Old 08-06-2013, 10:09
danswano danswano is offline
Registered User
 
Join Date: Feb 2013
Location: Luxm
Posts: 314
Thanks: 218
Thanked 27 Times in 22 Posts
danswano is on a distinguished road
@Razor, this is so complicated.
I'm thinking of 2 processes max to get the file extracted.
Reply With Quote
  #598  
Old 08-06-2013, 10:15
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,751
Thanks: 2,181
Thanked 11,211 Times in 2,309 Posts
Razor12911 is on a distinguished road
Quote:
Originally Posted by red01 View Post
i mean to say..I DONT HAVE TO INSTALL THE PROGRAM OR GAME IN PROGRAM FILES.......Just extract it and we are done to use software/game.
I think you can certify Inno Setup as Portable, I mean, all it does is extracts Files.

Quote:
Originally Posted by danswano View Post
@Razor, this is so complicated.
I'm thinking of 2 processes max to get the file extracted.
It's quite easy.
Reply With Quote
  #599  
Old 09-06-2013, 14:09
y_thelastknight's Avatar
y_thelastknight y_thelastknight is offline
Registered User
 
Join Date: Mar 2010
Location: Canada
Posts: 437
Thanks: 616
Thanked 576 Times in 213 Posts
y_thelastknight is on a distinguished road
FWRadioButton1 := TNewRadioButton.Create(WizardForm);
with FWRadioButton1 do
begin
Parent := WizardForm;
Tag := 1;
Left := ScaleX(400);
Top := ScaleY(130);
Width := ScaleX(300);
Height := ScaleY(25);
Caption := ExpandConstant('run..');
Checked := True;
Font.Style := [fsBold];
Font.transparent:=true
OnClick := @RadioButtonsOnClick;
end;


how do i transparent the captions?

Edit
never mind solved another way

Last edited by y_thelastknight; 09-06-2013 at 14:33.
Reply With Quote
  #600  
Old 13-06-2013, 08:23
buttignol's Avatar
buttignol buttignol is offline
Registered User
 
Join Date: Sep 2012
Location: Brasil
Posts: 126
Thanks: 102
Thanked 16 Times in 13 Posts
buttignol is on a distinguished road
Inno setup help disk space
Friends disk size and space available to install is the same when you switch to install on another HD how to fix it
If possible also how to put the point size ex: 149 Gb to 149.50 Gb
Ex: script my script is in two parts.
Quote:
[Code]
Function NumToStr(Float: Extended): String;
Begin
Result:= Format('%.2n', [Float]); StringChange(Result, ',', '.');
while ((Result[Length(Result)] = '0') or (Result[Length(Result)] = '.')) and (Pos('.', Result) > 0) do
SetLength(Result, Length(Result)-1);
End;

Function MbOrTb(Byte: Extended): String;
begin
if Byte < 1024 then Result:= NumToStr(Byte) + ' Mb' else
if Byte/1024 < 1024 then Result:= NumToStr(round(Byte/1024*100)/100) + ' Gb' else
Result:= NumToStr(round((Byte/(1024*1024))*100)/100) + ' Tb'
end;
procedure InitializeWizard3();
var
Page: TWizardPage;
lbl: TLabel;
Path: String;
FreeMB, TotalMB: Cardinal;
begin
Path := ExpandConstant('{pf}');
GetSpaceOnDisk(Path, True, FreeMB, TotalMB);
Page := PageFromID(wpSelectDir);

lbl := TLabel.Create(Page);
lbl.Width := ScaleX(105);
lbl.Height := ScaleY(43);
lbl.Caption := ExpandConstant('Espaço total do disco : ') + MbOrTb(TotalMB);
lbl.Left := 0;
lbl.Top := 155;
lbl.Parent := Page.Surface;

lbl := TLabel.Create(Page);
lbl.Width := ScaleX(75);
lbl.Height := ScaleY(23);
lbl.Caption := ExpandConstant('Espaço em disco disponível: ') + MbOrTb(FreeMB) + ' (' + IntToStr((FreeMB * 100) div TotalMB) + '%)';
lbl.Left := 0;
lbl.Top := 175;
lbl.Parent := Page.Surface;

lbl := TLabel.Create(Page);
lbl.Width := ScaleX(75);
lbl.Height := ScaleY(23);
lbl.Caption := ExpandConstant('Espaço do Game : ') + MbOrTb(24000);
lbl.Left := 0;
lbl.Top := 195;
lbl.Parent := Page.Surface;
end;
procedure InitializeWizard();
begin
//InitializeWizard1();
//InitializeWizard2();
InitializeWizard3();
end;
Attached Images
File Type: jpg 4.jpg (136.6 KB, 148 views)

Last edited by buttignol; 13-06-2013 at 08:46.
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
INNO TROUBLESHOOT - Tutorials and Answers about INNO Setup REV0 Conversion Tutorials 129 21-05-2021 05:51
INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup REV0 Conversion Tutorials 51 26-03-2015 06:57
Frequently Asked Questions Joe Forster/STA PC Games - Frequently Asked Questions 0 29-11-2005 09:48



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


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