I have a bundle that uses the standard 

<BootstrapperApplicationRef
Id="WixStandardBootstrapperApplication.RtfLicense" /> 

 

It always shows the Repair button on the UI once it's installed.  I want
to hide or disable that button.

I checked the bal: schema, and found the following attributes.

Attributes 

Name

Type

Description

Required

LicenseFile

String

Source file of the RTF license file. Cannot be used simultaneously with
LicenseUrl.

 

LicenseUrl

String

URL target of the license link. Cannot be used simultaneously with
LicenseFile. This attribute can be empty to hide the license link
completely.

 

LocalizationFile

String

Source file of the theme localization .wxl file.

 

LogoFile

String

Source file of the logo graphic.

 

SuppressDowngradeFailure

YesNoType

If set to "yes", attempting to installer a downgraded version of a
bundle will be treated as a successful do-nothing operation. The default
behavior (or when explicitly set to "no") is to treat downgrade attempts
as failures. 

 

SuppressOptionsUI

YesNoType

If set to "yes", the Options button will not be shown and the user will
not be able to choose an installation directory.

 

ThemeFile

String

Source file of the theme XML.

 

 

 

I've also tried variations of 

DisableModify="yes" DisableRepair="yes"

In the Bundle element itself, but those only seem to affect the Control
Panel Add/Remove Programs options and have no effect on the UI.

 

I'm sure that somebody out there must know.

 

Thanks,

Nick

------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to