To disable the repair button in the WixStandardBootstrapperApplication you
need to add the BalExtension.

<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi";
     xmlns:bal="http://schemas.microsoft.com/wix/BalExtension";>

and then in the BootstrapperApplicationRef element

<BootstrapperApplicationRef
Id="WixStandardBootstrapperApplication.RtfLicense">
    <bal:WixStandardBootstrapperApplication
LicenseFile="$(var.documentation)YourLicense.rtf"
LogoFile="$(var.bitmaps)YourLogo.png" SuppressOptionsUI="yes"
SuppressRepair="yes" />
</BootstrapperApplicationRef>

SuppressOptionsUI disables the options button and SuppressRepair the repair
button in the GUI.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-do-you-turn-off-REPAIR-in-the-boostrapper-in-ARP-or-Programs-and-Features-tp7583597p7590667.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps
OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
Free app hosting. Or install the open source package on any LAMP server.
Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to