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

Unified Diff: installer/src/setup-exe/setup.wxs

Issue 5743142993133568: Eliminate use of system restore point (Closed)
Patch Set: Created March 18, 2014, 2:13 a.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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: installer/src/setup-exe/setup.wxs
===================================================================
--- a/installer/src/setup-exe/setup.wxs
+++ b/installer/src/setup-exe/setup.wxs
@@ -41,7 +41,9 @@
</BootstrapperApplicationRef>
<WixVariable Id="WixStdbaThemeXml" Value="bootstrap-theme.xml" />
<WixVariable Id="WixStdbaThemeWxl" Value="bootstrap-theme.wxl" />
- <Chain>
+ <Chain
+ DisableSystemRestore="yes"
+ >
<!--
Note that use have DisplayInternalUI turned on.
This avoids much (but not all) of the need to deal with the undocumented 'burn' UI facility.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld