Instruction
Table of Contents |
---|
Prerequisites
- The recommended target platform for your Windows Application or Web Service is x64.
- Your application must have read/write access to the Windows registry.
Installation instructions
Instructions how to configure Greenrain MNC API is are provided below:
- Download the API from this link: http://greenrain.biz/download/Frigg/FriggOutput.zip.
- Move file FriggOutput.zip\C_Users_Public_Documents\Greenrain\MNC Framework\Edit\edits.frg to C:\Users\Public\Documents\Greenrain\MNC Framework\Edit\.
- You can also use Windows Environment Variable CSIDL_COMMON_DOCUMENTS that refers to the file-system directory that contains documents that are common to all users. A typical path is C:\Users\Public\Documents.
- In C#, you can use this variable to refer to this folder:
Environment.SpecialFolder.CommonDocuments\Greenrain\MNC Framework\Edits
.
...