Re: [WiX-users] How to correct ICE19 and ICE50 errors in .MSI package

2007-06-18 Thread Rob Mensching
I think your error messages are all related. An advertised shortcut points at the KeyPath of the Component. By default, the KeyPath is the first Registry, File, or ODBC element in a Component. What is the KeyPath for the Component containing your advertised shortcut? From: [EMAIL PROTECTED]

Re: [WiX-users] How to correct ICE19 and ICE50 errors in .MSI package

2007-06-13 Thread Venkatesh Malepati
Thank you very much, that worked. Venkatesh -Original Message- From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 13, 2007 10:41 AM To: Venkatesh Malepati Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] How to correct ICE19 and ICE50 errors in .MSI package

Re: [WiX-users] How to correct ICE19 and ICE50 errors in .MSI package

2007-06-13 Thread Bob Arnson
Venkatesh Malepati wrote: So Do I need to create a componet for just this File id=File934?.Thanks in adavnace. Yes. The ICE19 and ICE50 errors are complaining because the component had the registry as its key path rather than the file that's the target of the shortcut. Having one file per com

Re: [WiX-users] How to correct ICE19 and ICE50 errors in .MSI package

2007-06-13 Thread Venkatesh Malepati
Malepati Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] How to correct ICE19 and ICE50 errors in .MSI package Venkatesh Malepati wrote: ICE19: Shortcut 'startmenuTeamsDesigner10Uni' advertises component:' Component24': This component cannot be advertised beca

Re: [WiX-users] How to correct ICE19 and ICE50 errors in .MSI package

2007-06-12 Thread Bob Arnson
Venkatesh Malepati wrote: ICE19: Shortcut 'startmenuTeamsDesigner10Uni' advertises component:' Component24': This component cannot be advertised because the keypath type disallowed AND ICE50:Component 24 has an advertised shortcut,but the keypath cannot be found. My shortcut has the foll

Re: [WiX-users] How to correct ICE19 and ICE50 errors in .MSI package

2007-06-12 Thread Venkatesh Malepati
Also my Icon has the follwoing definition: Venkatesh > -Original Message- > From: Venkatesh Malepati > Sent: Tuesday, June 12, 2007 5:13 PM > To: 'wix-users@lists.sourceforge.net' > Subject: How to correct ICE19 and ICE50 errors in .MSI package > > Hi > I am trying