Re: [WiX-users] Light error for COM dll with multiple prog id's for thesame class

2010-09-17 Thread Bob Arnson
On 17-Sep-10 03:23, Renegade Angel wrote: > kind of upgrade problems could I run into exactly ? IDs must be stable. -- sig://boB http://joyofsetup.com/ -- Start uncovering the many advantages of virtual appliances an

Re: [WiX-users] Light error for COM dll with multiple prog id's for thesame class

2010-09-17 Thread Renegade Angel
The bug report can be found here: https://sourceforge.net/tracker/?func=detail&aid=3068533&group_id=105970&atid=642714 What kind of upgrade problems could I run into exactly ? Thanks in advance. JB 2010/9/15 Bo

Re: [WiX-users] Light error for COM dll with multiple prog id's for thesame class

2010-09-15 Thread Bob Arnson
On 14-Sep-10 09:21, Renegade Angel wrote: > -> If key exists in hashtable generate a new key (actually I just append _1, > _2, ... if necessary) and change it in setup.wixobj You've almost guaranteed you can't patch and will run into upgrade problems. Can you open a bug on the underlying probl

Re: [WiX-users] Light error for COM dll with multiple prog id's for thesame class

2010-09-14 Thread Renegade Angel
> From: Renegade Angel [renegade.an...@gmail.com] > Sent: Monday, September 13, 2010 7:34 AM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Light error for COM dll with multiple prog id's > for thesame class > > The function GenerateId

Re: [WiX-users] Light error for COM dll with multiple prog id's for thesame class

2010-09-13 Thread Bryan Reich
esign, Simulate + Innovate with the ** > Integrated Environmental Solutions Limited. Registered in Scotland No. > SC151456 > Registered Office - Helix Building, West Of Scotland Science Park, > Glasgow G20 0SP > Email Disclaimer > > -----Original Message----- > From: Renegade Ang

Re: [WiX-users] Light error for COM dll with multiple prog id's for thesame class

2010-09-13 Thread Renegade Angel
th the ** > Integrated Environmental Solutions Limited. Registered in Scotland No. > SC151456 > Registered Office - Helix Building, West Of Scotland Science Park, > Glasgow G20 0SP > Email Disclaimer > > -----Original Message- > From: Renegade Angel [mailto:renegade.an...@gmai

Re: [WiX-users] Light error for COM dll with multiple prog id's for thesame class

2010-09-13 Thread Bryan Reich
ug. -- Bryan From: Pally Sandher [pally.sand...@iesve.com] Sent: Monday, September 13, 2010 6:33 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Light error for COM dll with multiple prog id's for thesame class Ah my apologies. I haven't

Re: [WiX-users] Light error for COM dll with multiple prog id's for thesame class

2010-09-13 Thread Pally Sandher
nal Message- From: Renegade Angel [mailto:renegade.an...@gmail.com] Sent: 13 September 2010 13:25 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Light error for COM dll with multiple prog id's for thesame class As it appears I'm already using heat with the -

Re: [WiX-users] Light error for COM dll with multiple prog id's for thesame class

2010-09-13 Thread Renegade Angel
As it appears I'm already using heat with the -suid switch. The reg06989... seems to be an id that is generated by candle, I can only find it in setup.wixobj. Should I post process the obj file and change certain id's and enforce uniqueness to fix this ? Thanks, JB 2010/9/13 Pally Sandher > Tr

Re: [WiX-users] Light error for COM dll with multiple prog id's for thesame class

2010-09-13 Thread Pally Sandher
Try using the -suid switch when you run heat to get more readable ID's generated rather than 'reg06989E0C50B7888525E711A46A9A609B'. The code you've pasted isn't the problem. The error message says you've got duplicated Id's in the RegistryTable, it has nothing to do with Class & Prog Id's. Make sur