jasonhudgens10
Posts: 1
Joined: Sat Nov 13, 2021 4:45 pm

Web-Installer

Sat Nov 13, 2021 4:58 pm

Hi everyone

I am trying to create a web installer. The user must first select the path where the downloaded .EXE file should be placed and then decide which setup he wants to download (RadioButtons). The selected setup should then download the file after pressing the button "Download" or "Install" and start immediately.

I have created the Radio Buttons, and have created under "Organization" the three features (Setups), with the Installation Behavior:
INSTALL_ADDITIONAL_PACKAGES = "RadioButton_1"
for setup 1 for example.

But now, when I build the setup, I select RadioButton_1, nothing happens when I click on Install. Why, what am I doing wrong. Here is a picture of the setup: (Press next also nothing happens)
Image

Liviu
Posts: 1035
Joined: Tue Jul 13, 2021 11:29 am
Contact:  Website

Re: Web-Installer

Mon Nov 15, 2021 10:17 am

Hello Jason and welcome to our forums,

In order to achieve this, please proceed as it follows:

1. Get the property name of the RadioButtonGroup:
radioProperty.png
radioProperty.png (117.05KiB)Viewed 4816 times

2. In the "Organization" page, you need to use the following condition:
  • Feature1
    Installed if: RADIOBUTTONGROUP_1_PROP = "RadioButton_1"
  • Feature2
    Installed if: RADIOBUTTONGROUP_1_PROP = "RadioButton_2"
  • Feature3
    Installed if: RADIOBUTTONGROUP_1_PROP = "RadioButton_3"
Organization.png
Organization.png (131.49KiB)Viewed 4816 times

Attached you can find a sample project with the above steps. Please have a look on it and let me know if that helped. Otherwise, can you please send us the .AIP (setup project) file by email to support at advancedinstaller dot com so we can review its settings?

Best regards,
Liviu
Attachments
Your Application.aip
(38.25KiB)Downloaded 307 times
________________________________________
Liviu Sandu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Building Installers”