Hi I am really not sure how to explain this, but I will try my best.
I am making a new setup program, and this will setup various programs, drivers & customisations.
The part I am stuck at is there is a page with 2 buttons (1 labeled T30 & the other T41), now when someone clicks on the relevant button, I need my program to store the users choice in a .ini file, as in the code below:
Now this is the tricky bit, I have a button on the next page called "Install Drivers" and what I need is that it will install the relevant set of drivers for the chosen button above (either T30 or T41) as the zip files are labeled "T30 Drivers" and "T41 Drivers" so is it at all possible that if I clicked on the T30 button it would store this choice in the ini file, and then when I click on the drivers button for it to unzip the relevant zip?Code:INIFile.SetValue(_WindowsFolder.."\\NewInstall.ini", "System Information", "Laptop Make", "IBM Thinkpad T41");
Thanks all!![]()


