Re: [WiX-users] ICE32 error

2010-08-03 Thread Rob Mensching
-Original Message- > From: Rob Mensching [mailto:r...@robmensching.com] > Sent: Saturday, July 31, 2010 2:55 PM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] ICE32 error > > The best way to work around this problem with the WiX toolse

Re: [WiX-users] ICE32 error

2010-08-03 Thread Chad Petersen
errors reappear. Did I miss the mark? Thanks Chad -Original Message- From: Rob Mensching [mailto:r...@robmensching.com] Sent: Saturday, July 31, 2010 2:55 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] ICE32 error The best way to work around this

Re: [WiX-users] ICE32 error

2010-07-31 Thread Rob Mensching
t; > -Original Message- > From: Chad Petersen [mailto:chad.peter...@harlandfs.com] > Sent: Friday, July 30, 2010 9:36 AM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] ICE32 error > > It's the VC_User*.msm files that appear

Re: [WiX-users] ICE32 error

2010-07-30 Thread Blair
inal Message- From: Chad Petersen [mailto:chad.peter...@harlandfs.com] Sent: Friday, July 30, 2010 9:36 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] ICE32 error It's the VC_User*.msm files that appear to be bringing the Class table to the party.

Re: [WiX-users] ICE32 error

2010-07-30 Thread Chad Petersen
#x27;m guessing not a lot short of hacking those modules. Let me know what you think. Thanks Chad -Original Message- From: Chad Petersen Sent: Friday, July 30, 2010 9:29 AM To: 'General discussion for Windows Installer XML toolset.' Subject: RE: [WiX-users] ICE32 error I do use

Re: [WiX-users] ICE32 error

2010-07-30 Thread Chad Petersen
discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] ICE32 error Unlike some other authoring systems, WiX doesn't generate Class tables by default. Are you using any MSMs? -Original Message- From: Chad Petersen [mailto:chad.peter...@harlandfs.com] Sent: Friday,

Re: [WiX-users] ICE32 error

2010-07-30 Thread Blair
ive.com] Sent: Thursday, July 29, 2010 3:14 PM To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] ICE32 error This means that your Class table definition is incorrect (the `Feature_` column should be "s38"). Where did you get your Class table

Re: [WiX-users] ICE32 error

2010-07-30 Thread Chad Petersen
July 29, 2010 3:14 PM To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] ICE32 error This means that your Class table definition is incorrect (the `Feature_` column should be "s38"). Where did you get your Class table definition from? >From

Re: [WiX-users] ICE32 error

2010-07-29 Thread Blair
This means that your Class table definition is incorrect (the `Feature_` column should be "s38"). Where did you get your Class table definition from? >From http://msdn.microsoft.com/library/aa368585.aspx feature identifiers should be a max of 38 chars long. -Original Message- From: Chad P