Register CS_DWG without CS_Manager
Moderators: SDS, support, admin
-
- Posts: 2
- Joined: 27 Mar 2015, 15:06
Register CS_DWG without CS_Manager
Hello There,
is there a way to use cs_dwg without the Manager ????
regards
Christian
is there a way to use cs_dwg without the Manager ????
regards
Christian
Re: Register CS_DWG without CS_Manager
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:
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
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>
Mikhail
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support
-
- Posts: 2
- Joined: 27 Mar 2015, 15:06
Re: Register CS_DWG without CS_Manager
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
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
Hello Christian,
Below is an example of the CS_DWG.key contents:
Mikhail
Below is an example of the CS_DWG.key contents:
Code: Select all
User=John Doe
EMail=john.doe@company.com
Key=XXXXXXXXXXXXXXXXXXXXXX
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support