diff options
Diffstat (limited to '')
-rw-r--r-- | src/ext/UI/wixlib/InstallScopeDlg.wxs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ext/UI/wixlib/InstallScopeDlg.wxs b/src/ext/UI/wixlib/InstallScopeDlg.wxs index cfcd1179..858b4a38 100644 --- a/src/ext/UI/wixlib/InstallScopeDlg.wxs +++ b/src/ext/UI/wixlib/InstallScopeDlg.wxs | |||
@@ -6,8 +6,8 @@ | |||
6 | <UI> | 6 | <UI> |
7 | <Dialog Id="InstallScopeDlg" Width="370" Height="270" Title="!(loc.InstallScopeDlg_Title)" KeepModeless="yes"> | 7 | <Dialog Id="InstallScopeDlg" Width="370" Height="270" Title="!(loc.InstallScopeDlg_Title)" KeepModeless="yes"> |
8 | <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="44" TabSkip="no" Text="!(loc.InstallScopeDlgBannerBitmap)" /> | 8 | <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="44" TabSkip="no" Text="!(loc.InstallScopeDlgBannerBitmap)" /> |
9 | <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="370" Height="0" /> | 9 | <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="373" Height="0" /> |
10 | <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" /> | 10 | <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="373" Height="0" /> |
11 | <Control Id="Description" Type="Text" X="25" Y="23" Width="280" Height="20" Transparent="yes" NoPrefix="yes" Text="!(loc.InstallScopeDlgDescription)" /> | 11 | <Control Id="Description" Type="Text" X="25" Y="23" Width="280" Height="20" Transparent="yes" NoPrefix="yes" Text="!(loc.InstallScopeDlgDescription)" /> |
12 | <Control Id="Title" Type="Text" X="15" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes" Text="!(loc.InstallScopeDlgTitle)" /> | 12 | <Control Id="Title" Type="Text" X="15" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes" Text="!(loc.InstallScopeDlgTitle)" /> |
13 | <Control Id="BothScopes" Type="RadioButtonGroup" X="20" Y="55" Width="330" Height="120" Property="WixAppFolder" Hidden="yes" ShowCondition="Privileged AND (!(wix.WixUISupportPerUser) AND !(wix.WixUISupportPerMachine))"> | 13 | <Control Id="BothScopes" Type="RadioButtonGroup" X="20" Y="55" Width="330" Height="120" Property="WixAppFolder" Hidden="yes" ShowCondition="Privileged AND (!(wix.WixUISupportPerUser) AND !(wix.WixUISupportPerMachine))"> |