Error importing idt during WiX unit test compilation. Possibly due to bits set in top word of column value #8907
bevanweiss
started this conversation in
WiX Development
Replies: 1 comment 12 replies
-
Maybe #8056? |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Just wondering if this is a known issue with Windows installer stuff...
I've added a new column to the Wix4IIsWebDirProperties table for DirBrowseFlags, which is 32 bits of possible flags.
i've tried it both as an .Integer and as a .DoubleInteger column category, and with length = 2 or 4.
Anytime I try to set a bit in the high word, I get this error.
[xUnit.net 00:00:07.93] WixToolset.Core.Native.Msi.WixInvalidIdtException : There was an error importing the file '...\AppData\Local\Temp.WIXTEST ytr5ix0v.b1a_idts\Wix4IIsWebDirProperties.idt'.
Is there a standard way of handling this (i.e. do I need to split it into two columns of <=16 bits each or something)?
Beta Was this translation helpful? Give feedback.
All reactions