Some Versions of DNN do not detect Supported Features correctly. Run the SQL below
Update DesktopModules Set SupportedFeatures = 1 Where FriendlyName = 'Form Master'
This solution works perfect.
Thanks for your help