I read somewhere that the Delphi/Pascal used in this application is similar to Python, sorry if I got it in the wrong forum here.
I have a setup program made with Inno Setup and there's a premade dialog window you can call that lets the user choose which applications they want to install. I don't want to use this window, I don't like how it's laid out, I want to make my own instead. So my question is this.....if I put radio buttons on this custom page for which application the user will install, how do I then use that selection to tell my setup program to install this application and not install the others? Thanks.
I have a setup program made with Inno Setup and there's a premade dialog window you can call that lets the user choose which applications they want to install. I don't want to use this window, I don't like how it's laid out, I want to make my own instead. So my question is this.....if I put radio buttons on this custom page for which application the user will install, how do I then use that selection to tell my setup program to install this application and not install the others? Thanks.