I am created a product installation project. I have added my individual setup executables using Add Files. Created Packages for each setup executable and assigned a separate package using file properties. The customer will only be able to select one installation at a time. I then created a Packages Screen. I only want to execute a setup executable when a listed package is selected, so I unchecked each "Install this package". I believe I am only looking for three clarifications (so far).
1. I do not want the "Next" button to be active unless they select a particular package
2. I want to limit to one random selection (only be able to select one product (package)
3. I need to understand what code goes in the Action>On Next tab to load and execute the selected package.
1. I do not want the "Next" button to be active unless they select a particular package
2. I want to limit to one random selection (only be able to select one product (package)
3. I need to understand what code goes in the Action>On Next tab to load and execute the selected package.
Comment