개정판 061e47a0
issue #000: fixed that open readme.html after installation
Change-Id: I1e3c29308022419733a45d27d3a7251d1e6e1ed5
MARKUS.wxs | ||
---|---|---|
25 | 25 |
<Custom Action='NETFRAMEWORK_461' After='InstallFiles' /> |
26 | 26 |
</InstallExecuteSequence> |
27 | 27 |
|
28 |
<Property Id="IEXPLORER" Value="iexplorer.exe" /> |
|
29 |
<CustomAction Id="LaunchBrowser" Property="IEXPLORER" ExeCommand="[INSTALLFOLDER]readme.html" Return="asyncNoWait" /> |
|
28 |
<Property Id="WixShellExecTarget" Value="[INSTALLFOLDER]readme.html" /> |
|
29 |
<CustomAction Id="LaunchBrowser" |
|
30 |
BinaryKey="WixCA" |
|
31 |
DllEntry="WixShellExec" |
|
32 |
Impersonate="yes" /> |
|
30 | 33 |
<InstallExecuteSequence> |
31 | 34 |
<Custom Action='LaunchBrowser' After='InstallFinalize'>NOT Installed</Custom> |
32 | 35 |
</InstallExecuteSequence> |
MARKUS_daelim.wxs | ||
---|---|---|
25 | 25 |
<Custom Action='NETFRAMEWORK_461' After='InstallFiles' /> |
26 | 26 |
</InstallExecuteSequence> |
27 | 27 |
|
28 |
<Property Id="IEXPLORER" Value="iexplorer.exe" /> |
|
29 |
<CustomAction Id="LaunchBrowser" Property="IEXPLORER" ExeCommand="[INSTALLFOLDER]readme.html" Return="asyncNoWait" /> |
|
28 |
<Property Id="WixShellExecTarget" Value="[INSTALLFOLDER]readme.html" /> |
|
29 |
<CustomAction Id="LaunchBrowser" |
|
30 |
BinaryKey="WixCA" |
|
31 |
DllEntry="WixShellExec" |
|
32 |
Impersonate="yes" /> |
|
30 | 33 |
<InstallExecuteSequence> |
31 | 34 |
<Custom Action='LaunchBrowser' After='InstallFinalize'>NOT Installed</Custom> |
32 | 35 |
</InstallExecuteSequence> |
MARKUS_daelim_test.wxs | ||
---|---|---|
25 | 25 |
<Custom Action='NETFRAMEWORK_461' After='InstallFiles' /> |
26 | 26 |
</InstallExecuteSequence> |
27 | 27 |
|
28 |
<Property Id="IEXPLORER" Value="iexplorer.exe" /> |
|
29 |
<CustomAction Id="LaunchBrowser" Property="IEXPLORER" ExeCommand="[INSTALLFOLDER]readme.html" Return="asyncNoWait" /> |
|
28 |
<Property Id="WixShellExecTarget" Value="[INSTALLFOLDER]readme.html" /> |
|
29 |
<CustomAction Id="LaunchBrowser" |
|
30 |
BinaryKey="WixCA" |
|
31 |
DllEntry="WixShellExec" |
|
32 |
Impersonate="yes" /> |
|
30 | 33 |
<InstallExecuteSequence> |
31 | 34 |
<Custom Action='LaunchBrowser' After='InstallFinalize'>NOT Installed</Custom> |
32 | 35 |
</InstallExecuteSequence> |
MARKUSx86.wxs | ||
---|---|---|
25 | 25 |
<Custom Action='NETFRAMEWORK_461' After='InstallFiles' /> |
26 | 26 |
</InstallExecuteSequence> |
27 | 27 |
|
28 |
<Property Id="IEXPLORER" Value="iexplorer.exe" /> |
|
29 |
<CustomAction Id="LaunchBrowser" Property="IEXPLORER" ExeCommand="[INSTALLFOLDER]readme.html" Return="asyncNoWait" /> |
|
28 |
<Property Id="WixShellExecTarget" Value="[INSTALLFOLDER]readme.html" /> |
|
29 |
<CustomAction Id="LaunchBrowser" |
|
30 |
BinaryKey="WixCA" |
|
31 |
DllEntry="WixShellExec" |
|
32 |
Impersonate="yes" /> |
|
30 | 33 |
<InstallExecuteSequence> |
31 | 34 |
<Custom Action='LaunchBrowser' After='InstallFinalize'>NOT Installed</Custom> |
32 | 35 |
</InstallExecuteSequence> |
내보내기 Unified diff