I have an application consisting of several .dll, .libs, .pyd (python library),. Exe, .class-es.
What are the best practices in the deployment process?
I plan to install the DLL - managed in the GAC and unmanaged in the WinSxS folder.
What should I do with .libs, .exe, .class and .pyd?
Is it possible to put it in
/ProgramFiles/ApplicationName/bin
/ProgramFiles/ApplicationName/lib
/ProgramFiles/ApplicationName/java
/ProgramFiles/ApplicationName/python
?
thanks
Tamara
Tamara
source
share