I wrote the following simple code and deployed it as a CDF.
Button["Ok", (SystemDialogInput["FileSave", ".PDF"])]
If I open the CDF file in Mathematica and click on the button, it brings up this dialog:

If I open the CDF file in MathematicaPlayerPro and click on the button, it brings up a different dialog:

How can I get the same dialog from MathematicaPlayerPro as I get from Mathematica?

