Page 1 of 1

Register CS_DWG without CS_Manager

Posted: 27 Mar 2015, 15:08
by cholnaicher
Hello There,


is there a way to use cs_dwg without the Manager ????




regards

Christian

Re: Register CS_DWG without CS_Manager

Posted: 27 Mar 2015, 21:16
by support
Hello Christian,

Another way to register the plugin is using the CS_DWG.key file that is placed into the folder where CS_DWG.dll is located (c:\Program Files (x86)\IrfanView\Plugins\, for instance). The .key file must contain the following lines:

Code: Select all

User=<YOUR_NAME>
EMail=<YOUR_EMAIL>
Key=<YOUR_KEY>
where <YOUR_NAME>, <YOUR_EMAIL>, <YOUR_KEY> are replaced with the corresponding registration data. You can generate the .key file yourself using any text editor (Notepad, for example).


Mikhail

Re: Register CS_DWG without CS_Manager

Posted: 30 Mar 2015, 09:42
by cholnaicher
Hello Mikhail,

i try it with your Manual but it is not working. If i open an dwg file i have still the wathermark.

The CS_DWG.key is located on the same place like CS_DWG.dll on C:\Program Files (x86)\IrfanView\Plugins

Please help

Christian

Re: Register CS_DWG without CS_Manager

Posted: 30 Mar 2015, 21:29
by support
Hello Christian,

Below is an example of the CS_DWG.key contents:

Code: Select all

User=John Doe
EMail=john.doe@company.com
Key=XXXXXXXXXXXXXXXXXXXXXX
Mikhail