In this article we will go through MSI installer packages and how to deploy VisitLog with the database connection.
Deployment and script
If you want to deploy VisitLog on multiple clients and have it automatically connect to the database you can use a MSI installer package of VisitLog. Deploy VisitLog along with the script below. Please change the bold text to relevant information.
msiexec.exe /i "...\VisitLogSetup_file" ALLUSERS=1 /qn sqlservername="SQL_SERVER" sqlusername="sa" sqlpassword="password" sqldatabasename="VisitLog_db" (No Notification)