hi all, I made a msi package using wix tools. But now i have a quite strange problem, my program is used under vista and i have problem with the user access control when uninstall the product. Installation of the product is quite normal, but when i click the installer again and in the maintaince dialog choose the "Remove" choice, the UAC Credential don't prompt and nothing was removed. When i delete the Condition NAPAGENTEXISTS, the UAC Credential prompt when remove the product in the maintaince dialog. Does anyone knows what wrong is it?
the source file is here: <Property Id="NAPAGENTEXISTS"> <RegistrySearch Id="NapAgentRegistry" Root="HKLM" Key="SYSTEM\CurrentControlSet\Services\napagent" Name="ObjectName" Type="raw" /> </Property> <Feature Id="FeatureSha" Title="Health Agent" Description="Microsoft NAP System Health Agent Plugin" Level="0" ConfigurableDirectory="INSTALLDIR" > <ComponentRef Id="Sha" /> <Condition Level="3">NAPAGENTEXISTS</Condition> </Feature> -- View this message in context: http://www.nabble.com/something-strange-about-appsearch-in-vista-tf4390625.html#a12518277 Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users