adding files outside the exe directory
Posted: Thu Dec 13, 2012 1:15 pm
I have an app i am trying to package, and i cant figure out how to add my files
see in the VB it acts like the %DEFAULT FOLDER% is the directory that the exe is sitting in, and it will not let me add a directory above that?
my tree is set up like this:
Main Folder
- bin (for exe)
- data (for data files)
no matter what i do the VB wants to make it like this:
Main folder
- exe file
- data folder
but i need it like this:
-main folder
- bin
* exe file
- data
* data file
is there a way to set it up like this in VB?
see in the VB it acts like the %DEFAULT FOLDER% is the directory that the exe is sitting in, and it will not let me add a directory above that?
my tree is set up like this:
Main Folder
- bin (for exe)
- data (for data files)
no matter what i do the VB wants to make it like this:
Main folder
- exe file
- data folder
but i need it like this:
-main folder
- bin
* exe file
- data
* data file
is there a way to set it up like this in VB?