Re: [WiX-users] LGHT0216 : An unexpected Win32 exception with error code0x654 occurred

2008-07-15 Thread Blair Murri
What I had to do to get it to work was: Make sure that the codepage for the Product element (msi) and the Package element (summary info) were separated. The Product element's Codepage (and/or the WXL file's Codepage) can be 65001 as long as you don't use MSI's UI, but the Package element's Summ

Re: [WiX-users] LGHT0216: An unexpected Win32 exception with

2008-01-16 Thread Ben Middleton
> It's probably a permissions problem with validation. MSI validation > counts as an installation operation so a low-privileges user might not > be able to do it. You can try giving the build account more privileges > or suppressing validation (but make sure you run it by hand occasionally > to

Re: [WiX-users] LGHT0216: An unexpected Win32 exception with error code 0x643 occurred: Fatal error during installation

2008-01-15 Thread Bob Arnson
[EMAIL PROTECTED] wrote: > light.exe : error LGHT0216 : An unexpected Win32 exception with error code > 0x643 occurred: Fatal error during installation > It's probably a permissions problem with validation. MSI validation counts as an installation operation so a low-privileges user might not