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

Reply via email to