I use this sequence of commands to generate Enterprise CDF:
(*Export to CDF*) nb=CreateDocument[{myCDFGenerationFunction[]} ,WindowTitle->"My Title" ,WindowMargins->Automatic ,WindowSize->Automatic ,WindowElements->{"VerticalScrollBar","HorizontalScrollBar"} ,ShowCellBracket->False ,Deployed->True (*,WindowFrameElements\[Rule]WindowFrameElements -> {}*)(*Window does't close!*) ]; SetOptions[nb, ,PrivateNotebookOptions -> {"PluginToolbarEnabled" -> False} ,Background -> GrayLevel[0.2]];2] ]; CDFDeploy[NotebookDirectory[]<>"CDFFileName.cdf",nb ,"Method"->"Standalone" ,"Target"->"PlayerPro"];>"PlayerPro" ]; NotebookClose[nb]; TheAs @RolfMertig said, the "secret" is in "Target"->"PlayerPro" inside CDFDeploy.