|
#22
|
|||
|
|||
|
Portable := TNewRadioButton.Create(WizardForm);
with Portable do begin Parent := WizardForm.SelectDirPage; Left := ScaleX(110); Top := ScaleY(175); Width := ScaleX(100); Height := ScaleY(17); Caption := 'Portable'; Checked := CheckParam('/P'); OnClick := @NewRadioButton1Click; end; Installer := TNewRadioButton.Create(WizardForm); with Installer do begin Parent := WizardForm.SelectDirPage; Left := ScaleX(0); Top := ScaleY(175); Width := ScaleX(100); Height := ScaleY(17); Caption := 'Installer'; Checked := not CheckParam('/P'); OnClick := @NewRadioButton1Click; end; end; jitender + vint56 do NOT Quote messages ANY further, just reply to post. useless to keep quoting previous messages. Last edited by pakrat2k2; 05-03-2018 at 21:08. |
| The Following User Says Thank You to vint56 For This Useful Post: | ||
jitender (06-03-2018) | ||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Fallout Nv Ultimate Edition 3xDVD9 to 2xDVD5 InnoSetup 1 LANGUAGE | THADEADMAN2011 | PC Games - CD/DVD Conversions | 9 | 04-09-2022 05:40 |
| Ridge Racer Unbounded + innosetup installer | clriboli | PC Games - CD/DVD Conversions | 2 | 31-01-2015 14:53 |
| Unarc innosetup | gabrimor | PC Games | 7 | 08-12-2012 12:23 |