@@ -126,7 +126,6 @@ Var Collation_editor
126
126
Var Collation_text
127
127
128
128
Var currCommand
129
-
130
129
; Set 'install service' variable
131
130
; Var service
132
131
@@ -2359,45 +2358,56 @@ Function nsDialogMore
2359
2358
# !define PG_DEF_SERVICEID "postgrespro-enterprise-X64-9.6"
2360
2359
# isu
2361
2360
2362
- ${NSD_CreateGroupBox} 0 0 100 % 70u " $(MORE_SERVICE_TITLE)"
2361
+ ${NSD_CreateGroupBox} 0 0 100 % 80u " $(MORE_SERVICE_TITLE)"
2363
2362
Pop $0
2364
2363
2365
- ${NSD_CreateLabel} 10u 12u 120u 16u " $(MORE_WINUSER)"
2364
+ ${NSD_CreateLabel} 10u 12u 360u 16u " $(MORE_USER_HELP)"
2365
+ Pop $Label
2366
+
2367
+
2368
+ ${NSD_CreateLabel} 10u 32u 120u 16u " $(MORE_WINUSER)"
2366
2369
Pop $Label
2367
2370
2368
- ${NSD_CreateText} 130u 14u 160u 12u " $ServiceAccount_text"
2371
+ ${NSD_CreateText} 130u 30u 160u 12u " $ServiceAccount_text"
2369
2372
Pop $ServiceAccount_editor
2370
2373
2371
- ${NSD_CreateLabel} 10u 32u 120u 12u " $(MORE_WINPASS)"
2374
+ ${NSD_CreateLabel} 10u 47u 120u 12u " $(MORE_WINPASS)"
2372
2375
Pop $Label
2373
2376
2374
- ${NSD_CreatePassword} 130u 30u 160u 12u $servicePassword_text
2377
+ ${NSD_CreatePassword} 130u 45u 160u 12u $servicePassword_text
2375
2378
Pop $servicePassword_editor
2376
2379
2377
2380
2378
- ${NSD_CreateLabel} 10u 52u 120u 16u " $(MORE_SERVICE_NAME)"
2381
+ ${NSD_CreateLabel} 10u 62u 120u 16u " $(MORE_SERVICE_NAME)"
2379
2382
Pop $Label
2380
2383
2381
- ${NSD_CreateText} 130u 50u 160u 12u " $ServiceID_text"
2384
+ ${NSD_CreateText} 130u 60u 160u 12u " $ServiceID_text"
2382
2385
Pop $ServiceID_editor
2383
2386
2384
2387
2385
2388
${if} ${PG_MAJOR_VERSION} >= " 10"
2386
- ${NSD_CreateLabel} 10u 82u 120u 16u " $(MORE_COLATION)"
2389
+
2390
+
2391
+ ${NSD_CreateLabel} 10u 92u 100 % 26u " $(MORE_ICU_HELP)"
2387
2392
Pop $Label
2388
2393
2389
- ${NSD_CreateDropList} 130u 80u 100u 12u " "
2394
+ ${NSD_CreateLabel} 10u 122u 120u 16u " $(MORE_COLATION)"
2395
+ Pop $Label
2396
+ ${NSD_CreateDropList} 130u 120u 100u 12u " "
2390
2397
Pop $Collation_editor
2398
+
2391
2399
${NSD_CB_AddString} $Collation_editor " $(DEF_COLATE_NAME)"
2392
2400
; ${NSD_CB_AddString} $Collation_editor "icu"
2393
2401
${NSD_CB_AddString} $Collation_editor " libc"
2394
2402
${NSD_CB_SelectString} $Collation_editor $Collation_text
2395
2403
${endif}
2396
-
2404
+
2405
+
2397
2406
nsDialogs::Show
2398
2407
2399
2408
FunctionEnd
2400
2409
2410
+
2401
2411
Function nsDialogsMorePageLeave
2402
2412
${NSD_GetText} $ServiceAccount_editor $ServiceAccount_text
2403
2413
${NSD_GetText} $servicePassword_editor $servicePassword_text
0 commit comments