Component script is loaded only on the ComponentSelection page issue
Unsolved
Installation and Deployment
-
Hi! I have created a .qs script and ran it succesfully with my installer. For debugging purposes I have added some logs for the console and was surprised to find out, that the script is only loaded when I enter the ComponentSelection page.
The problem is that I would like to create some custom logic for what happens when I enter the ReadyForInstallation page when the option to uninstall my program and all components is selected. Unfortunately, since this radiobutton selection skips the ConponentSelection page and goes directly to the ReadyForInstallation page, my script is not loaded and any logic I implement in it is skipped.
Is there a way to interact with this scenario without doing controller scripting?