Not a big deal…but I have spent some time to reach this conclusion..
Open MSI using ORCA.exe ..Then edit the control table. set 'AllUsersRadioGroup' = 1
Or we can automate this process as below. In the Windows Installer SDK there’s a VBScript called WiRunSql.vbs that takes an MSI file and a SQL command as input
UPDATE Control SET Control.Attributes=1 WHERE Control.Control ='AllUsersRadioGroup'