Re: [WiX-users] Components with no componentIDs

2012-10-21 Thread Phil Wilson
- From: Uma Harano [mailto:uhar...@esri.com] Sent: Friday, October 19, 2012 2:46 PM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Components with no componentIDs Hi I want to create a few components with no ComponentIDs. Can I do this even if the component is

Re: [WiX-users] Components with no componentIDs

2012-10-20 Thread Uma Harano
Thanks! On Oct 20, 2012, at 10:47 AM, "Rob Mensching" wrote: > You want a Component with no GUID? That creates a completely unmanaged > Comopnent (can't patch it, update it or anything really). If so, set the > Guid="" > > On Fri, Oct 19, 2012 at 2:46 PM, Uma Harano wrote: > >> Hi >> I want t

Re: [WiX-users] Components with no componentIDs

2012-10-20 Thread Rob Mensching
You want a Component with no GUID? That creates a completely unmanaged Comopnent (can't patch it, update it or anything really). If so, set the Guid="" On Fri, Oct 19, 2012 at 2:46 PM, Uma Harano wrote: > Hi > I want to create a few components with no ComponentIDs. > Can I do this even if the co

[WiX-users] Components with no componentIDs

2012-10-19 Thread Uma Harano
Hi I want to create a few components with no ComponentIDs. Can I do this even if the component is a versioned dll? Thanks Uma -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Downloa

Re: [WiX-users] Components won't uninstall

2009-10-21 Thread Rob Mensching
For pretty much all Conditions the right answer is to have "Installed OR ...". On Wed, Oct 21, 2009 at 8:12 AM, Tony wrote: > I believe that is the issue, though behavior is not what I would have > expected. > >Title="title" > Description="description" >

Re: [WiX-users] Components won't uninstall

2009-10-21 Thread Tony
I believe that is the issue, though behavior is not what I would have expected. ... What is odd is only Group6 is not uninstalled. Group1-5 uninstall correctly. I fixed my conditions, I think, by including "O

Re: [WiX-users] Components won't uninstall

2009-10-21 Thread Rob Mensching
Almost always and Action state of Null means you have a Condition that is evaluating the Component out. The condition may be on the Feature or it may be on the Component if the Component is marked Transitive. If that isn't it, can you provide more detail about the Component and Feature relationship

Re: [WiX-users] Components won't uninstall

2009-10-21 Thread john cena
hello stop that -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to mark

[WiX-users] Components won't uninstall

2009-10-21 Thread Tony
We have a project that includes several wixlibs. These wixlibs all "export" ComponentGroupRefs to one of two features in our main WiX project. Installation appears to be working fine. But when I uninstall the application, all of the components from one of the wixlibs do NOT get uninstalled. Whe

Re: [WiX-users] Components

2007-06-10 Thread Peli de Halleux
in XSL :) Cheers, Peli. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jerome Haltom Sent: Sunday, June 10, 2007 6:14 PM To: Rob Mensching Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Components Yes, I've read the documentation

Re: [WiX-users] Components

2007-06-10 Thread Jerome Haltom
tom > Sent: Sunday, June 10, 2007 3:31 PM > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] Components > > Is there anyway to make a component that contains directories? I'd like > to attempt, if possible, to make a single component for my entire > package. It

Re: [WiX-users] Components

2007-06-10 Thread Rob Mensching
EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jerome Haltom Sent: Sunday, June 10, 2007 3:31 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Components Is there anyway to make a component that contains directories? I'd like to attempt, if possible, to make a single compon

[WiX-users] Components

2007-06-10 Thread Jerome Haltom
Is there anyway to make a component that contains directories? I'd like to attempt, if possible, to make a single component for my entire package. It would certainly ease versioning (there is no way I am keeping track of a dozen component Guids manually). -

Re: [WiX-users] Components and SQL Issues

2006-09-12 Thread Tiago Silva
er version of your software when you are installing a > new version? > > Fredrik > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Bob Arnson > Sent: Monday, September 11, 2006 6:49 PM > To: Tiago Silva > Cc: wix-users@lists.

Re: [WiX-users] Components and SQL Issues

2006-09-11 Thread Fredrik Grohn
Monday, September 11, 2006 6:49 PM To: Tiago Silva Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Components and SQL Issues Tiago Silva wrote: > 1. My boss wants that the current setup of our application ask to the > user if he wants to keep the application database and settings

Re: [WiX-users] Components and SQL Issues

2006-09-11 Thread Bob Arnson
Tiago Silva wrote: > 1. My boss wants that the current setup of our application ask to the > user if he wants to keep the application database and settings. I have > two separated components and I evaluate if the components are to > uninstall or not. The problem is that the Components uninstall run

[WiX-users] Components and SQL Issues

2006-09-11 Thread Tiago Silva
Hi there to all Wix users. I have two doubts regarding Wix that I would like to discuss with more experienced users. 1. My boss wants that the current setup of our application ask to the user if he wants to keep the application database and settings. I have two separated components and I evaluate