I found some "Disallowing uninstallation of component: {<guid>} since another 
client exists" messages in the uninstall log, which look to be referencing the 
exe files, but can't find any references to the those guids in my MSI or in the 
Registry. They are not from a merge module, and I have never used the Permanent 
or Shared attributes. I have been running on my dev machine (not in a VM). 
Sounds like there is no recovery for this situation?

Thanks,
Scott

-----Original Message-----
From: Phil Wilson [mailto:phildgwil...@gmail.com]
Sent: Tuesday, March 25, 2014 1:07 PM
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] (Gentle Reminder)Creating directory under 
C:\Programdata same as what the user specified in the UI dialogue

If the issue is that "disallowing uninstallation" message, then look up the 
component guid in your MSI to see what it is, a file name or registry item. 
Without that detail it's impossible to say if it's working correctly. It may be 
shared because it's from a merge module used by other products (Microsoft 
support Dlls etc); it may be that you have used the same physical test system 
(instead of a clean VM) for all your testing and it's now an unreliable test 
machine; you may have marked that guid as permanent at one time in an install; 
you may have marked it shared at one time.
---------------
Phil Wilson


On Tue, Mar 25, 2014 at 8:06 AM, Phill Hogland <phogl...@rimage.com> wrote:
> I suspect the issue is that you need to remember the values of your
> properties and retrieve them prior to doing the uninstall.
> http://robmensching.com/blog/posts/2010/5/2/the-wix-toolsets-remember-
> property-pattern
> http://www.nichesoftware.co.nz/node/633
>
>
>
>
> --
> View this message in context:
> http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Creating
> -directory-under-C-Programdata-same-as-what-the-user-specified-in-the-
> UI-dialogue-tp7593357p7593740.html
> Sent from the wix-users mailing list archive at Nabble.com.
>
> ----------------------------------------------------------------------
> -------- Learn Graph Databases - Download FREE O'Reilly Book "Graph
> Databases" is the definitive new guide to graph databases and their
> applications. Written by three acclaimed leaders in the field, this
> first edition is now available. Download your free book today!
> http://p.sf.net/sfu/13534_NeoTech
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the 
definitive new guide to graph databases and their applications. Written by 
three acclaimed leaders in the field, this first edition is now available. 
Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

________________________________

NOTICE: The information contained in this electronic mail transmission is 
intended by Applied Vision Corporation and its affiliates for the sole use of 
the named individual or entity to which it is directed, and may contain 
confidential information and/or trade secrets. This electronic mail is not 
intended for transmission to, or receipt by, anyone other than the named 
addressee (or a person authorized to deliver it to the named addressee). This 
electronic mail should not be copied or forwarded to any unauthorized persons. 
If you have received this electronic mail transmission in error, please delete 
it from your system without copying or forwarding it, and notify the sender of 
the error by reply email or by calling Applied Vision Corporation at 
330.926.2222, so that our address record can be corrected.

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to