I am trying to install a server on a host maching. It is a VistaDB Server, but I am not expecting brand specific information.

I was just wondering if someone could help me interpret what the below text means. I understand point one and three. I am having a problem with point two. I am using INNO setup and am not sure how to accomplish line two using INNO.

VB Code:
  1. Installing and running the Windows Server
  2. To install the VistaDB Server on the deployment machine, do the following:
  3.  
  4.  
  5.  
  6. 1. C:\Program Files\VistaDB 2.1\Server\2User\VistaDBServerService.exe  "/install /silent"
  7.  
  8. 2. C:\Windows\System32\net.exe  C:\Program Files\VistaDB 2.1\Server\2User start "VistaDB Server"
  9.  
  10. 3. C:\Program Files\VistaDB 2.1\Server\2User\ServerServiceManager.exe

Thank you for your help.