Don't disable 8.3 filenames when building MSI files
I am using nantcontrib to build a windows installer msi. As usual I have been trying to squeeze every bit of performance out of my laptop, so the registry tweak to disable 8.3 filename creation on ntfs seemed like a good idea at the time. Unfortunately it is a requirement for the filenames in the msi database have a short filename too (i.e mylong~1.txt|mylongfilename.txt) which is not generated correctly if you have disabled the 8.3 names. It's also a pain to get the 8.3 filenames generated after you have enabled it again.