This post outlines a simple way to silently install PatientWorks. Silent install is a typical way PatientWorks customers deploy PaientWorks software to client PC's.
Remember (1) Remoting.config files need to be configured and deployed in addtion to the installion of client machines. (2) If the machine is a client machine do not install Data Services ("Server" feature).
Silent Install: "PatientWorks 3.5.1.1 Setup.exe" /s /v"/qn INSTALLDIR=\"c:\program files\patientworks" ISX_SERIALNUM=xxxxxxxxxxxxxxxx ADDLOCAL=Common,InputManager"
Silent uninstall: "PatientWorks 3.5 Setup.exe" /s /x /v"/qn"
Features List Parameters:
- Common – needed by most other features
Designer – Form Designer
WorkflowStudio – Workflow Studio
InputManager – Input Manager
PrintManager – Print Manager
DataCapture – Patient Data Manager
Server – Server components
Administrator – Server Administrator
ASP.NET – web apps
UserManual – User manual
Help - help
Save this as a batch file (*.bat)
Once this batch file runs it may leave some old files in the PatientWorks directory. It is best practice to add to the batch file a delete command to remove the PatientWorks program files install folder.

