Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Skin Editor: Command Line Parameters

This topic lists additional options you can use to run the Skin Editor from the command line. Command line parameters are useful if you need to generate multiple binary SKINRES files from source skin projects.

#Command Line Parameters List

/MAKESKINRES=
Specifies the absolute or relative path to the source skin project (a SKINPROJ file). Output SKINRES files always have the same names as corresponding source SKINPROJ files.
/OUTPATH=

Optional. Specifies the output path for exported SKINRES files.

If you omit this parameter, the Skin Editor places exported SKINRES files into the source skin project’s directory.

/S

Optional. Enables the silent mode. The Skin Editor displays no error messages or dialogs in this mode.

If you omit this parameter, the Skin Editor stops the current job when an error occurs and displays the corresponding error message.

#Command Line Examples

#Export SKINRES Files to the Default Source Project Directory

console
  start dxSkinEditor.exe /MAKESKINRES="SkinProject.skinproj"

#Export SKINRES Files to the Custom Source Project Directory

console
  start dxSkinEditor.exe /MAKESKINRES="C:\Skin Projects\SkinProject.skinproj"
See Also