개정판 415d16c7
wix setup 수정
Change-Id: Ia0f4c490d47afa12cc999b8e28e639a95f3531b8
MARKUS_HyoSung_x64.wxs | ||
---|---|---|
52 | 52 |
</UI> |
53 | 53 |
<Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOX" Value="1"/> |
54 | 54 |
<Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT" Value="Install .Net Framework 4.6.1" /> |
55 |
<Property Id="WixShellExecTarget" Value="[INSTALLFOLDER]NDP461-KB3102438-Web.exe" />
|
|
55 |
<Property Id="WixShellExecTarget" Value="[#fil32BE8515827243CE87971B56055C66F1]" />
|
|
56 | 56 |
<Property Id="NETFRAMEWORK40"> |
57 | 57 |
<RegistrySearch Id="NetFramework40" Root="HKLM" Key="Software\Microsoft\NET Framework Setup\NDP\v4\Full" Name="Release" Type="raw" /> |
58 | 58 |
</Property> |
... | ... | |
298 | 298 |
<Component Id="cmpA7D3E561E3C645CAA87BCDA2052CE853" Directory="INSTALLFOLDER" Guid="2DB66F4F-9E7C-4050-BD2A-D9B825C660C0" Win64="yes"> |
299 | 299 |
<File Id="filCB33C867CDE342B6B09DB17464950739" KeyPath="yes" Source=".\Setup\Log.config" /> |
300 | 300 |
</Component> |
301 |
<Component Id="cmp92F6718F031E4AD2810155492929EE55" Directory="INSTALLFOLDER" Guid="CC6B1FD1-0587-4C56-B2F0-437BFA51B673" Win64="yes"> |
|
302 |
<File Id="fil32BE8515827243CE87971B56055C66F1" KeyPath="yes" Source=".\packages\NDP461-KB3102438-Web.exe" /> |
|
301 |
<Component Id="cmp92F6718F031E4AD2810155492929EE55" Directory="INSTALLFOLDER" Guid="CC6B1FD1-0587-4C56-B2F0-437BFA51B673" Win64="yes">
|
|
302 |
<File Id="fil32BE8515827243CE87971B56055C66F1" Name="fil32BE8515827243CE87971B56055C66F1" KeyPath="yes" Source=".\packages\NDP461-KB3102438-Web.exe" />
|
|
303 | 303 |
</Component> |
304 | 304 |
</ComponentGroup> |
305 | 305 |
</Fragment> |
MARKUS_HyoSung_x86.wxs | ||
---|---|---|
52 | 52 |
</UI> |
53 | 53 |
<Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOX" Value="1"/> |
54 | 54 |
<Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT" Value="Install .Net Framework 4.6.1" /> |
55 |
<Property Id="WixShellExecTarget" Value="[INSTALLFOLDER]NDP461-KB3102438-Web.exe" />
|
|
55 |
<Property Id="WixShellExecTarget" Value="[#fil32BE8515827243CE87971B56055C66F1]" />
|
|
56 | 56 |
<Property Id="NETFRAMEWORK40"> |
57 | 57 |
<RegistrySearch Id="NetFramework40" Root="HKLM" Key="Software\Microsoft\NET Framework Setup\NDP\v4\Full" Name="Release" Type="raw" /> |
58 | 58 |
</Property> |
... | ... | |
299 | 299 |
<File Id="filCB33C867CDE342B6B09DB17464950739" KeyPath="yes" Source=".\Setup\Log.config" /> |
300 | 300 |
</Component> |
301 | 301 |
<Component Id="cmp92F6718F031E4AD2810155492929EE55" Directory="INSTALLFOLDER" Guid="CC6B1FD1-0587-4C56-B2F0-437BFA51B673" Win64="yes"> |
302 |
<File Id="fil32BE8515827243CE87971B56055C66F1" KeyPath="yes" Source=".\packages\NDP461-KB3102438-Web.exe" /> |
|
302 |
<File Id="fil32BE8515827243CE87971B56055C66F1" Name="fil32BE8515827243CE87971B56055C66F1" KeyPath="yes" Source=".\packages\NDP461-KB3102438-Web.exe" />
|
|
303 | 303 |
</Component> |
304 | 304 |
</ComponentGroup> |
305 | 305 |
</Fragment> |
MARKUS_daelim.wxs | ||
---|---|---|
50 | 50 |
</UI> |
51 | 51 |
<Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOX" Value="1"/> |
52 | 52 |
<Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT" Value="Install .Net Framework 4.6.1" /> |
53 |
<Property Id="WixShellExecTarget" Value="[INSTALLFOLDER]NDP461-KB3102438-Web.exe" />
|
|
53 |
<Property Id="WixShellExecTarget" Value="[#fil32BE8515827243CE87971B56055C66F1]" />
|
|
54 | 54 |
<Property Id="NETFRAMEWORK40"> |
55 | 55 |
<RegistrySearch Id="NetFramework40" Root="HKLM" Key="Software\Microsoft\NET Framework Setup\NDP\v4\Full" Name="Release" Type="raw" /> |
56 | 56 |
</Property> |
... | ... | |
73 | 73 |
<DirectoryRef Id="TARGETDIR"> |
74 | 74 |
<Component Id="cmpB2A195FD7387054E641ABB044E70AD31" Guid="CA81C92A-E2BA-4E01-B4A0-6B5E5E5A6C63" KeyPath="yes"> |
75 | 75 |
<RegistryKey Key="KCOM\shell\open\command" Root="HKCR"> |
76 |
<RegistryValue Value=""C:\Program Files\DOFTECH\MARKUS\KCOM.exe" "%1"" Type="string" />
|
|
76 |
<RegistryValue Value="C:\Program Files\DOFTECH\MARKUS\KCOM.exe" Type="string" />
|
|
77 | 77 |
</RegistryKey> |
78 | 78 |
</Component> |
79 | 79 |
</DirectoryRef> |
... | ... | |
297 | 297 |
<File Id="filCB33C867CDE342B6B09DB17464950739" KeyPath="yes" Source=".\Setup\Log.config" /> |
298 | 298 |
</Component> |
299 | 299 |
<Component Id="cmp92F6718F031E4AD2810155492929EE55" Directory="INSTALLFOLDER" Guid="CC6B1FD1-0587-4C56-B2F0-437BFA51B673" Win64="yes"> |
300 |
<File Id="fil32BE8515827243CE87971B56055C66F1" KeyPath="yes" Source=".\packages\NDP461-KB3102438-Web.exe" /> |
|
300 |
<File Id="fil32BE8515827243CE87971B56055C66F1" Name="fil32BE8515827243CE87971B56055C66F1" KeyPath="yes" Source=".\packages\NDP461-KB3102438-Web.exe" />
|
|
301 | 301 |
</Component> |
302 | 302 |
</ComponentGroup> |
303 | 303 |
</Fragment> |
MARKUS_daelim_test.wxs | ||
---|---|---|
51 | 51 |
</UI> |
52 | 52 |
<Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOX" Value="1"/> |
53 | 53 |
<Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT" Value="Install .Net Framework 4.6.1" /> |
54 |
<Property Id="WixShellExecTarget" Value="[INSTALLFOLDER]NDP461-KB3102438-Web.exe" />
|
|
54 |
<Property Id="WixShellExecTarget" Value="[#fil32BE8515827243CE87971B56055C66F1]" />
|
|
55 | 55 |
<Property Id="NETFRAMEWORK40"> |
56 | 56 |
<RegistrySearch Id="NetFramework40" Root="HKLM" Key="Software\Microsoft\NET Framework Setup\NDP\v4\Full" Name="Release" Type="raw" /> |
57 | 57 |
</Property> |
... | ... | |
298 | 298 |
<File Id="filCB33C867CDE342B6B09DB17464950739" KeyPath="yes" Source=".\Setup\Log.config" /> |
299 | 299 |
</Component> |
300 | 300 |
<Component Id="cmp92F6718F031E4AD2810155492929EE55" Directory="INSTALLFOLDER" Guid="CC6B1FD1-0587-4C56-B2F0-437BFA51B673" Win64="yes"> |
301 |
<File Id="fil32BE8515827243CE87971B56055C66F1" KeyPath="yes" Source=".\packages\NDP461-KB3102438-Web.exe" /> |
|
301 |
<File Id="fil32BE8515827243CE87971B56055C66F1" Name="fil32BE8515827243CE87971B56055C66F1" KeyPath="yes" Source=".\packages\NDP461-KB3102438-Web.exe" />
|
|
302 | 302 |
</Component> |
303 | 303 |
</ComponentGroup> |
304 | 304 |
</Fragment> |
MARKUS_pemss.wxs | ||
---|---|---|
50 | 50 |
</UI> |
51 | 51 |
<Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOX" Value="1"/> |
52 | 52 |
<Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT" Value="Install .Net Framework 4.6.1" /> |
53 |
<Property Id="WixShellExecTarget" Value="[INSTALLFOLDER]NDP461-KB3102438-Web.exe" />
|
|
53 |
<Property Id="WixShellExecTarget" Value="[#fil32BE8515827243CE87971B56055C66F1]" />
|
|
54 | 54 |
<Property Id="NETFRAMEWORK40"> |
55 | 55 |
<RegistrySearch Id="NetFramework40" Root="HKLM" Key="Software\Microsoft\NET Framework Setup\NDP\v4\Full" Name="Release" Type="raw" /> |
56 | 56 |
</Property> |
... | ... | |
297 | 297 |
<File Id="filCB33C867CDE342B6B09DB17464950739" KeyPath="yes" Source=".\Setup\Log.config" /> |
298 | 298 |
</Component> |
299 | 299 |
<Component Id="cmp92F6718F031E4AD2810155492929EE55" Directory="INSTALLFOLDER" Guid="CC6B1FD1-0587-4C56-B2F0-437BFA51B673" Win64="yes"> |
300 |
<File Id="fil32BE8515827243CE87971B56055C66F1" KeyPath="yes" Source=".\packages\NDP461-KB3102438-Web.exe" /> |
|
300 |
<File Id="fil32BE8515827243CE87971B56055C66F1" Name="fil32BE8515827243CE87971B56055C66F1" KeyPath="yes" Source=".\packages\NDP461-KB3102438-Web.exe" />
|
|
301 | 301 |
</Component> |
302 | 302 |
</ComponentGroup> |
303 | 303 |
</Fragment> |
MARKUSx86.wxs | ||
---|---|---|
68 | 68 |
<DirectoryRef Id="TARGETDIR"> |
69 | 69 |
<Component Id="cmpB2A195FD7387054E641ABB044E70AD31" Guid="CA81C92A-E2BA-4E01-B4A0-6B5E5E5A6C63" KeyPath="yes"> |
70 | 70 |
<RegistryKey Key="KCOM\shell\open\command" Root="HKCR"> |
71 |
<RegistryValue Value=""C:\Program Files\DOFTECH\MARKUS\KCOM.exe" "%1"" Type="string" />
|
|
71 |
<RegistryValue Value="C:\Program Files\DOFTECH\MARKUS\KCOM.exe" Type="string" />
|
|
72 | 72 |
</RegistryKey> |
73 | 73 |
</Component> |
74 | 74 |
</DirectoryRef> |
내보내기 Unified diff