Skip to content

Commit 1053b25

Browse files
committed
Naming updates.
1 parent 76ea9b6 commit 1053b25

File tree

2 files changed

+29
-29
lines changed

2 files changed

+29
-29
lines changed

devcppmingw64.nsi

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Section "Embarcadero Dev-C++ program files (required)" SectionMain
9696
WriteUninstaller "$INSTDIR\uninstall.exe"
9797

9898
# registering into windows reg (regedit)
99-
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Embarcadero Dev-Cpp" "DisplayName" "Dev-C++"
99+
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Embarcadero Dev-Cpp" "DisplayName" "Embarcadero Dev-C++"
100100
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Embarcadero Dev-Cpp" "UninstallString" "$INSTDIR\uninstall.exe"
101101
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Embarcadero Dev-Cpp" "DisplayVersion" "${DEVCPP_VERSION}"
102102
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Embarcadero Dev-Cpp" "DisplayIcon" "$INSTDIR\devcpp.exe"
@@ -149,9 +149,9 @@ SectionEnd
149149

150150
####################################################################
151151
# File association
152-
SubSection "Associate C and C++ files to Dev-C++" SectionAssocs
152+
SubSection "Associate C and C++ files to Embarcadero Dev-C++" SectionAssocs
153153

154-
Section "Associate .dev files to Dev-C++"
154+
Section "Associate .dev files to Embarcadero Dev-C++"
155155
SectionIn 1 3
156156

157157
StrCpy $0 ".dev"
@@ -165,7 +165,7 @@ Section "Associate .dev files to Dev-C++"
165165
Call RefreshShellIcons
166166
SectionEnd
167167

168-
Section "Associate .c files to Dev-C++"
168+
Section "Associate .c files to Embarcadero Dev-C++"
169169
SectionIn 1 3
170170

171171
StrCpy $0 ".c"
@@ -179,7 +179,7 @@ Section "Associate .c files to Dev-C++"
179179
Call RefreshShellIcons
180180
SectionEnd
181181

182-
Section "Associate .cpp files to Dev-C++"
182+
Section "Associate .cpp files to Embarcadero Dev-C++"
183183
SectionIn 1 3
184184

185185
StrCpy $0 ".cpp"
@@ -193,7 +193,7 @@ Section "Associate .cpp files to Dev-C++"
193193
Call RefreshShellIcons
194194
SectionEnd
195195

196-
Section "Associate .h files to Dev-C++"
196+
Section "Associate .h files to Embarcadero Dev-C++"
197197
SectionIn 1 3
198198

199199
StrCpy $0 ".h"
@@ -207,7 +207,7 @@ Section "Associate .h files to Dev-C++"
207207
Call RefreshShellIcons
208208
SectionEnd
209209

210-
Section "Associate .hpp files to Dev-C++"
210+
Section "Associate .hpp files to Embarcadero Dev-C++"
211211
SectionIn 1 3
212212

213213
StrCpy $0 ".hpp"
@@ -221,7 +221,7 @@ Section "Associate .hpp files to Dev-C++"
221221
Call RefreshShellIcons
222222
SectionEnd
223223

224-
Section "Associate .rc files to Dev-C++"
224+
Section "Associate .rc files to Embarcadero Dev-C++"
225225
SectionIn 1 3
226226

227227
StrCpy $0 ".rc"
@@ -235,7 +235,7 @@ Section "Associate .rc files to Dev-C++"
235235
Call RefreshShellIcons
236236
SectionEnd
237237

238-
Section "Associate .devpak files to Dev-C++"
238+
Section "Associate .devpak files to Embarcadero Dev-C++"
239239
SectionIn 1 3
240240

241241
StrCpy $0 ".devpak"
@@ -250,7 +250,7 @@ Section "Associate .devpak files to Dev-C++"
250250
Call RefreshShellIcons
251251
SectionEnd
252252

253-
Section "Associate .devpackage files to Dev-C++"
253+
Section "Associate .devpackage files to Embarcadero Dev-C++"
254254
SectionIn 1 3
255255

256256
StrCpy $0 ".devpackage"
@@ -265,7 +265,7 @@ Section "Associate .devpackage files to Dev-C++"
265265
Call RefreshShellIcons
266266
SectionEnd
267267

268-
Section "Associate .template files to Dev-C++"
268+
Section "Associate .template files to Embarcadero Dev-C++"
269269
SectionIn 1 3
270270

271271
StrCpy $0 ".template"
@@ -327,11 +327,11 @@ SectionEnd
327327
# TODO: Create language tables that describe installation components using LangString
328328

329329
!insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN
330-
!insertmacro MUI_DESCRIPTION_TEXT ${SectionMain} "The Dev-C++ IDE (Integrated Development Environment), package manager and templates"
330+
!insertmacro MUI_DESCRIPTION_TEXT ${SectionMain} "The Embarcadero Dev-C++ IDE (Integrated Development Environment), package manager and templates"
331331
!insertmacro MUI_DESCRIPTION_TEXT ${SectionIcons} "Various icons that you can use in your programs"
332332
!insertmacro MUI_DESCRIPTION_TEXT ${SectionMinGW} "The ${COMPILERNAME} compiler and associated tools, headers and libraries"
333-
!insertmacro MUI_DESCRIPTION_TEXT ${SectionLangs} "The Dev-C++ interface translated to different languages (other than English which is built-in)"
334-
!insertmacro MUI_DESCRIPTION_TEXT ${SectionAssocs} "Use Dev-C++ as the default application for opening these types of files"
333+
!insertmacro MUI_DESCRIPTION_TEXT ${SectionLangs} "The Embarcadero Dev-C++ interface translated to different languages (other than English which is built-in)"
334+
!insertmacro MUI_DESCRIPTION_TEXT ${SectionAssocs} "Use Embarcadero Dev-C++ as the default application for opening these types of files"
335335
!insertmacro MUI_DESCRIPTION_TEXT ${SectionShortcuts} "Create shortcuts to Dev-C++ in various folders"
336336
!insertmacro MUI_DESCRIPTION_TEXT ${SectionConfig} "Remove all leftover configuration files from previous installs"
337337
!insertmacro MUI_FUNCTION_DESCRIPTION_END

devcppnocompiler.nsi

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Section "Embarcadero Dev-C++ program files (required)" SectionMain
9696
WriteUninstaller "$INSTDIR\uninstall.exe"
9797

9898
# registering into windows reg (regedit)
99-
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Embarcadero Dev-Cpp" "DisplayName" "Dev-C++"
99+
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Embarcadero Dev-Cpp" "DisplayName" "Embarcadero Dev-C++"
100100
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Embarcadero Dev-Cpp" "UninstallString" "$INSTDIR\uninstall.exe"
101101
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Embarcadero Dev-Cpp" "DisplayVersion" "${DEVCPP_VERSION}"
102102
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Embarcadero Dev-Cpp" "DisplayIcon" "$INSTDIR\devcpp.exe"
@@ -141,9 +141,9 @@ SectionEnd
141141

142142
####################################################################
143143
# File association
144-
SubSection "Associate C and C++ files to Dev-C++" SectionAssocs
144+
SubSection "Associate C and C++ files to Embarcadero Dev-C++" SectionAssocs
145145

146-
Section "Associate .dev files to Dev-C++"
146+
Section "Associate .dev files to Embarcadero Dev-C++"
147147
SectionIn 1 3
148148

149149
StrCpy $0 ".dev"
@@ -157,7 +157,7 @@ Section "Associate .dev files to Dev-C++"
157157
Call RefreshShellIcons
158158
SectionEnd
159159

160-
Section "Associate .c files to Dev-C++"
160+
Section "Associate .c files to Embarcadero Dev-C++"
161161
SectionIn 1 3
162162

163163
StrCpy $0 ".c"
@@ -171,7 +171,7 @@ Section "Associate .c files to Dev-C++"
171171
Call RefreshShellIcons
172172
SectionEnd
173173

174-
Section "Associate .cpp files to Dev-C++"
174+
Section "Associate .cpp files to Embarcadero Dev-C++"
175175
SectionIn 1 3
176176

177177
StrCpy $0 ".cpp"
@@ -185,7 +185,7 @@ Section "Associate .cpp files to Dev-C++"
185185
Call RefreshShellIcons
186186
SectionEnd
187187

188-
Section "Associate .h files to Dev-C++"
188+
Section "Associate .h files to Embarcadero Dev-C++"
189189
SectionIn 1 3
190190

191191
StrCpy $0 ".h"
@@ -199,7 +199,7 @@ Section "Associate .h files to Dev-C++"
199199
Call RefreshShellIcons
200200
SectionEnd
201201

202-
Section "Associate .hpp files to Dev-C++"
202+
Section "Associate .hpp files to Embarcadero Dev-C++"
203203
SectionIn 1 3
204204

205205
StrCpy $0 ".hpp"
@@ -213,7 +213,7 @@ Section "Associate .hpp files to Dev-C++"
213213
Call RefreshShellIcons
214214
SectionEnd
215215

216-
Section "Associate .rc files to Dev-C++"
216+
Section "Associate .rc files to Embarcadero Dev-C++"
217217
SectionIn 1 3
218218

219219
StrCpy $0 ".rc"
@@ -227,7 +227,7 @@ Section "Associate .rc files to Dev-C++"
227227
Call RefreshShellIcons
228228
SectionEnd
229229

230-
Section "Associate .devpak files to Dev-C++"
230+
Section "Associate .devpak files to Embarcadero Dev-C++"
231231
SectionIn 1 3
232232

233233
StrCpy $0 ".devpak"
@@ -242,7 +242,7 @@ Section "Associate .devpak files to Dev-C++"
242242
Call RefreshShellIcons
243243
SectionEnd
244244

245-
Section "Associate .devpackage files to Dev-C++"
245+
Section "Associate .devpackage files to Embarcadero Dev-C++"
246246
SectionIn 1 3
247247

248248
StrCpy $0 ".devpackage"
@@ -257,7 +257,7 @@ Section "Associate .devpackage files to Dev-C++"
257257
Call RefreshShellIcons
258258
SectionEnd
259259

260-
Section "Associate .template files to Dev-C++"
260+
Section "Associate .template files to Embarcadero Dev-C++"
261261
SectionIn 1 3
262262

263263
StrCpy $0 ".template"
@@ -319,11 +319,11 @@ SectionEnd
319319
# TODO: Create language tables that describe installation components using LangString
320320

321321
!insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN
322-
!insertmacro MUI_DESCRIPTION_TEXT ${SectionMain} "The Dev-C++ IDE (Integrated Development Environment), package manager and templates"
322+
!insertmacro MUI_DESCRIPTION_TEXT ${SectionMain} "The Embarcadero Dev-C++ IDE (Integrated Development Environment), package manager and templates"
323323
!insertmacro MUI_DESCRIPTION_TEXT ${SectionIcons} "Various icons that you can use in your programs"
324-
!insertmacro MUI_DESCRIPTION_TEXT ${SectionLangs} "The Dev-C++ interface translated to different languages (other than English which is built-in)"
325-
!insertmacro MUI_DESCRIPTION_TEXT ${SectionAssocs} "Use Dev-C++ as the default application for opening these types of files"
326-
!insertmacro MUI_DESCRIPTION_TEXT ${SectionShortcuts} "Create shortcuts to Dev-C++ in various folders"
324+
!insertmacro MUI_DESCRIPTION_TEXT ${SectionLangs} "The Embarcadero Dev-C++ interface translated to different languages (other than English which is built-in)"
325+
!insertmacro MUI_DESCRIPTION_TEXT ${SectionAssocs} "Use Embarcadero Dev-C++ as the default application for opening these types of files"
326+
!insertmacro MUI_DESCRIPTION_TEXT ${SectionShortcuts} "Create shortcuts to Embarcadero Dev-C++ in various folders"
327327
!insertmacro MUI_DESCRIPTION_TEXT ${SectionConfig} "Remove all leftover configuration files from previous installs"
328328
!insertmacro MUI_FUNCTION_DESCRIPTION_END
329329

0 commit comments

Comments
 (0)