/build/static/layout/Breadcrumb_cap_w.png

Corel CorelDRAW Graphics Suite

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login
Views: 8.5k  |  Created: 06/24/2008

Average Rating: 0
CorelDRAW Graphics Suite has 1 inventory records, 2 Questions, 0 Blogs and 0 links. Please help add to this by sharing more!

Deployment Tips (9)

Most Common Setup Type
Not Determined
Average Package Difficulty Rating
Rated 0 / 5 (Not Rated) based on 0 ratings
Most Commonly Reported Deployment Method
Not Determined
122
Note
Copy contents of CD to network share. Edit the Proporties section of the Setup.xml file located in the same directory as Setup.exe. Below is a copy of the edits I made, add your serial number, options you wish to install, etc.

<Properties>
<Property name="ICA.Dlg.AllowDrag" value="1" />
<Property name="PIDPREFIX" value="DR14" />
<Property name="MAX_PATH" value="90" />
<Property name="AcceptLicense" value="1" />
<Property name="SERIALNUMBER" value="xxxxxx-xxxxxx-xxxxxx-xxxxxx" persist="1" comment="When you remove the hardcoded serial number, just set the value to blank, do not remove this node or the SERIALNUMBER will not be saved after you perform an admin install " />
<Property name="ALLOW_PRODUCTUPDATES" value="0" persist="1" comment="needs to be saved from admin installs, Script.dll will default it off if we are running an admin setup" />
<Property name="ICA.Default.InstallFolder" value="CorelDRAW Graphics Suite X4" />
<Property name="ICA.Default.InstallDir" value="Corel\CorelDRAW Graphics Suite X4" />
<Property name="ICA.LogOptions" value="voicewarmup" />
<Property name="YAHOOTOOLBAR" value="0" />
<Property name="CACHE_SETUP_SOURCE" value="1" />
<Property name="CACHE_SETUP_SOURCE_SHOWUI" value="Hide" comment="Hide - will remove the Copy Installation Files option" />
<Property name="ShowApplicationLanguageSelector" value="1" comment="use 1 - to show the Extra's tab in the UI" />
<Property name="Include.Extras.Page" value="1" comment="use 1 - to enable the Product Languages drop down in the UI" />
<Property name="ShowExtraTabs" value="1" comment="use 1 - to enable the Product Languages drop down in the UI" />
<Property name="ICA.Maintenance.Mode" value="Modify" comment="sets the default radio button on ARP.htm" />
<Property name="Include.BR" value="0" />
<Property name="Include.EN" value="1" />
<Property name="Include.ES" value="0" />
<Property name="Include.FR" value="0" />
<Property name="Include.Default" value="EN" />
<Property name="Vba.CmdLine.Install" value="ADDLOCAL=ALL ALLUSERS=1 REBOOT=ReallySuppress" />
<Property name="Vba.CmdLine.Remove" value="REMOVE=ALL REBOOT=ReallySuppress" />
<Property name="INSTALLYAHOOTOOLBAR" value="0" />
<Property name="INCLUDEYAHOOINTEGRATED" value="0" />
<Property name="PRODUCTSHOWSERIAL" value="0" />
<Property name="PCUSOURCEID" value="707000" />
<Property name="PCUSOURCEID_PREMIUMFEATURES" value="707000" />
<Property name="PCU_LICID" value="540228824" />
<Property name="Script.RT.GUID" value="{C478443A-7E62-4AFF-9B34-5E020F6A50CC}" />
</Properties>
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
119
Note

don't edit the xml file with anything as exotic as Textpad - use notepad. Textpad rendered the file useless for the installer routine in Corel.

Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
119
Note

The application can be fully customized not only by modifying the properties from Setup.xml, but it can be added extra msi's for customizations (adding files, giving rights for users to files and registry keys). The msi created by the packager has to be added in the Setup.xml, so that the installer will run it.

Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
3
Command Line
start Setup.exe /qn /l*v %SystemDrive%\Logs\CorelX4.log USERNAME=Your Username SERIALNUMBER=XXXXXX-XXXXXX-XXXXXX-XXXXXX ADDLOCAL=ALL ALLOW_PRODUCTUPDATES=1


This Setup create a Log file in C:(or whatever is your Systemdrive)/Logs. In Username type in your Username and in Serialnumber your Serialnumber. Addlocal means that all Options and Tools are enabeld.
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
1
Note
Erstellung eines MSI-Files mit Adminstudio 8 prof. funktionierte nicht.

Loesung:
Administratives Image erstellen:
Setup.xml laut Beschreibung oben mit Notepad editieren.
"Setup\Setup.exe" /a SERIALNUMBER=xxxxxxx-xxxxxxx-xxxxxxx-xxxxxxx /qb

Patchen des Administrativen Image mit SP1:
"CGSX4SP1.exe" /a /p

Versionsinfo:
ohne SP1: 14.0.0.567
mit SP1: 14.0.0.653
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
1
Note
Corel has chosen Protexis to insure that the software is properly registered. See http://www.protexis.com/services/software_licensing.htm

Protexis loads an executable and dll in C:\Program Files\Common Files\Protexis. It runs as a service (Protexis Licensing V2) in the background. Without the service running or the software having the ability to register via the internet this error is generated when you try to start Corel. A perpetual service consuming a chunk of memory just to insure that the software is licensed seems like a high price to pay.
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
0
Note
All customization of the Vendors install is done inside the Setup.xml.

To remove unwanted installations first delete the product code. Next delete the unwanted feature. For example
<Feature name="Str.Feature.QP" desc="Str.Feature.QP.Desc" property="QP" >

The version that is available for downloading from the vendors site does not include the XML feature. You need to get the standard version from the vendor.

Properties values can be passed to the installation in the command line or in the setup.xml.

Modify the following properties -
<Property name="AcceptLicense" value="1" />
<Property name="SERIALNUMBER" value="WS14
<Property name="ALLOW_PRODUCTUPDATES" value="0"
<Property name="ALLOW_LIGHTNING" value="0" />
<Property name="DESKTOPSHORTCUTS" value="0" />

The Vendors installation loads from 16 different MSI's.
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
0
Note
To extract the contents of the downloaded installer from the Corel web Site use the below example.

CorelDRAWGraphicsSuiteX4Installer_AU.exe /extract_all c:\temp\CoreDrawGraphicsSuite4

Setup can then be launched using the previous examples.
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
-6
Command Line
This is the command line I used in my script.

set filepath=\\Network Share\Corel Draw X4
"%filepath%\source\setup.exe" /qn
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows

Inventory Records (1)

View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.

Versions

CorelDRAW Graphics Suite

Version

14

Questions & Answers (2)

Questions & Answers related to Corel CorelDRAW Graphics Suite

25
ANSWERS
0
ANSWERS

Blogs (0)

Blog posts related to Corel CorelDRAW Graphics Suite

Reviews (0)

Reviews related to Corel CorelDRAW Graphics Suite

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ