You must create an XML file that describes the custom DRM options you want to show to users. The name of the file must be: <drm-name>_options.xml
fiper.system.drm.4=<drm-name> Copy your <drm-name>_options.xml file into the 3DOrchestrate Distribution Server installation in the following directory: <server_install_dir>/config/ Your <drm-name>_options.xml file must follow the XML format specified in the following XSD file: <server_install_dir>/<os>/reffiles/SMAExeConfig/customDRMConfig.xsd
The primary contents of your <drm-name>_options.xml file are any number of <Property id="1" name="fileName" type="string" required="true"> <Value>abc.txt</Value> <Description>Name for the file that will be generated</Description> <DisplayName>File Name</DisplayName> </Property> |