Reputation: 7150
I'm using an integrated build environment on Visual Studio and using the post build action to call .NET Reactor cmd.
Everything was working fine until I tried to change the license to another directory. If I use the following option on cmd: "-staticfilename c:\license.license" the application won't find the license file. Does someone knows if it's possible to place the license file on another directory and how to do so?
Upvotes: 1
Views: 1722
Reputation: 391
With the latest version you can also use special directories (MyDocuments etc.).
Upvotes: 0