This problem was originally posted to the IS community web site where one chap really tried to help but to no avail.
So...
So I've gone back to basics:
1. Create a new Installscript MSI project
2. Delete default feature.
3. Add new feature and name it help.
4. Add two components to this feature, one called english and the other french.
5. Added a single help file and its cnt file to each component (obviously one french and the other english).
6. Set the english component condition to SystemLanguageID=1033 and the french component condition SystemLanguageID=1036.
Thats it, build and install on a french machine and the english help is installed.
Well after trying and checking one or two more things I still can't get it to work properly. Other things I have checked/tried include: make sure I'm creating a compressed build (cab files), creating separate features with a single component and help file in each and applying conditions to the features instead of the components. Nope nothing works. I can't believe that Dev8 is the problem so it has to me, but what am I doing wrong???
Mark.
