|
|
|
#1
|
|||
|
|||
|
[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. |
| Sponsored Links |
|
#2
|
||||
|
||||
|
Quote:
It's quite easy. |
|
#3
|
||||
|
||||
|
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. |
|
#4
|
|||
|
|||
|
[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 |