Disabling Radio Button Group Item
Updated: 21 May 2010 | 1 comment
Hi all,
I am using Wise 7.0
We have a maintenance dialog where in there is a radio button group.
The radio button group has items
modify
repair
remove
Our installer has 3 features viz 1, 2, 3.
Lets say the user has installed only feature 3. From add/remove programs, and select our product, the maintenance dialog will appear with options of modify, repair, remove.
when the user has installed only feature 3 and he is in maintenance dialog, I want to disable/hide the repair radio button.
I am not able to do this in Wise. Please let me know is there a way I can achive it.
Thanks in advance.
discussion Filed Under:
Comments
Set the NoRepair registry key
Which Wise 7 - WPS7 or WIS 7 ?
Within the Uninstall section of the registry, the values of NoRepair, NoModify and NoRemove reflect the setting of the public properties ARPNOREPAIR, ARPNOMODIFY and ARPNOREMOVE.
So if the user selects only feature 3, you could use the Set Property custom action, to set the ARPNOREPAIR property to 1.
Alternatively, you could set the NoRepair registry key directly via a conditioned component.
Either of these can be done in Wise, and will affect the maintenance dialog called by Add Remove programs.
If your issue has been solved, please use the "Mark as Solution" link on the most relevant thread.
Would you like to reply?
Login or Register to post your comment.