Re: [WiX-users] How to Display Installed Path in Icon Tooltip

2009-04-16 Thread Pally Sandher
The text in the Description attribute is what is displayed for the tooltip to the best of my knowledge. Change it from "$(var.ProductName)" to "[INSTALLDIR]" and it should in theory work but you may need to use a public property (e.g. TOOLTIPDIR) and set it to INSTALLDIR using a Type 51 CustomActio

Re: [WiX-users] How to Display Installed Path in Icon Tooltip

2009-04-16 Thread Sebastian Brand
The "Description" field is not validated during installation so it cannot contain properties. You will need a custom action that modifies this field I think. Best regards, Sebastian Brand Instyler Setup - Creating WiX-based MSI installations, elegantly. http://www.instyler.com -Original Me