Manage default CorelDRAW configuration files

This commit is contained in:
Adam Goldsmith 2020-01-16 12:47:38 -05:00
parent 4b357d8f4c
commit f36b1b04cd
6 changed files with 298 additions and 0 deletions

14
CorelDRAWConfig/.gitignore vendored Normal file
View File

@ -0,0 +1,14 @@
*
!.gitignore
!Color/
!Color/Settings
!Color/Settings/ColorSettings.xml
!Config/
!Config/PaperTypes.xml
!Config/DocDestinations.xml
!Draw/
!Draw/Workspace
!Draw/Workspace/Default(TM).cdws

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<content>
<!-- By default, we use the user's preferred measurement system (imperial or metric), as set in
Control Panel->Regional Settings, to determine the pageset. Here we override this behaviour
for certain locations. Geoids are compared against the return value of Win32's GetUserGeoID().
-->
<locales>
<map geoid="39">imperial</map><!--Canada-->
<map geoid="122">Japan</map><!--Japan-->
<map geoid="166">imperial</map><!--Mexico-->
</locales>
<destinations><destination id="0" guid="410454d7-30cf-38a5-49cc-73d1a692b9da" name="Custom" width="6096000" height="4572000" unit="1" colorMode="RGB" dpi="300" numberOfPages="1" rgbProf="sRGB IEC61966-2.1" cmykProf="Wide Gamut CMYK Simulation" grayProf="Gray Gamma 2.2" renderingIntent="RelativeColorimetric" preview="Enhanced"><preferred><size id="10"/><size id="0"/><size id="3"/></preferred></destination><destination id="4" guid="418004f4-a3bf-49f6-8ef1-0d5ffe40c8fa" name="Web" colorMode="RGB" dpi="96" numberOfPages="1" rgbProf="sRGB IEC61966-2.1" cmykProf="Wide Gamut CMYK Simulation" grayProf="Gray Gamma 22.icc" renderingIntent="RelativeColorimetric" preview="Enhanced"><preferred><size id="57"/><size id="58"/><size id="59"/><size id="60"/><size id="61"/></preferred></destination><destination id="-1" guid="4b752d87-861c-4580-8e09-91809863795d" name="Laser Cutter" width="8600000" height="6100000" unit="1" colorMode="RGB" dpi="300" numberOfPages="1" rgbProf="sRGB IEC61966-2.1" cmykProf="Wide Gamut CMYK Simulation" grayProf="Gray Gamma 2.2" renderingIntent="RelativeColorimetric" preview="Enhanced"><preferred><size id="0"/></preferred></destination><destination id="2" guid="8f3107e1-1c8d-4b08-94f1-bb18b26dcc13" name="Default RGB" width="2159000" height="2794000" unit="1" colorMode="RGB" dpi="300" numberOfPages="1" rgbProf="sRGB IEC61966-2.1" cmykProf="Wide Gamut CMYK Simulation" grayProf="Gray Gamma 2.2" renderingIntent="RelativeColorimetric" preview="Enhanced"><preferred><size id="3"/><size id="4"/><size id="5"/><size id="15"/><size id="14"/></preferred></destination><destination id="3" guid="e98fe021-3913-4a4e-a1e0-0c9653a8c3af" name="Default CMYK" colorMode="CMYK" dpi="300" numberOfPages="1" rgbProf="sRGB IEC61966-2.1" cmykProf="Wide Gamut CMYK Simulation" grayProf="Gray Gamma 2.2" renderingIntent="RelativeColorimetric" preview="Enhanced"><preferred><size id="3"/><size id="4"/><size id="5"/><size id="15"/><size id="14"/></preferred></destination></destinations><mrulist><destination guid="4b752d87-861c-4580-8e09-91809863795d"/><destination guid="8f3107e1-1c8d-4b08-94f1-bb18b26dcc13"/><destination guid="410454d7-30cf-38a5-49cc-73d1a692b9da"/><destination guid="e2107ebc-f588-46a2-4c90-68db9cbcc70b"/></mrulist><last guid="4b752d87-861c-4580-8e09-91809863795d"/></content>

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -4,3 +4,27 @@
"C:\\Program Files\\Corel\\PASMUtility\\v1\\PASMUTILITY.dll":
file.managed:
- source: "\\\\ucs\\Software\\PASMUTILITY.dll"
# Copy default configuration to "Program Files"
corelDRAW_ColorSettings:
file.managed:
- name: C:\Program Files\Corel\CorelDRAW Graphics Suite 2017\Color\Settings\ColorSettings.xml
- source: salt://CorelDRAWConfig/Color/Settings/ColorSettings.xml
corelDRAW_PaperTypes:
file.managed:
- name: C:\Program Files\Corel\CorelDRAW Graphics Suite 2017\Config\PaperTypes.xml
- source: salt://CorelDRAWConfig/Config/PaperTypes.xml
corelDRAW_DocDestinations:
file.managed:
- name: C:\Program Files\Corel\CorelDRAW Graphics Suite 2017\Config\DocDestinations.xml
- source: salt://CorelDRAWConfig/Config/DocDestinations.xml
corelDRAW_DefaultWorkspace:
file.managed:
- name: C:\Program Files\Corel\CorelDRAW Graphics Suite 2017\Draw\Workspace\Default(TM).cdws
- source: salt://CorelDRAWConfig/Draw/Workspace/Default(TM).cdws
# Non-managed state:
# - CorelDRAW 2017 installed from disc/ISO
# - GLS Hybrid driver installed/configured
# - install could easily be automated