i want to create an installer that checks for a couple things on a machine (.Net2, SQL2005Express, XML6) and so on. After the check i would like to present a Dialog (nsDialogs used) with checkboxes where the user can choose which components to download and install.
The components that are already installed should be "marked" by a grayed out checkbox ?
I have seen an example where sab0tage, disables a "FileRequest" but that seems not to work with a checkbox.
My checkbox would so far looks like this (not much i know 🙂 )
Thanks for your help.
${NSD_CreateCheckbox} 60 60 100% 8u ".Net Framework"
Var /GLOBAL CHECKBOX_FRAMEWORK
Pop $CHECKBOX_FRAMEWORK
xBarns