0

I've downloaded and installed the Krypton Toolkit for Visual Studio.

https://github.com/ComponentFactory/Krypton

Is it possible, to build my final solution with these libaries? I don't want install Krypton Toolkit on every PC, where the software will be used.

Dan Smith
  • 533
  • 1
  • 6
  • 15
K. Roland
  • 332
  • 2
  • 11
  • 1
    Maybe this can help you? http://stackoverflow.com/questions/189549/embedding-dlls-in-a-compiled-executable – trinaldi Oct 29 '13 at 16:30

1 Answers1

0

You dont have to install Krypton toolkit on ever PC, Just include ComponentFactory.Krypton.Toolkit.dll with your Setup/Bin file(s).

Also here is an Answer to a simliar question

Community
  • 1
  • 1
Deja Vu
  • 413
  • 3
  • 6