TIP: Include Localized Files in MSI
I was using MLS to translate a winform / Windows Forms Application and used several hours before I noticed the ressource files where not present in the install folder after I installed my program as it should be.
The localized files are not a part of the basic winforms project output.
If you are using an MSI as your installer, you have to add a project output for the winforms project of the type localized project.
I spend hours debugging and accused both Windows 7 and my PC to have bugs etc. But finaly I noticed the missing ressource files - bugger.. One of those erroer you just hate..
Phill -> You could consider update the guide for Windows Forms to include this scenario as this is the ".NET way of installing WinForms".. It would have help me and spared me for 1-2 hours work..