I have the same problem. It works on Windows XP but on Vista my feature is
not uninstalled because the condition prevents it.
I guess it has something to do with permissions. During an uninstallation
operation it seems that you don't have the required privileges to be able to
read registry values
Adding Secure="yes" to the Property element solved my problem on Vista.
This attribute marks the property as secure.
Best regards,
Bo
--
View this message in context:
http://www.nabble.com/something-strange-about-appsearch-in-vista-tf4390625.html#a12919812
Sent from the wix-users mailing list a
I am trying to install a driver using Wix 3.0 and DifxAppExtension.
When I build my installer I get this linker error:
Unresolved reference to symbol 'CustomAction:MsiProcessDrivers'
My Wix source code is shown below.
Can anyone help me find out how to avoid this linker error?
Thanks
Bo
http:
I am trying to install a driver using Wix 3.0 and DifxAppExtension.
When I build my installer I get this linker error:
Unresolved reference to symbol 'CustomAction:MsiProcessDrivers'
My Wix source code is shown below.
Can anyone help me find out how to avoid this linker error?
Thanks
Bo
http:
s" HideTarget="no" Impersonate="no"
> Execute="deferred" Return="check"/>
> DllEntry="UninstallDriverPackages" HideTarget="no" Impersonate="no"
> Execute="deferred" Return="check"/>
>
5 matches
Mail list logo