I want to uninstall a software in windows using chef .While uninstalling ,there are 2 radio buttons , one for modify and other for remove .By default modify is selected , but my requirement is to select remove option.
How to do so .. ??
Can anyone help me out in this issue.
I tried doing the below method.
windows_package 'Some software' do
action :remove
end