개정판 3de399ee
issue #000: open readme.html after installation
Change-Id: If85f08ce48c6790369d13cd1a4be504728e1c678
MARKUS.wxs | ||
---|---|---|
26 | 26 |
</InstallExecuteSequence> |
27 | 27 |
|
28 | 28 |
<Property Id="NOTEPAD" Value="notepad.exe" /> |
29 |
<CustomAction Id="LaunchFile" Property="NOTEPAD" ExeCommand="[INSTALLFOLDER]readme.txt" Return="asyncNoWait" />
|
|
29 |
<CustomAction Id="LaunchFile" Property="NOTEPAD" ExeCommand="[INSTALLFOLDER]readme.html" Return="asyncNoWait" />
|
|
30 | 30 |
<InstallExecuteSequence> |
31 | 31 |
<Custom Action='LaunchFile' After='InstallFinalize'>NOT Installed</Custom> |
32 | 32 |
</InstallExecuteSequence> |
... | ... | |
150 | 150 |
<File Id="filDBD3D396B7182945BD91EEFC05F44BB9" KeyPath="yes" Source=".\Setup\KCOM.exe" /> |
151 | 151 |
</Component> |
152 | 152 |
<Component Id="cmp8234C30B57CA4022B9BA108719FDF848" Directory="INSTALLFOLDER" Guid="3E2E60BB-3122-40F5-9A76-BDCF3F88D522" Win64='yes'> |
153 |
<File Id="fil275D1AADC07745DA9912353B6B5FC53F" KeyPath="yes" Source=".\readme.txt" />
|
|
153 |
<File Id="fil275D1AADC07745DA9912353B6B5FC53F" KeyPath="yes" Source=".\readme.html" />
|
|
154 | 154 |
</Component> |
155 | 155 |
<Component Id="cmp92F6718F031E4AD2810155492929EE55" Directory="INSTALLFOLDER" Guid="CC6B1FD1-0587-4C56-B2F0-437BFA51B673" Win64='yes'> |
156 | 156 |
<File Id="fil32BE8515827243CE87971B56055C66F1" KeyPath="yes" Source=".\packages\NDP461-KB3102438-Web.exe" /> |
MARKUS_daelim.wxs | ||
---|---|---|
26 | 26 |
</InstallExecuteSequence> |
27 | 27 |
|
28 | 28 |
<Property Id="NOTEPAD" Value="notepad.exe" /> |
29 |
<CustomAction Id="LaunchFile" Property="NOTEPAD" ExeCommand="[INSTALLFOLDER]readme.txt" Return="asyncNoWait" />
|
|
29 |
<CustomAction Id="LaunchFile" Property="NOTEPAD" ExeCommand="[INSTALLFOLDER]readme.html" Return="asyncNoWait" />
|
|
30 | 30 |
<InstallExecuteSequence> |
31 | 31 |
<Custom Action='LaunchFile' After='InstallFinalize'>NOT Installed</Custom> |
32 | 32 |
</InstallExecuteSequence> |
... | ... | |
150 | 150 |
<File Id="filDBD3D396B7182945BD91EEFC05F44BB9" KeyPath="yes" Source=".\Setup\KCOM.exe" /> |
151 | 151 |
</Component> |
152 | 152 |
<Component Id="cmp8234C30B57CA4022B9BA108719FDF848" Directory="INSTALLFOLDER" Guid="3E2E60BB-3122-40F5-9A76-BDCF3F88D522" Win64='yes'> |
153 |
<File Id="fil275D1AADC07745DA9912353B6B5FC53F" KeyPath="yes" Source=".\readme.txt" />
|
|
153 |
<File Id="fil275D1AADC07745DA9912353B6B5FC53F" KeyPath="yes" Source=".\readme.html" />
|
|
154 | 154 |
</Component> |
155 | 155 |
<Component Id="cmp92F6718F031E4AD2810155492929EE55" Directory="INSTALLFOLDER" Guid="CC6B1FD1-0587-4C56-B2F0-437BFA51B673" Win64='yes'> |
156 | 156 |
<File Id="fil32BE8515827243CE87971B56055C66F1" KeyPath="yes" Source=".\packages\NDP461-KB3102438-Web.exe" /> |
MARKUS_daelim_test.wxs | ||
---|---|---|
26 | 26 |
</InstallExecuteSequence> |
27 | 27 |
|
28 | 28 |
<Property Id="NOTEPAD" Value="notepad.exe" /> |
29 |
<CustomAction Id="LaunchFile" Property="NOTEPAD" ExeCommand="[INSTALLFOLDER]readme.txt" Return="asyncNoWait" />
|
|
29 |
<CustomAction Id="LaunchFile" Property="NOTEPAD" ExeCommand="[INSTALLFOLDER]readme.html" Return="asyncNoWait" />
|
|
30 | 30 |
<InstallExecuteSequence> |
31 | 31 |
<Custom Action='LaunchFile' After='InstallFinalize'>NOT Installed</Custom> |
32 | 32 |
</InstallExecuteSequence> |
... | ... | |
150 | 150 |
<File Id="filDBD3D396B7182945BD91EEFC05F44BB9" KeyPath="yes" Source=".\Setup\KCOM.exe" /> |
151 | 151 |
</Component> |
152 | 152 |
<Component Id="cmp8234C30B57CA4022B9BA108719FDF848" Directory="INSTALLFOLDER" Guid="3E2E60BB-3122-40F5-9A76-BDCF3F88D522" Win64='yes'> |
153 |
<File Id="fil275D1AADC07745DA9912353B6B5FC53F" KeyPath="yes" Source=".\readme.txt" />
|
|
153 |
<File Id="fil275D1AADC07745DA9912353B6B5FC53F" KeyPath="yes" Source=".\readme.html" />
|
|
154 | 154 |
</Component> |
155 | 155 |
<Component Id="cmp92F6718F031E4AD2810155492929EE55" Directory="INSTALLFOLDER" Guid="CC6B1FD1-0587-4C56-B2F0-437BFA51B673" Win64='yes'> |
156 | 156 |
<File Id="fil32BE8515827243CE87971B56055C66F1" KeyPath="yes" Source=".\packages\NDP461-KB3102438-Web.exe" /> |
MARKUSx86.wxs | ||
---|---|---|
26 | 26 |
</InstallExecuteSequence> |
27 | 27 |
|
28 | 28 |
<Property Id="NOTEPAD" Value="notepad.exe" /> |
29 |
<CustomAction Id="LaunchFile" Property="NOTEPAD" ExeCommand="[INSTALLFOLDER]readme.txt" Return="asyncNoWait" />
|
|
29 |
<CustomAction Id="LaunchFile" Property="NOTEPAD" ExeCommand="[INSTALLFOLDER]readme.html" Return="asyncNoWait" />
|
|
30 | 30 |
<InstallExecuteSequence> |
31 | 31 |
<Custom Action='LaunchFile' After='InstallFinalize'>NOT Installed</Custom> |
32 | 32 |
</InstallExecuteSequence> |
... | ... | |
151 | 151 |
<File Id="filDBD3D396B7182945BD91EEFC05F44BB9" KeyPath="yes" Source=".\Setupx86\KCOM.exe" /> |
152 | 152 |
</Component> |
153 | 153 |
<Component Id="cmp8234C30B57CA4022B9BA108719FDF848" Directory="INSTALLFOLDER" Guid="3E2E60BB-3122-40F5-9A76-BDCF3F88D522" > |
154 |
<File Id="fil275D1AADC07745DA9912353B6B5FC53F" KeyPath="yes" Source=".\readme.txt" />
|
|
154 |
<File Id="fil275D1AADC07745DA9912353B6B5FC53F" KeyPath="yes" Source=".\readme.html" />
|
|
155 | 155 |
</Component> |
156 | 156 |
<Component Id="cmp008EC7C4B15BA79DEC806A9852526EF9" Directory="INSTALLFOLDER" Guid="B4829BEF-7376-4039-8E1D-8A46D257F4AF" > |
157 | 157 |
<File Id="filD7A7D725F3C20E26B1A149EAABD9323C" KeyPath="yes" Source=".\Setupx86\KCOM.exe.config" /> |
readme.html | ||
---|---|---|
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> |
|
2 |
<html> |
|
3 |
<head> |
|
4 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
|
5 |
<STYLE type="text/css"> |
|
6 |
BODY, TABLE, TD, TH, P { |
|
7 |
font-family: Calibri, Verdana, Helvetica, sans serif; |
|
8 |
font-size: 12px; |
|
9 |
color: black; |
|
10 |
} |
|
11 |
.console { |
|
12 |
font-family: Courier New; |
|
13 |
} |
|
14 |
.filesChanged { |
|
15 |
width: 10%; |
|
16 |
padding-left: 10px; |
|
17 |
} |
|
18 |
.section { |
|
19 |
width: 100%; |
|
20 |
border: thin black dotted; |
|
21 |
} |
|
22 |
.td-title-main { |
|
23 |
color: white; |
|
24 |
font-size: 200%; |
|
25 |
padding-left: 5px; |
|
26 |
font-weight: bold; |
|
27 |
} |
|
28 |
.td-title { |
|
29 |
color: white; |
|
30 |
font-size: 120%; |
|
31 |
font-weight: bold; |
|
32 |
padding-left: 5px; |
|
33 |
text-transform: uppercase; |
|
34 |
} |
|
35 |
.td-title-tests { |
|
36 |
font-weight: bold; |
|
37 |
font-size: 120%; |
|
38 |
} |
|
39 |
.td-header-maven-module { |
|
40 |
font-weight: bold; |
|
41 |
font-size: 120%; |
|
42 |
} |
|
43 |
.td-maven-artifact { |
|
44 |
padding-left: 5px; |
|
45 |
} |
|
46 |
.tr-title { |
|
47 |
background-color: <%= (build.result == null || build.result.toString() == 'SUCCESS') ? '#27AE60' : build.result.toString() == 'FAILURE' ? '#E74C3C' : '#f4e242' %>; |
|
48 |
} |
|
49 |
.test { |
|
50 |
padding-left: 20px; |
|
51 |
} |
|
52 |
.test-fixed { |
|
53 |
color: #27AE60; |
|
54 |
} |
|
55 |
.test-failed { |
|
56 |
color: #E74C3C; |
|
57 |
} |
|
58 |
</STYLE> |
|
59 |
</head> |
|
60 |
<BODY> |
|
61 |
<table width=100% style="border:1px dotted"> |
|
62 |
<tr bgcolor='#27AE60' > |
|
63 |
<td style="padding-left: 5px; font-weight: bold;" colspan=2> |
|
64 |
<font color="white" size="5"> MARKUS 2.0 </font> |
|
65 |
</td> |
|
66 |
</tr> |
|
67 |
</table> |
|
68 |
<br/> |
|
69 |
|
|
70 |
<!-- CHANGE SET --> |
|
71 |
<table width=100% style="border:1px dotted"> |
|
72 |
<tr bgcolor='#27AE60' > |
|
73 |
<td style="padding-left: 5px; font-weight: bold;" colspan="2"><font color="white" size="3">CHANGES</font></td> |
|
74 |
</tr> |
|
75 |
<tr> |
|
76 |
<td style="tr-title" colspan="2"> |
|
77 |
<B>[2019.07.09]</B> |
|
78 |
</td> |
|
79 |
</tr> |
|
80 |
<tr> |
|
81 |
<td class="filesChanged">#1127</td><td>텍스트 박스의 캐럿이 사라지는 현상 수정</td> |
|
82 |
</tr> |
|
83 |
<tr> |
|
84 |
<td class="filesChanged">#1125</td><td>[Merged PDF]Approve Stamp Color 오류 수정</td> |
|
85 |
</tr> |
|
86 |
<tr> |
|
87 |
<td class="filesChanged">#1120</td><td>Comment가 존재하는 페이지만 Commented Page에 보이도록 수정</td> |
|
88 |
</tr> |
|
89 |
<tr> |
|
90 |
<td class="filesChanged">#1115</td><td>[Merged PDF]변환 로직 수정(성공률 향상)</td> |
|
91 |
</tr> |
|
92 |
<tr> |
|
93 |
<td class="filesChanged">#1001</td><td>썸네일 크기 변경 가능하도록 수정</td> |
|
94 |
</tr> |
|
95 |
<tr> |
|
96 |
<tr> |
|
97 |
<td class="filesChanged">#937</td><td>화살표 키로 컨트롤을 이동하도록 수정</td> |
|
98 |
</tr> |
|
99 |
<td class="filesChanged">#937</td><td>[Merged PDF]텍스트 크기 및 위치 개선</td> |
|
100 |
</tr> |
|
101 |
<tr> |
|
102 |
<td class="filesChanged">#936</td><td>컨버팅 서비스 고도화</td> |
|
103 |
</tr> |
|
104 |
<tr> |
|
105 |
<td class="filesChanged">#923</td><td>사용자 리스트 삭제 시 사용자 확인을 받도록 수정</td> |
|
106 |
</tr> |
|
107 |
<tr> |
|
108 |
<td class="filesChanged">#660</td><td>SmartUpdate 기능 수정(프로그램 종료시 업데이트하도록 수정)</td> |
|
109 |
</tr> |
|
110 |
<tr> |
|
111 |
<td class="filesChanged">#000</td><td>TextBox 컨트롤의 텍스트가 초기화되는 현상 수정</td> |
|
112 |
</tr> |
|
113 |
<tr> |
|
114 |
<td class="filesChanged">#000</td><td>이미지를 축소했을때 흐릿하게 보이는 현상 개선</td> |
|
115 |
</tr> |
|
116 |
<tr> |
|
117 |
<td class="filesChanged">#000</td><td>페이지 이동 속도 개선</td> |
|
118 |
</tr> |
|
119 |
<tr> |
|
120 |
<td class="filesChanged">#000</td><td>Comment 작업시 포커스를 잃어버리는 현상 개선</td> |
|
121 |
</tr> |
|
122 |
<tr> |
|
123 |
<td class="filesChanged">#000</td><td>통합 설치 파일(외부/내부 따로 설치할 필요 없음)</td> |
|
124 |
</tr> |
|
125 |
</table> |
|
126 |
<br/> |
|
127 |
</BODY> |
|
128 |
</html> |
내보내기 Unified diff