개정판 e4357f18
issue #000: wxs modify
Change-Id: Ie33387cfcad8aaac502da80295406fe338699707
MARKUS.wxs | ||
---|---|---|
19 | 19 |
</Property> |
20 | 20 |
<CustomAction Id="SetFX461" Property="WixShellExecTarget" Value="http://go.microsoft.com/fwlink/?LinkId=671743" /> |
21 | 21 |
|
22 |
<Dialog Id="NetFRWDlg" Width="260" Height="95" Title="[ProductName] Installation" NoMinimize="yes"> |
|
23 |
|
|
24 |
<Control Id="Text" Type="Text" X="48" Y="15" Width="194" Height="40"> |
|
25 |
<Text>This setup requires the .NET Framework version 4.6.1 Please install the .NET Framework and run this setup again. The .NET Framework can be obtained from the web. Would you like to do this now?</Text> |
|
26 |
</Control> |
|
27 |
|
|
28 |
<Control Id="YesButton" Type="PushButton" X="72" Y="67" Width="56" Height="17" Default="yes" Cancel="yes" Text="[ButtonText_Yes]"> |
|
29 |
<Publish Event="DoAction" Value="NetFRWDlg" Order="1">1</Publish> |
|
30 |
<Publish Event="DoAction" Value="LaunchBrowser" Order="2">1</Publish> |
|
31 |
<Publish Event="EndDialog" Value="Exit" Order="3">1</Publish> |
|
32 |
</Control> |
|
33 |
|
|
34 |
<Control Id="NoButton" Type="PushButton" X="132" Y="67" Width="56" Height="17" Default="no" Cancel="yes" Text="[ButtonText_No]"> |
|
35 |
<Publish Event="EndDialog" Value="Exit">1</Publish> |
|
36 |
</Control> |
|
37 |
|
|
38 |
<Control Id="Icon" Type="Icon" X="15" Y="15" Width="24" Height="24" ToolTip="Information icon" FixedSize="yes" IconSize="32" Text="[WarningIcon]" /> |
|
39 |
</Dialog> |
|
40 |
|
|
41 |
<InstallUISequence> |
|
42 |
<Show Dialog="NetFRWDlg" After="AppSearch"> |
|
43 |
(NOT Installed) AND (NOT NETFRAMEWORK40) |
|
44 |
</Show> |
|
45 |
</InstallUISequence> |
|
46 |
<CustomAction Id="LaunchBrowser" |
|
22 |
<CustomAction Id="LaunchBrowser" |
|
47 | 23 |
BinaryKey="WixCA" |
48 | 24 |
DllEntry="WixShellExec" |
49 | 25 |
Impersonate="yes" /> |
... | ... | |
69 | 45 |
</Directory> |
70 | 46 |
<Property Id="WIXUI_INSTALLDIR" Value="INSTALLFOLDER" /> |
71 | 47 |
<UIRef Id="WixUI_InstallDir"/> |
72 |
|
|
48 |
<UI> |
|
49 |
<Dialog Id="NetFRWDlg" Width="260" Height="95" Title="[ProductName] Installation" NoMinimize="yes"> |
|
50 |
|
|
51 |
<Control Id="Text" Type="Text" X="48" Y="15" Width="194" Height="40"> |
|
52 |
<Text>This setup requires the .NET Framework version 4.6.1 Please install the .NET Framework and run this setup again. The .NET Framework can be obtained from the web. Would you like to do this now?</Text> |
|
53 |
</Control> |
|
54 |
|
|
55 |
<Control Id="YesButton" Type="PushButton" X="72" Y="67" Width="56" Height="17" Default="yes" Cancel="yes" Text="[ButtonText_Yes]"> |
|
56 |
<Publish Event="DoAction" Value="NetFRWDlg" Order="1">1</Publish> |
|
57 |
<Publish Event="DoAction" Value="LaunchBrowser" Order="2">1</Publish> |
|
58 |
<Publish Event="EndDialog" Value="Exit" Order="3">1</Publish> |
|
59 |
</Control> |
|
60 |
|
|
61 |
<Control Id="NoButton" Type="PushButton" X="132" Y="67" Width="56" Height="17" Default="no" Cancel="yes" Text="[ButtonText_No]"> |
|
62 |
<Publish Event="EndDialog" Value="Exit">1</Publish> |
|
63 |
</Control> |
|
64 |
|
|
65 |
<Control Id="Icon" Type="Icon" X="15" Y="15" Width="24" Height="24" ToolTip="Information icon" FixedSize="yes" IconSize="32" Text="[WarningIcon]" /> |
|
66 |
</Dialog> |
|
67 |
|
|
68 |
<InstallUISequence> |
|
69 |
<Show Dialog="NetFRWDlg" After="AppSearch"> |
|
70 |
(NOT Installed) AND (NOT NETFRAMEWORK40) |
|
71 |
</Show> |
|
72 |
</InstallUISequence> |
|
73 |
</UI> |
|
73 | 74 |
</Fragment> |
74 | 75 |
|
75 | 76 |
<Fragment> |
내보내기 Unified diff