diff options
| author | Anthony Lavado <anthony@lavado.ca> | 2019-10-15 04:24:30 -0400 |
|---|---|---|
| committer | Anthony Lavado <anthony@lavado.ca> | 2019-10-15 04:24:30 -0400 |
| commit | 9ad781324ebdfb9679a0dcf4258195a870c0826c (patch) | |
| tree | 0ca926b5f28fb73575a289736984eecd67837092 /deployment/windows/dialogs | |
| parent | 05fb84ba2236b0fd0727caf29fad4986059c8b8e (diff) | |
Fix up Setup Type dialog, and add logic for basic setup
Fix up the Setup Type dialog, by removing an unused function from the page.
Adds logic to the installer to check for a basic or advanced setup choice. Ensures that the service is only installed if the "advanced" method is chosen. Note - it may be possible to remove some defaults from the .onInit, considering they get set through the program now.
Diffstat (limited to 'deployment/windows/dialogs')
| -rw-r--r-- | deployment/windows/dialogs/setuptype.nsdinc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/deployment/windows/dialogs/setuptype.nsdinc b/deployment/windows/dialogs/setuptype.nsdinc index 0b171da282..6c30119331 100644 --- a/deployment/windows/dialogs/setuptype.nsdinc +++ b/deployment/windows/dialogs/setuptype.nsdinc @@ -49,8 +49,4 @@ Function fnc_setuptype_Create FunctionEnd -; dialog show function -Function fnc_setuptype_Show - Call fnc_setuptype_Create - nsDialogs::Show -FunctionEnd + |
