Mediaportal Silent installations Dear Mediaportal Dev Team !
I used to include MP in my unattended installation DVD which installed MP silently. Now since RC1 this is a bit harder to do because of the deploy tool and the combination of the TV Plugin together with TV Server in one NSIS installer package.
I figured out most of the things needed for a silent installation for MP, MP TV Server and MySQL database engine out for myself but a few questions remain. Would you be so kind to share that information with me ?
1.
I am installing the MySQL silently using the /quiet /norestart switch (which by the way, gets rid of the MySQL advertisment popup that comes up when using the Deploy tool -> I guess you guys use the /passive switch?)
I then installed the service using this command:
mysqld-nt.exe --install MySQL
and placed the my.ini file that was there after a MySQL installation using the deploy tool in the My SQL Install folder.
is there Anything else I need to do to configure the MySQL database the way MP TV Server needs it ? How can I silently configure the default master password ? Is the database created automatically I guess ?
2.
Is there a way to silently install only the TV Client plugin and not the TV Server ? The /S switch for the NSIS installer will install both and I did not find a way to include only the TV Client Plugin but not the server.
In the future, would it be possible to maybe offer a way to script the deploy tool so that a silent installation would be easier ? eg. provide template answer files and tell the deploy tool to for instance silently install MP, TV Client plugin but no tv server etc.
Also it would be nice if local paths to needed components could be added to those answer files so that for instance the MySQL installation files could be delivered with the deploy package and no internet connectivity would be needed.
Thanks for your help,
Alex
Last edited by midiboy; 2008-04-26 at 12:03.
|