Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: installer/src/msi/custom_WixUI_InstallDir.wxs

Issue 4805711393456128: Remove the Repair button from Programs and Features. Fix the CA. (Closed)
Patch Set: Created June 30, 2014, 4:28 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « installer/src/msi/adblockplusie.wxs ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: installer/src/msi/custom_WixUI_InstallDir.wxs
===================================================================
--- a/installer/src/msi/custom_WixUI_InstallDir.wxs
+++ b/installer/src/msi/custom_WixUI_InstallDir.wxs
@@ -64,7 +64,16 @@
<Publish Dialog="MaintenanceTypeDlg" Control="RemoveButton" Event="NewDialog" Value="VerifyReadyDlg">1</Publish>
<Publish Dialog="MaintenanceTypeDlg" Control="Back" Event="NewDialog" Value="MaintenanceWelcomeDlg">1</Publish>
- <Property Id="ARPNOMODIFY" Value="1" />
+ <!--
+ Remove the "Modify" and "Repair" buttons from our control panel entry.
+ Since we only have a single feature, there's only a single way of installing the plugin,
+ and thus modifying the installation can't possibly do anything.
+ This is currently set by the WiXUI property WIXUI_INSTALLDIR, so it's commented out now.
Eric 2014/07/18 16:56:09 The comment about "commented out" is no longer tru
+-->
+ <Property Id="ARPNOMODIFY" Value="1"/>
+ <Property Id="ARPNOREPAIR" Value="1"/>
+
+
</UI>
<UIRef Id="WixUI_Common" />
« no previous file with comments | « installer/src/msi/adblockplusie.wxs ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld