Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
a2563cf0
Commit
a2563cf0
authored
4 years ago
by
Rob Swindell
Browse files
Options
Downloads
Patches
Plain Diff
Make echicken's webv4 the default selection for the Windows installer.
parent
06692ee8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
install/install.iss
+3
-2
3 additions, 2 deletions
install/install.iss
with
3 additions
and
2 deletions
install/install.iss
+
3
−
2
View file @
a2563cf0
...
...
@@ -58,8 +58,8 @@ Name: "enable_web"; Description: "Enable Web Server (HTTP protocol)"; GroupDescr
Name: "enable_svcs"; Description: "Enable Synchronet Services (Finger, Gopher, NNTP, IRC, IMAP, etc.)"; GroupDescription: {#services_group}
Name: "enable_ntsvcs"; Description: "Enable Synchronet NT services"; GroupDescription: {#ntsvcs_group}; Flags: unchecked
Name: "enable_sexpots"; Description: "Enable POTS (dial-up modem) support service"; GroupDescription: {#ntsvcs_group}; Flags: unchecked
name: "web_
runemaster
"; Description: "Enable
Legacy/Runemaster
Web Interface"; GroupDescription: {#webui_group}; Flags: exclusive
name: "web_
echicken
"; Description: "Enable
echicken's
Web Interface
(v4)
"; GroupDescription: {#webui_group}; Flags:
exclusive unchecked
name: "web_
echicken
"; Description: "Enable
echicken's
Web Interface
(v4)
"; GroupDescription: {#webui_group}; Flags: exclusive
name: "web_
runemaster
"; Description: "Enable
Legacy/Runemaster
Web Interface"; GroupDescription: {#webui_group}; Flags:
unchecked exclusive
[Files]
Source: "src\sbbs3\ctrl\sbbsctrl.exe"; DestDir: "{app}\exec"; Flags: ignoreversion
...
...
@@ -134,6 +134,7 @@ Filename: "{app}\ctrl\sbbs.ini"; Section: "FTP"; Key: "AutoStart"; String:
Filename: "{app}\ctrl\sbbs.ini"; Section: "Web"; Key: "AutoStart"; String: "false"; Tasks: not enable_web
Filename: "{app}\ctrl\sbbs.ini"; Section: "Services"; Key: "AutoStart"; String: "false"; Tasks: not enable_svcs
Filename: "{app}\ctrl\sbbs.ini"; Section: "BBS"; Key: "Options"; String: "XTRN_MINIMIZED | ALLOW_RLOGIN | ALLOW_SSH | NO_DOS"; Check: IsWin64
Filename: "{app}\ctrl\sbbs.ini"; Section: "Web"; Key: "RootDirectory"; String: "../web/root"; Tasks: web_runemaster
Filename: "{app}\ctrl\sbbs.ini"; Section: "Web"; Key: "RootDirectory"; String: "../webv4/root"; Tasks: web_echicken
[Dirs]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment