Register CS_DWG without CS_Manager

Discuss and ask questions about CAD plugins for 3rd party software: IrfanView, XnView, Total Commander, Konvertor FM.

Moderators: SDS, support, admin

Post Reply
cholnaicher
Posts: 2
Joined: 27 Mar 2015, 15:06

Register CS_DWG without CS_Manager

Post by cholnaicher » 27 Mar 2015, 15:08

Hello There,


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




regards

Christian

support
Posts: 3271
Joined: 30 Mar 2005, 11:36
Contact:

Re: Register CS_DWG without CS_Manager

Post by support » 27 Mar 2015, 21:16

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
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

cholnaicher
Posts: 2
Joined: 27 Mar 2015, 15:06

Re: Register CS_DWG without CS_Manager

Post by cholnaicher » 30 Mar 2015, 09:42

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

support
Posts: 3271
Joined: 30 Mar 2005, 11:36
Contact:

Re: Register CS_DWG without CS_Manager

Post by support » 30 Mar 2015, 21:29

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
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

Post Reply