Re: [WiX-users] Dependency warnings I don't quite get...

2011-09-26 Thread Mark Modrall
Thanks Bill, adding the guide to the dependency id seems to have done the trick! Mark -Original Message- From: bpackard [mailto:bill.pack...@kepware.com] Sent: Monday, September 26, 2011 9:45 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Dependency warnings I don&#

Re: [WiX-users] Dependency warnings I don't quite get...

2011-09-26 Thread Mark Modrall
users] Dependency warnings I don't quite get... Mark, When I have dependencies, I have had to include the GUID of the merge module in the dependency declaration, in order to match the signature. Try adding the GUID to the dependency declaration: <Dependency RequiredId="

Re: [WiX-users] Dependency warnings I don't quite get...

2011-09-26 Thread Mark Modrall
.pack...@kepware.com] Sent: Monday, September 26, 2011 9:45 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Dependency warnings I don't quite get... Mark, When I have dependencies, I have had to include the GUID of the merge module in the dependency declaration, in order to

Re: [WiX-users] Dependency warnings I don't quite get...

2011-09-26 Thread bpackard
Mark, When I have dependencies, I have had to include the GUID of the merge module in the dependency declaration, in order to match the signature. Try adding the GUID to the dependency declaration:

Re: [WiX-users] Dependency warnings I don't quite get...

2011-09-25 Thread Mark Modrall
etting the warning. Thanks Mark -Original Message- From: Bob Arnson [mailto:b...@joyofsetup.com] Sent: Saturday, September 24, 2011 3:21 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Dependency warnings I don't quite get... On 24-Sep-11 15:06, Mark Modrall wrote:

Re: [WiX-users] Dependency warnings I don't quite get...

2011-09-24 Thread Mark Modrall
hanks mark From: Bob Arnson [b...@joyofsetup.com] Sent: Saturday, September 24, 2011 3:21 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Dependency warnings I don't quite get... On 24-Sep-11 15:06, Mark Modrall wrote: > I know that's what the error message descri

Re: [WiX-users] Dependency warnings I don't quite get...

2011-09-24 Thread Bob Arnson
On 24-Sep-11 15:06, Mark Modrall wrote: > I know that's what the error message description says, but I'm not seeing > what I'm missing. Use Orca to see if the resources in the merge module were merged in. If they weren't, the warning is telling you the merge module wasn't merged into the .msi.

Re: [WiX-users] Dependency warnings I don't quite get...

2011-09-24 Thread Castro, Edwin G. (Hillsboro)
> -Original Message- > From: Mark Modrall [mailto:mmodr...@mzinga.com] > Sent: Saturday, September 24, 2011 12:07 PM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Dependency warnings I don't quite get... > > I know that's wha

Re: [WiX-users] Dependency warnings I don't quite get...

2011-09-24 Thread Mark Modrall
ember 24, 2011 2:33 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Dependency warnings I don't quite get... The Merge Modules you're are pulling in have declared dependencies on Merge Modules you have not added to your project. Or the identifiers

Re: [WiX-users] Dependency warnings I don't quite get...

2011-09-24 Thread Rob Mensching
The Merge Modules you're are pulling in have declared dependencies on Merge Modules you have not added to your project. Or the identifiers are not matching correctly. On Fri, Sep 23, 2011 at 10:53 AM, Mark Modrall wrote: > Hi... > >I'm getting a bunch of ICE25 warnings about dep