Throughout the development stages of this project I am working on I have been using images in /sources/*.png, that I have referenced with an OpenFileDialog() and the directory being set with Environment.CurrentDirectory, I am working on publishing this so that it can be distributed by CD, now I know that when installed on CD the path will not be the same as it is currently (for the executable),
That probably didn't make a whole lot of sense, :(, but essentially...
Is there a way that I can package this directory with 4 or 5 images in it, so when the program installs the files will be in the /sources directory, relative to where the program is?
Loading
Sam HobbsPosted Mar 21, 2011, 1:05 AM
FroglegPosted Mar 20, 2011, 1:46 PM
http://www.advancedinstaller.com/
in the past
David RichardsonPosted Mar 20, 2011, 1:40 PM
Essentially I have a /sources/image.png, image2.png, image3.png, etc. and that /sources/ directory is in ../bin/debug/. I want to copy that entire directory to .../'installation_folder'/sources/ when the app is installed.
I am using Visual C# Express 2010.
Sam HobbsPosted Mar 19, 2011, 12:56 PM
David RichardsonPosted Mar 19, 2011, 12:11 PM
Sam HobbsPosted Mar 19, 2011, 11:19 AM
Karthikeyan AnbarasanPosted Mar 19, 2011, 1:51 AM