comparison 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
comparison
equal deleted inserted replaced
10609:5ee3faa7c563 10610:eea2db5f56ba
34 <Property Id='ARPHELPTELEPHONE'>http://mercurial.selenic.com/wiki/Support</Property> 34 <Property Id='ARPHELPTELEPHONE'>http://mercurial.selenic.com/wiki/Support</Property>
35 <Property Id='ARPPRODUCTICON'>hgIcon.ico</Property> 35 <Property Id='ARPPRODUCTICON'>hgIcon.ico</Property>
36 36
37 <Property Id='INSTALLEDMERCURIALPRODUCTS' Secure='yes'></Property> 37 <Property Id='INSTALLEDMERCURIALPRODUCTS' Secure='yes'></Property>
38 <Property Id='REINSTALLMODE'>amus</Property> 38 <Property Id='REINSTALLMODE'>amus</Property>
39
40 <!--Auto-accept the license page-->
41 <Property Id='LicenseAccepted'>1</Property>
39 42
40 <Directory Id='TARGETDIR' Name='SourceDir'> 43 <Directory Id='TARGETDIR' Name='SourceDir'>
41 <Directory Id='ProgramFilesFolder' Name='PFiles'> 44 <Directory Id='ProgramFilesFolder' Name='PFiles'>
42 <Directory Id='INSTALLDIR' Name='Mercurial'> 45 <Directory Id='INSTALLDIR' Name='Mercurial'>
43 <Component Id='MainExecutable' Guid='$(var.ComponentMainExecutableGUID)'> 46 <Component Id='MainExecutable' Guid='$(var.ComponentMainExecutableGUID)'>