https://bugs.documentfoundation.org/show_bug.cgi?id=145711
--- Comment #5 from Mike Kaganski <[email protected]> --- (In reply to Telesto from comment #4) Thanks! So the actual error message was "Fout 1324.Het pad Adobe-Japan1/H bevat een ongeldig teken.", right? Googling MSI error 1324, http://support.microsoft.com/kb/292582 is a link in MS knowledge base (for an old product), suggesting that it may be because there's some invalid data present in the registry. It suggests to search the registry for the specific string reported in the error message - in this case, it's 'Adobe-Japan1/H', and replace it with a valid path. Specifically here, the invalid character is the forward slash '/', which likely needs to be replaces with backslash '\'. I have no idea why could that happen; and up to now, there were no reports for that problem AFAIKT. So for now, let's consider it a random Windows failure, or possibly some problem with a random previous testing pre-alpha package, which would not be a bug until it is clear that it's in the RC/production packages. -- You are receiving this mail because: You are the assignee for the bug.
