diff contrib/wix/mercurial.wxs @ 10610:eea2db5f56ba

wix: pre-check the 'I approve this license' checkbox This is simply a convenience to the user, they can click next until the installer goes away. Optimally, the checkbox would be hidden or removed, but that requires rewriting the UI.
author Steve Borho <steve@borho.org>
date Mon, 08 Mar 2010 11:12:48 -0600
parents cc9f16a1f545
children 67ba66070aee
line wrap: on
line diff
--- a/contrib/wix/mercurial.wxs	Sun Mar 07 22:04:35 2010 -0600
+++ b/contrib/wix/mercurial.wxs	Mon Mar 08 11:12:48 2010 -0600
@@ -37,6 +37,9 @@
     <Property Id='INSTALLEDMERCURIALPRODUCTS' Secure='yes'></Property>
     <Property Id='REINSTALLMODE'>amus</Property>
 
+    <!--Auto-accept the license page-->
+    <Property Id='LicenseAccepted'>1</Property>
+
     <Directory Id='TARGETDIR' Name='SourceDir'>
       <Directory Id='ProgramFilesFolder' Name='PFiles'>
         <Directory Id='INSTALLDIR' Name='Mercurial'>