개정판 5abfdf84
issue #000: 단축아이콘 삭제, 닷넷 설치전 메세지 삭제
Change-Id: I5b99a28ae47416047163cc8ce3be5d0eacf0aac2
MARKUS.wxs | ||
---|---|---|
11 | 11 |
|
12 | 12 |
<Feature Id="ProductFeature" Title="MARKUS" Level="1"> |
13 | 13 |
<ComponentGroupRef Id="MARKUS" /> |
14 |
</Feature> |
|
15 |
|
|
16 |
<PropertyRef Id="WIX_IS_NETFRAMEWORK_461_OR_LATER_INSTALLED"/> |
|
17 |
<Condition Message="This application requires .NET Framework 4.6.1 Please install the .NET Framework then run this installer again."> |
|
18 |
<![CDATA[Installed OR WIX_IS_NETFRAMEWORK_461_OR_LATER_INSTALLED]]> |
|
19 |
</Condition> |
|
14 |
</Feature> |
|
20 | 15 |
|
21 | 16 |
<CustomAction Id="NETFRAMEWORK_461" |
22 | 17 |
Directory="INSTALLFOLDER" |
... | ... | |
41 | 36 |
<Directory Id="TARGETDIR" Name="SourceDir"> |
42 | 37 |
<Directory Id="DesktopFolder" Name="Desktop"> |
43 | 38 |
<Component Id="DesktopShortcut" Guid="DF06024A-95FE-43E2-BDF2-7C686EAF391F" Feature="ProductFeature" Win64='yes'> |
44 |
<RegistryValue Root="HKCU" Key="Software\DOFTECH\MARKUS" Name="installed" Type="integer" Value="1" KeyPath="yes"/> |
|
45 |
<Shortcut Id="DesktopShortcut" |
|
46 |
Directory="DesktopFolder" |
|
47 |
Name="MARKUS" |
|
48 |
Description="PDF Markup Tool" |
|
49 |
Target="[INSTALLFOLDER]KCOM.exe" |
|
50 |
WorkingDirectory="INSTALLFOLDER" /> |
|
39 |
<RegistryValue Root="HKCU" Key="Software\DOFTECH\MARKUS" Name="installed" Type="integer" Value="1" KeyPath="yes"/> |
|
51 | 40 |
<RemoveFolder Id="DesktopFolder" On="uninstall"/> |
52 | 41 |
</Component> |
53 | 42 |
</Directory> |
... | ... | |
59 | 48 |
</Directory> |
60 | 49 |
</Directory> |
61 | 50 |
<Property Id="WIXUI_INSTALLDIR" Value="INSTALLFOLDER" /> |
62 |
<UIRef Id="WixUI_InstallDir"/> |
|
51 |
<UIRef Id="WixUI_InstallDir"/>
|
|
63 | 52 |
|
64 |
<UI> |
|
65 |
<Publish Dialog="ExitDialog" |
|
66 |
Control="Finish" |
|
67 |
Event="DoAction" |
|
68 |
Value="LaunchApplication">WIXUI_EXITDIALOGOPTIONALCHECKBOX = 1 and NOT Installed |
|
69 |
</Publish> |
|
70 |
</UI> |
|
71 |
<Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT" Value="Launch MARKUS" /> |
|
72 |
<Property Id="WixShellExecTarget" Value="[INSTALLFOLDER]KCOM.exe" /> |
|
73 |
<CustomAction Id="LaunchApplication" BinaryKey="WixCA" DllEntry="WixShellExec" Impersonate="yes" /> |
|
74 | 53 |
</Fragment> |
75 | 54 |
|
76 | 55 |
<Fragment> |
내보내기 Unified diff