Hi,
I am unable to use Browse button in Maintenance mode. The default
implementation hides the button on product install. I included CustomizeDlg
from wix source and deleted the hide and disable conditions as shown below.
This produced the Browse button on Maintenance but when I clicked the button
on a feature that was already installed, the msi crashed.
<Control Id="Browse" Type="PushButton" X="294" Y="210" Width="66"
Height="17" Text="!(loc.CustomizeDlgBrowse)">
<Publish Event="SelectionBrowse"
Value="BrowseDlg">1</Publish>
</Control>
Is there a way to disable the Browse button on the feature that is installed
and leave it enabled for features that are available for install?
Thanks for any suggestions I could try!
wixtester
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Browse-button-crashes-in-Maintenance-mode-tp7600549.html
Sent from the wix-users mailing list archive at Nabble.com.
------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users