create folder at installation location Programming Software Development by Prashant20 … code to create a folder [CODE]string path="D:\\SchoolProject\\Image Folder"; System.IO.Directory.CreateDirectory(@path);[/CODE] Now… Re: Run a function automatically Programming Software Development by anki.gulsvart … company that i´m doing this for, it´s a schoolproject, don´t want to write which file the program should… Re: create folder at installation location Programming Software Development by Alexpap In order for you to achieve this, in your current solution you have to create a Setup project. There are two options: 1)Create a blank setup project and add things by yourself 2)Create a setup project with the aid of a wizard. Hope i helped, Alex Re: create folder at installation location Programming Software Development by Prashant20 But if suppose I want to create a folder in a system folder, I mean My documents or the program file of that application... how would be it possible Secondly... I have set the full path name of my project folder in the path string Pls tell me how to set the path of installation.