|
|
|
#1
|
|||
|
|||
|
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. |
| Sponsored Links |
|
#2
|
||||
|
||||
|
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) | ||
|
#3
|
|||
|
|||
|
[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. |
|
#4
|
||||
|
||||
|
Quote:
It's quite easy. |
|
#5
|
||||
|
||||
|
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. |
|
#6
|
|||
|
|||
|
[QUOTE=Razor12911;419320]I think you can certify Inno Setup as Portable, I mean, all it does is extracts Files.
you are right about this point. Well i was trying to find out a way where i dont have to install the game or application in pf or any other directory ( natural way of innoset up). i want to extract the file in directory (anyone and anywhere) and play that game or run application from there. sorry for being so troublesome.....
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
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 |