Re: [WiX-users] something strange about appsearch in vista

2007-09-26 Thread bcs
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

Re: [WiX-users] something strange about appsearch in vista

2007-09-27 Thread bcs
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

[WiX-users] Driver installation linker error

2007-10-02 Thread bcs
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:

[WiX-users] Driver installation linker error

2007-10-02 Thread bcs
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:

Re: [WiX-users] Driver installation linker error

2007-10-02 Thread bcs
s" HideTarget="no" Impersonate="no" > Execute="deferred" Return="check"/> > DllEntry="UninstallDriverPackages" HideTarget="no" Impersonate="no" > Execute="deferred" Return="check"/> >