Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.38 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.38 KB

Build and Install

Build Macro

You have to build the macro before you can use it in CorelDRAW:

  1. Download and install Visual Studio Community.
  2. Open Visual Studio (select Visual C# environment in first run).
  3. Change Solution Configurations to Release on Standard bar.
  4. Build project (menu Buil > Build {MacroName} / Shift+F6).

Manual Installation

You can copy files manually without creating an installer:

  1. Copy the macro .\bin\Release\{MacroName}.dll to C:\Program Files\Corel\CorelDRAW Graphics Suite X7\Programs64\Addons\{MacroName} (you need to create this folder).
  2. Copy installer .\installer\{MacroName}Installer.gms to C:\Users\%your_user%\AppData\Roaming\Corel\CorelDRAW Graphics Suite X7\Draw\GMS.

Create Installer

Or you can create an installer for simple installation:

  1. Download and install Nullsoft Scriptable Install System.
  2. Copy .\bin\Release\{MacroName}.dll to .\installer folder.
  3. Open context menu on *.nsi file and select Compile NSIS Script.

After that you can install the macro by created *.exe file.

CorelDRAW

  1. Run CorelDRAW.
  2. Click OK in the pop-up question. If you don't see it, open Macro Manager or run {MacroName}Installer manually.

After these actions macro's button appears on the Standard Bar.