customBootstrapperTheme.xml 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
  3. <Theme xmlns="http://wixtoolset.org/schemas/v4/thmutil">
  4. <Font Id="0" Height="-12" Weight="500" Foreground="windowtext" Background="window">Segoe UI</Font>
  5. <Font Id="1" Height="-24" Weight="500" Foreground="windowtext">Segoe UI</Font>
  6. <Font Id="2" Height="-22" Weight="500" Foreground="graytext">Segoe UI</Font>
  7. <Font Id="3" Height="-12" Weight="500" Foreground="windowtext" Background="window">Segoe UI</Font>
  8. <Window Width="600" Height="450" HexStyle="100a0000" FontId="0" Caption="#(loc.Caption)" IconFile="Cryptobot.ico">
  9. <Page Name="Help">
  10. <Label X="80" Y="11" Width="-11" Height="32" FontId="1" DisablePrefix="yes">#(loc.Title)</Label>
  11. <ImageControl X="11" Y="11" Width="64" Height="64" ImageFile="logo.png"/>
  12. <Label X="11" Y="80" Width="-11" Height="32" FontId="2" DisablePrefix="yes">#(loc.HelpHeader)</Label>
  13. <Label X="11" Y="121" Width="-11" Height="-35" FontId="3" DisablePrefix="yes">#(loc.HelpText)</Label>
  14. <Button Name="HelpCloseButton" X="-11" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0">
  15. <Text>#(loc.HelpCloseButton)</Text>
  16. <CloseWindowAction />
  17. </Button>
  18. </Page>
  19. <Page Name="Loading">
  20. <Label X="185" Y="50" Width="-11" Height="30" FontId="2" DisablePrefix="yes" Visible="no" Name="CheckingForUpdatesLabel" />
  21. </Page>
  22. <Page Name="Install">
  23. <ImageControl X="11" Y="11" Width="165" Height="400" ImageFile="logoside.png"/>
  24. <Label X="185" Y="11" Width="-11" Height="32" FontId="2" DisablePrefix="yes">#(loc.InstallHeader)</Label>
  25. <Label X="185" Y="50" Width="-11" Height="64" FontId="3" DisablePrefix="yes">
  26. <Text Condition="WixStdBASuppressOptionsUI">#(loc.InstallMessage)</Text>
  27. <Text Condition="NOT WixStdBASuppressOptionsUI">#(loc.InstallMessageOptions)</Text>
  28. </Label>
  29. <Richedit Name="EulaRichedit" X="185" Y="91" Width="-12" Height="-64" HexStyle="0x00800000" TabStop="yes" FontId="0" />
  30. <Checkbox Name="EulaAcceptCheckbox" X="185" Y="-39" Width="-11" Height="17" TabStop="yes" FontId="3" HideWhenDisabled="yes">#(loc.InstallAcceptCheckbox)</Checkbox>
  31. <Label Name="InstallVersion" X="11" Y="-11" Width="165" Height="17" FontId="3" DisablePrefix="yes" VisibleCondition="WixStdBAShowVersion">#(loc.InstallVersion)</Label>
  32. <Button Name="InstallUpdateButton" X="11" Y="-11" Width="200" Height="23" TabStop="yes" FontId="0" EnableCondition="WixStdBAUpdateAvailable" HideWhenDisabled="yes">#(loc.UpdateButton)</Button>
  33. <Button Name="OptionsButton" X="-171" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0" VisibleCondition="NOT WixStdBASuppressOptionsUI">
  34. <Text>#(loc.InstallOptionsButton)</Text>
  35. <ChangePageAction Page="Options" />
  36. </Button>
  37. <Button Name="InstallButton" X="-91" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0">#(loc.InstallInstallButton)</Button>
  38. <Button Name="InstallCancelButton" X="-11" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0">
  39. <Text>#(loc.InstallCancelButton)</Text>
  40. <CloseWindowAction />
  41. </Button>
  42. </Page>
  43. <Page Name="Options">
  44. <Label X="80" Y="11" Width="-11" Height="32" FontId="1" DisablePrefix="yes">#(loc.Title)</Label>
  45. <ImageControl X="11" Y="11" Width="64" Height="64" ImageFile="logo.png"/>
  46. <Label X="11" Y="80" Width="-11" Height="30" FontId="2" DisablePrefix="yes">#(loc.OptionsHeader)</Label>
  47. <Label X="11" Y="121" Width="-11" Height="17" FontId="3">#(loc.OptionsLocationLabel)</Label>
  48. <Editbox Name="InstallFolder" X="11" Y="143" Width="-91" Height="21" TabStop="yes" FontId="3" FileSystemAutoComplete="yes" />
  49. <Button Name="BrowseButton" X="-11" Y="142" Width="75" Height="23" TabStop="yes" FontId="3">
  50. <Text>#(loc.OptionsBrowseButton)</Text>
  51. <BrowseDirectoryAction VariableName="InstallFolder" />
  52. </Button>
  53. <Button Name="OptionsOkButton" X="-91" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0">
  54. <Text>#(loc.OptionsOkButton)</Text>
  55. <ChangePageAction Page="Install" />
  56. </Button>
  57. <Button Name="OptionsCancelButton" X="-11" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0">
  58. <Text>#(loc.OptionsCancelButton)</Text>
  59. <ChangePageAction Page="Install" Cancel="yes" />
  60. </Button>
  61. </Page>
  62. <Page Name="Progress">
  63. <Label X="80" Y="11" Width="-11" Height="32" FontId="1" DisablePrefix="yes">#(loc.Title)</Label>
  64. <ImageControl X="11" Y="11" Width="64" Height="64" ImageFile="logo.png"/>
  65. <Label X="11" Y="80" Width="-11" Height="30" FontId="2" DisablePrefix="yes">#(loc.ProgressHeader)</Label>
  66. <Label X="11" Y="141" Width="70" Height="17" FontId="3" DisablePrefix="yes">#(loc.ProgressLabel)</Label>
  67. <Label Name="OverallProgressPackageText" X="85" Y="141" Width="-11" Height="17" FontId="3" DisablePrefix="yes">#(loc.OverallProgressPackageText)</Label>
  68. <Progressbar Name="OverallCalculatedProgressbar" X="11" Y="163" Width="-11" Height="20" />
  69. <Button Name="ProgressCancelButton" X="-11" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0">#(loc.ProgressCancelButton)</Button>
  70. </Page>
  71. <Page Name="Modify">
  72. <ImageControl X="11" Y="11" Width="165" Height="400" ImageFile="logoside.png"/>
  73. <Label X="185" Y="11" Width="-11" Height="32" FontId="2" DisablePrefix="yes">#(loc.ModifyHeader)</Label>
  74. <Label Name="InstallVersion" X="11" Y="-11" Width="-11" Height="17" FontId="3" DisablePrefix="yes" VisibleCondition="WixStdBAShowVersion">#(loc.InstallVersion)</Label>
  75. <Button Name="ModifyUpdateButton" X="11" Y="-11" Width="200" Height="23" TabStop="yes" FontId="0" EnableCondition="WixStdBAUpdateAvailable" HideWhenDisabled="yes">#(loc.UpdateButton)</Button>
  76. <Button Name="RepairButton" X="-171" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0" HideWhenDisabled="yes">#(loc.ModifyRepairButton)</Button>
  77. <Button Name="UninstallButton" X="-91" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0">#(loc.ModifyUninstallButton)</Button>
  78. <Button Name="ModifyCancelButton" X="-11" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0">
  79. <Text>#(loc.ModifyCancelButton)</Text>
  80. <CloseWindowAction />
  81. </Button>
  82. </Page>
  83. <Page Name="Success">
  84. <ImageControl X="11" Y="11" Width="165" Height="400" ImageFile="logoside.png"/>
  85. <Label X="185" Y="11" Width="-11" Height="32" FontId="2" DisablePrefix="yes">
  86. <Text>#(loc.SuccessHeader)</Text>
  87. <Text Condition="WixBundleAction = 2">#(loc.SuccessLayoutHeader)</Text>
  88. <Text Condition="WixBundleAction = 3">#(loc.SuccessUnsafeUninstallHeader)</Text>
  89. <Text Condition="WixBundleAction = 4">#(loc.SuccessUninstallHeader)</Text>
  90. <Text Condition="WixBundleAction = 5">#(loc.SuccessCacheHeader)</Text>
  91. <Text Condition="WixBundleAction = 6">#(loc.SuccessInstallHeader)</Text>
  92. <Text Condition="WixBundleAction = 7">#(loc.SuccessModifyHeader)</Text>
  93. <Text Condition="WixBundleAction = 8">#(loc.SuccessRepairHeader)</Text>
  94. </Label>
  95. <Button Name="LaunchButton" X="-91" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0" HideWhenDisabled="yes">#(loc.SuccessLaunchButton)</Button>
  96. <Label X="185" Y="-51" Width="400" Height="34" FontId="3" DisablePrefix="yes" VisibleCondition="WixStdBARestartRequired">
  97. <Text>#(loc.SuccessRestartText)</Text>
  98. <Text Condition="WixBundleAction = 3">#(loc.SuccessUninstallRestartText)</Text>
  99. </Label>
  100. <Label Name="InstallVersion" X="11" Y="-11" Width="165" Height="17" FontId="3" DisablePrefix="yes" VisibleCondition="WixStdBAShowVersion">#(loc.InstallVersion)</Label>
  101. <Button Name="SuccessRestartButton" X="-91" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0" HideWhenDisabled="yes">#(loc.SuccessRestartButton)</Button>
  102. <Button Name="SuccessCloseButton" X="-11" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0">
  103. <Text>#(loc.SuccessCloseButton)</Text>
  104. <CloseWindowAction />
  105. </Button>
  106. </Page>
  107. <Page Name="Failure">
  108. <ImageControl X="11" Y="11" Width="165" Height="400" ImageFile="logoside.png"/>
  109. <Label X="185" Y="11" Width="-11" Height="32" FontId="2" DisablePrefix="yes">
  110. <Text>#(loc.FailureHeader)</Text>
  111. <Text Condition="WixBundleAction = 2">#(loc.FailureLayoutHeader)</Text>
  112. <Text Condition="WixBundleAction = 3">#(loc.FailureUnsafeUninstallHeader)</Text>
  113. <Text Condition="WixBundleAction = 4">#(loc.FailureUninstallHeader)</Text>
  114. <Text Condition="WixBundleAction = 5">#(loc.FailureCacheHeader)</Text>
  115. <Text Condition="WixBundleAction = 6">#(loc.FailureInstallHeader)</Text>
  116. <Text Condition="WixBundleAction = 7">#(loc.FailureModifyHeader)</Text>
  117. <Text Condition="WixBundleAction = 8">#(loc.FailureRepairHeader)</Text>
  118. </Label>
  119. <Hypertext Name="FailureLogFileLink" X="185" Y="121" Width="-11" Height="68" FontId="3" TabStop="yes" HideWhenDisabled="yes">#(loc.FailureHyperlinkLogText)</Hypertext>
  120. <Hypertext Name="FailureMessageText" X="185" Y="-115" Width="-11" Height="80" FontId="3" TabStop="yes" HideWhenDisabled="yes" />
  121. <Label Name="InstallVersion" X="11" Y="-11" Width="165" Height="17" FontId="3" DisablePrefix="yes" VisibleCondition="WixStdBAShowVersion">#(loc.InstallVersion)</Label>
  122. <Label X="185" Y="-57" Width="-11" Height="80" FontId="3" DisablePrefix="yes" VisibleCondition="WixStdBARestartRequired">#(loc.FailureRestartText)</Label>
  123. <Button Name="FailureRestartButton" X="-91" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0" HideWhenDisabled="yes">#(loc.FailureRestartButton)</Button>
  124. <Button Name="FailureCloseButton" X="-11" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0">
  125. <Text>#(loc.FailureCloseButton)</Text>
  126. <CloseWindowAction />
  127. </Button>
  128. </Page>
  129. </Window>
  130. </Theme>