Hi,
I'm starting to use SUFWI (build 1004) and I'm not getting the results that I'd expect. Is there a setting somewhere that I'm missing ?
What I want to do is to add multiple files but to keep their relative folder names when they get added to the project. In my test case, one of the files does, but everything else gets added to the project with a "Destination" of INSTALLDIR.
As an example:
- in SUFWI I press the INSERT key to show the Open dialog box
- I navigate to the folder containing my executable
- I select the "all files in this folder and all sub-folders" option
- click the "Add" button.
I get all of the files added to the project ok but (with one exception) the files are all set to have a Destination of the INSTALLDIR and not in their relative sub-folders as they are in my development environment.
On my PC I have the following folder/file locations:
\main folder
rftp.exe (this is my application executable)
\main folder\resources
rftp.ini
\main folder\help
usingrftp.html
\main folder\help\images
heading_undrline.gif
In the SUFWI project, the "heading_undrline.gif" file is given a Destination of "INSTALLDIR\Help\Images" but all of the other files are given a Destination of "INSTALLDIR". Given that my application code is expecting (for instance) it's help file (the HTML file) to be in the Help sub-directory, this part of my application doesn't work.
This is obviously not insurmountable, but it's going to be a real pain when I've got 100+ files that have to go into correct, different directories.
Is this a bug or is there a setting somewhere which will tell SUFWI to use the relative folders from my development environment ?
Cheers,
Dave

Reply With Quote