개정판 ef8c5fc4
issue #000: daelim wxs 수정
Change-Id: I0eecad8a0ac6e61ed56a8280ddad9dbd30b29a94
MARKUSx86.wxs | ||
---|---|---|
13 | 13 |
<ComponentGroupRef Id="MARKUS" /> |
14 | 14 |
</Feature> |
15 | 15 |
|
16 |
<CustomAction Id="NETFRAMEWORK_461" |
|
17 |
Directory="INSTALLFOLDER" |
|
18 |
ExeCommand=""[INSTALLFOLDER]NDP461-KB3102438-Web.exe" /norestart" /passive" /showrumi" /ChainingPackage" Contoso" |
|
19 |
Execute="commit" |
|
20 |
Return="asyncNoWait" |
|
21 |
Impersonate="no" |
|
22 |
/> |
|
23 |
|
|
24 |
<InstallExecuteSequence> |
|
25 |
<Custom Action='NETFRAMEWORK_461' After='InstallFiles' /> |
|
26 |
</InstallExecuteSequence> |
|
27 |
|
|
16 | 28 |
<Property Id="NOTEPAD" Value="notepad.exe" /> |
17 | 29 |
<CustomAction Id="LaunchFile" Property="NOTEPAD" ExeCommand="[INSTALLFOLDER]readme.txt" Return="asyncNoWait" /> |
18 | 30 |
<InstallExecuteSequence> |
내보내기 Unified diff