I need to check if any version of acrobat reader is installed on target
machine. IF not installed display error message and stop installation.

Wix code:


    

ACROBATREADER = "notfound"

My problem is,above message always gets displayed whether or not acrobat
reader is installed or not. It does not check the condition ACROBATREADER =
"notfound".

I also tried folloiwng way but still the same result


    

 ACROBATREADER 

Any suggestions please? Thanks

--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Registry-check-for-Acrobat-reader-tp6223495p6223495.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to