equal
deleted
inserted
replaced
15 !insertmacro XPUI_HEADER_TEXT "Select server stack" "Choose which BitNami stack installation you want to use to run $(^Name)." |
15 !insertmacro XPUI_HEADER_TEXT "Select server stack" "Choose which BitNami stack installation you want to use to run $(^Name)." |
16 !insertmacro XPUI_INSTALLOPTIONS_DISPLAY "StackSelect.ini" |
16 !insertmacro XPUI_INSTALLOPTIONS_DISPLAY "StackSelect.ini" |
17 FunctionEnd |
17 FunctionEnd |
18 |
18 |
19 Function StackSelectLeave |
19 Function StackSelectLeave |
|
20 StrCmp $XPUI_ABORTED 1 0 +2 |
|
21 Return |
|
22 |
20 ; Here is where we make the final decision on which stack will be used. |
23 ; Here is where we make the final decision on which stack will be used. |
21 IfFileExists "$PLUGINSDIR\StackSelect.ini" "" OnlyOneStackInstalled |
24 IfFileExists "$PLUGINSDIR\StackSelect.ini" "" OnlyOneStackInstalled |
22 |
25 |
23 !macro ConfigCheck |
26 !macro ConfigCheck |
24 IfFileExists "$stack_instdir\apps\${PRODUCT_SHORTNAME}\htdocs\config.php" 0 +3 |
27 IfFileExists "$stack_instdir\apps\${PRODUCT_SHORTNAME}\htdocs\config.php" 0 +3 |