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

Unified Diff: installer/src/msi/adblockplusie.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
Index: installer/src/msi/adblockplusie.wxs
===================================================================
--- a/installer/src/msi/adblockplusie.wxs
+++ b/installer/src/msi/adblockplusie.wxs
@@ -188,14 +188,6 @@
</Feature>
<!--
- Remove the "Modify" button 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.
- <Property Id="ARPNOMODIFY" Value="1"/>
- -->
-
- <!--
The application data folder has to vary by operating system version.
With Vista and later, we have to use an application data folder suitable for low-integrity applications.
XP and earlier don't have UAC and we use the regular application data folder.

Powered by Google App Engine
This is Rietveld