![]() |
Quote:
1. unpacking portable.cmd 2. silent install.cmd https://s9.postimg.org/5y57ebg1r/111.png |
you can open both of those with notepad & see how they are written out.
|
jitender
Code:
[Setup] |
I have this code:
http://fileforums.com/attachment.php...9&d=1519677850 Now please Download above script and modify it and give me final one which create portable + silent install also.( i don't know coding otherwise i had modified it) |
jitender
Code:
#define MyAppName "My Program" |
Getting these question marks???
https://s17.postimg.org/9wqo7r4n3/aaal.png DO NOT QUOTE ENTIRE MESSAGE, JUST REPLY |
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. |
So this script create two options in setup: 1)portable 2)silent install
So, it means if i select portable option then portable version of program will install or if i select silent then it will perform silent installation.Am i right? |
| All times are GMT -7. The time now is 01:22. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com