The goalposts have changed slightly, the project is for a commercial product which requires copy protection to be added. We've been asked to make the application exe come out of the cab and sit in the root of the disk image along with a readme.
The application has it's own component called EXE and so, I tried to change the project to
A) Custom Configuration

heres where i run into problems. Firstly, rather than the old nice way of one big cab file I get lots of smaller ones. I've tried both sub options for features and components but it doesnt seem to change this
Also, the exe doesnt sit at the same level as these cab files. A dir is created in my disk1 folder which matches the patch which the exe would be installed to
eg a dir is created called
program files/my_company_name/application.exe
So, first problem is making this component not get compressed AND sitting nicely in the disk1 folder and secondly making the rest of the files compress into one cab file again
Please help

MD