This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- Get user input and do actions accordingly
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Nov 22, 2021
08:29 AM
Get user input and do actions accordingly
Hi,
Am new to Installanywhere and I don't know how to customize my installer based on user inputs.
I have four radio buttons in one custom panel1 during pre-install sequence, eg say office 2007, office 2010,office 2013 and office 2016.if user selects office 2007 then the next panel of installation should allow user which product of office (word, excel or PPT) they would like to install which is custom panel 2 and based on these inputs from custom panel 1 and 2 the installer should install only particular files to match user requirements. How to achieve this? Any tutorial or code would help me out. If any steps are available to do so please mention it. Awaiting for the fast response and thanks in advance.
Am new to Installanywhere and I don't know how to customize my installer based on user inputs.
I have four radio buttons in one custom panel1 during pre-install sequence, eg say office 2007, office 2010,office 2013 and office 2016.if user selects office 2007 then the next panel of installation should allow user which product of office (word, excel or PPT) they would like to install which is custom panel 2 and based on these inputs from custom panel 1 and 2 the installer should install only particular files to match user requirements. How to achieve this? Any tutorial or code would help me out. If any steps are available to do so please mention it. Awaiting for the fast response and thanks in advance.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Dec 13, 2021
10:09 PM
have you written custom code in java for your panel which has Radio buttons? if so capture action in a variables and use that variable value in install stage to deploy corresponding files