Skip to content
Snippets Groups Projects
Select Git revision
  • c7588a53e1a051abda9fd14ae5a19f41dae37df6
  • master default protected
  • release/202005
  • release/202001
  • release/201912
  • release/201911
  • release/201910
  • release/201908
  • release/201906
  • release/201905
  • release/201904
  • release/201903
  • release/201902
  • release/201901
  • release/201812
  • release/201811
  • release/201808
  • releases/beta1
  • packaging
  • native
  • release-0.2.x
  • 1.0.0
  • 0.2.0
  • 0.1.1
  • 0.1.0
25 results

Localization.wxl

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Localization.wxl 468 B
    <?xml version="1.0" encoding="utf-8"?>
    <WixLocalization Culture="en-us"
        xmlns="http://schemas.microsoft.com/wix/2006/localization">
        <String Id="AdvancedWelcomeEulaDlgDescriptionPerMachine">By installing this software you agree to the terms in the license agreement</String>
        <UI Dialog="ExitDialog" Control="OptionalCheckBox" Width="10" Height="10" X="135" Y="110" />
        <UI Dialog="ExitDialog" Control="OptionalText" X="150" Y="110" />
    </WixLocalization>