Re: [WiX-users] ICE03 or "Unresolved reference"

2014-03-11 Thread Dmitry Nechaev
e bundle definition for installing my features and this msi. =- My features I was defining are: Thanks a lot, Dmitry Nechaev -Original Message- From: Carter Young [mailto:ecyo...@grandecom.net] Sent: Wednesday, 12 March 2014 12:26 AM To: wix-users@lists.sourcefo

Re: [WiX-users] ICE03 or "Unresolved reference"

2014-03-11 Thread Bob Arnson
On 10-Mar-14 22:12, Dmitry Nechaev wrote: > There is no way for me to fix ICE03 error for this MSM using InsureTable for > the last dozen of tables commented out in the code above. WiX doesn't know what those tables are so it can't create them. If the merge modules are fundamentally broken, you c

Re: [WiX-users] ICE03 or "Unresolved reference"

2014-03-11 Thread Carter Young
Those Merge Modules have NEVER WORKED CORRECTLY. I can't even get those to work in VS2005. I have an app still on .NET 2.0. If you complain on the SAP Forums, SAP states that "the tool we use internally" to compile them "passes validadation," but they never tell you what that tool is...

Re: [WiX-users] ICE03 or "Unresolved reference"

2014-03-10 Thread John Ludlow
You would need to define the table schema using the CustomTable element. Try using dark.exe on an msi which has thay merge modules and seeing what CustomTable elements you get in the output. Hope that helps On 11 Mar 2014 02:15, "Dmitry Nechaev" < dmitry.nech...@objectconsulting.com.au> wrote: >