Subject: Re: [WiX-users] Installer radio buttons that disable features
You probably want to use the AddLocal and Remove events. Try adding
something like this inside the
Control element for your Next button:
The AddLocal and Remove events update the list of features to be installed
The text
You probably want to use the AddLocal and Remove events. Try adding something
like this inside the
Control element for your Next button:
The AddLocal and Remove events update the list of features to be installed The
text given for Value
is the ID of the feature. I'm digging up old W
In my UI I have three options represented by radio buttons in the UI
that only are shown the first time the product is ever installed.
Call them A,B,C. The selected feature is installed and remembered in
the registry so I don't ask again if a newer version of the product is
installed.
I wanted to
3 matches
Mail list logo