Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FB 3.0.0 command line params for SuperServerComponent installallation does not work [CORE5243] #5522

Closed
firebird-automations opened this issue May 18, 2016 · 9 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: Yurii Kucheriavyi (yurock)

Jira_subtask_inward CORE1220

Attachments:
classic.jpg
installation_scripted.txt

Votes: 1

command line

Firebird-3.0.0.32483_2_Win32.exe /SILENT /NOCANCEL /NORESTART /RESTARTEXITCODE=100 /FORCE /COMPONENTS="ServerComponent\SuperServerComponent,ServerComponent,DevAdminComponent,ClientComponent" /TASKS="UseServiceTask,AutoStartTask,CopyFbClientToSysTask,CopyFbClientAsGds32Task" /SYSDBAPASSWORD="masterkey" /SUPPORTLEGACYCLIENTAUTH

Installs server as classic architecture.

@firebird-automations
Copy link
Collaborator Author

Commented by: Yurii Kucheriavyi (yurock)

> classic architecture
I.e. new process firebird.exe for every connection.

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

assignee: Paul Reeves [ paul_reeves ]

@firebird-automations
Copy link
Collaborator Author

Commented by: Yurii Kucheriavyi (yurock)

Command line without "/SILENT" makes this screenshot

@firebird-automations
Copy link
Collaborator Author

Modified by: Yurii Kucheriavyi (yurock)

Attachment: classic.jpg [ 12964 ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @reevespaul

In fact scripted installation is not broken, but the documentation for scripted installs is very out of date.

I've brought it up to date and will commit it once I've finished testing. In the meantime, I will attach a copy here, if you or any lurker would like to test it.

The reason why Classic is installed is because it is the first task in defined in the installer and InnoSetup just defaults to that because no other valid task has been specified. I will change the installer so that SuperServer will be the default when the /TASKS parameter is incomplete or incorrect.

@firebird-automations
Copy link
Collaborator Author

Commented by: @reevespaul

The attached installation_scripted .txt should now be correct for FB3, although it is still not fully tested.

@firebird-automations
Copy link
Collaborator Author

Modified by: @reevespaul

Attachment: installation_scripted.txt [ 12965 ]

@firebird-automations
Copy link
Collaborator Author

Commented by: Yurii Kucheriavyi (yurock)

Thanks.

/COMPONENTS="ServerComponent,DevAdminComponent,ClientComponent" /TASKS="UseSuperServerTask,UseServiceTask,AutoStartTask,CopyFbClientToSysTask,CopyFbClientAsGds32Task"

works correctly.

@firebird-automations
Copy link
Collaborator Author

Modified by: @reevespaul

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Fixed [ 1 ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants