Currently, our InstallConfigData parser doesn't allow paths with trailing \'s. I can pass INSTALLDIR=c:\test, but not INSTALLDIR=c:\test\. Not only does the MSI engine itself actually allows INSTALLDIR=c:\test\, it will even will append a trailing \ if we pass INSTALLDIR=c:\test. So I think this is an unnecessary restriction with our parser.