Hello,
I Have made one windows application in VS 2010 C#.Net and for that i have used third party dll which is NOT native dll. Now i want to deploy the application and after deployment when i run setup.exe file I want to put that dll file in System32 folder.
So is that possible to make such setup file in Visual studio so i can put dll file directly in System32 folder (While Running Setup)??
Thank You.