My script detects if the .Net FW is installed, if not it starts the installer. The problem is that because of PrivilegesRequired=none, an error message pops up, instead of asking for the admin password.
I want to keep PrivilegesRequired=none because if the user already has the .Net FW, I don't want him/her to bother with the admin password.
Thanks for your help!