Hello,
I have an application that consists of several .dlls, .libs, .pyd (python library), .exe, .class-es.
What is the best practice in the deployment process?
I plan to put .dlls - managed into GAC and unmanaged into WinSxS folder.
What should I do with .libs, .exe, .class and .pyd?
Is it ok to put it to
/ProgramFiles/ApplicationName/bin
/ProgramFiles/ApplicationName/lib
/ProgramFiles/ApplicationName/java
/ProgramFiles/ApplicationName/python
?
Thanks
Tamara