Archive for the 'MS SLP' Category
Microsoft SLP Tutorial Media
Webcasts from the tutorial, so you can download them locally:
- Building the Product Config
- Preparing the Basic Package
- Protecting the Source Code
- Setting Protected Environment
- Try and Buy
The Related PDF
The SLP Video : Here
No commentsGetting Dotfuscator PE Gold to work with Microsoft’s Software and Licensing Protection
Out of the box, Dotfuscator Professional Edition Gold is designed to work with Microsoft SLP’s. It takes a little work to get it to work correctly, and for it to integrate nicely with Visual Studio 2005/2008.
- Install Microsoft Software Licensing and Protection’s SDK from
http://www.microsoft.com/downloads/details.aspx?FamilyId=7AE70AAA-8B7C-4E3A-AF83-B71B6877705B&displaylang=en Read more 2 comments
Using Microsoft’s Software and Licensing Protection in Your Code
It may be a little oblivious, but to get Software and Licensing Protection to work within Visual Studio, you need to reference the appropriate DLL. You’ll find the: Microsoft.Licensing.Runtime2.0.DLL in your “C:\Program Files\Microsoft SLP Code Protector” folder. You’ll need to copy this into the same directory as your solution file. Once you add this reference to your project, you’ll be able to use the Microsoft.Licensing namespace within your code.
No comments