|
#586
|
||||
|
||||
|
@red01
anything is possible in inno setup. |
| Sponsored Links |
|
#587
|
|||
|
|||
|
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. |
|
#588
|
|||
|
|||
|
Hello,
I have a single 10 G.B file that i want to split to 3XDVD5 via arc+inno How to split it? |
|
#589
|
||||
|
||||
|
i think freearc doesn't support file split function..
|
|
#590
|
|||
|
|||
|
Yes it does not, it looks i will end up using some command line split/merge tool but how :/
|
|
#591
|
|||
|
|||
|
He can do it just with Inno...
|
|
#592
|
|||
|
|||
|
Sure, that's why i mentioned arc+inno.
|
|
#593
|
|||
|
|||
|
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. |
| The Following User Says Thank You to HellRazor For This Useful Post: | ||
danswano (08-06-2013) | ||
|
#594
|
|||
|
|||
|
I need the srep+arc compression ratio, lzma alone is not enough.
|
|
#595
|
||||
|
||||
|
Quote:
Quote:
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. |
| The Following 2 Users Say Thank You to Razor12911 For This Useful Post: | ||
danswano (08-06-2013), y_thelastknight (08-06-2013) | ||
|
#596
|
|||
|
|||
|
[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. |
|
#597
|
|||
|
|||
|
@Razor, this is so complicated.
I'm thinking of 2 processes max to get the file extracted. |
|
#598
|
||||
|
||||
|
Quote:
It's quite easy. |
|
#599
|
||||
|
||||
|
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. |
|
#600
|
||||
|
||||
|
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:
Last edited by buttignol; 13-06-2013 at 08:46. |
![]() |
|
|
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 |