I will first apologize if this has been asked before, but I did search, and I am pressed for time.
I am using vb.net express 2008, with a windows form application, and its done. My application makes use of cmd script files, and other files I have created myself.
I want to put everything in an install bundle, which will copy the files to a directory on the users computer, and then my application can read from that directory, for it to function as it should. The install bundle includes the .exe of my winforms application.
Right now, I hardcoded my application to look into a specific folder on my system, just for testing purposes, but I am going to deploy it soon, and I want to give as much flexibility to the user.
Regards
I am using vb.net express 2008, with a windows form application, and its done. My application makes use of cmd script files, and other files I have created myself.
I want to put everything in an install bundle, which will copy the files to a directory on the users computer, and then my application can read from that directory, for it to function as it should. The install bundle includes the .exe of my winforms application.
Right now, I hardcoded my application to look into a specific folder on my system, just for testing purposes, but I am going to deploy it soon, and I want to give as much flexibility to the user.
Regards