개정판 d4f9066f
issue #000: fixed that open readme.html after installation
Change-Id: I68e82bc2398df3923bd6969bb9e3f6c3fb165ce7
MARKUSx86.wxs | ||
---|---|---|
25 | 25 |
<Custom Action='NETFRAMEWORK_461' After='InstallFiles' /> |
26 | 26 |
</InstallExecuteSequence> |
27 | 27 |
|
28 |
<Property Id="NOTEPAD" Value="notepad.exe" />
|
|
29 |
<CustomAction Id="LaunchFile" Property="NOTEPAD" ExeCommand="[INSTALLFOLDER]readme.html" Return="asyncNoWait" />
|
|
28 |
<Property Id="IEXPLORER" Value="iexplorer.exe" />
|
|
29 |
<CustomAction Id="LaunchBrowser" Property="IEXPLORER" ExeCommand="[INSTALLFOLDER]readme.html" Return="asyncNoWait" />
|
|
30 | 30 |
<InstallExecuteSequence> |
31 |
<Custom Action='LaunchFile' After='InstallFinalize'>NOT Installed</Custom>
|
|
31 |
<Custom Action='LaunchBrowser' After='InstallFinalize'>NOT Installed</Custom>
|
|
32 | 32 |
</InstallExecuteSequence> |
33 | 33 |
</Product> |
34 | 34 |
|
내보내기 Unified diff