I've got an app that runs successfully over our network but I need the program to install a .ini file when it's first installed. Does anyone know how I can accomplish this? Is there some settings some where that I can do this?
The first thought would be to add a microsoft setup project to your solution and handle all your options. You can also build your solution, get the needed files and use another setup creation program (many are free), eg the ClickTeam. You will find by a google search many of them.
What do you mean by 'installing the ini file' ?
Copy it somewhere?
If yes, then you can create a console app, embed it as a resource, and use the .net framework/classes to find out the location to extract it.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.