When installing AutoVue 20 for Agile PLM, I had a tough time finding the notes on how to install it as a Windows service. Even though it was clearly documented, I still find my self scanning for the same instructions time to time so I figured what a better way to make myself a bit more efficient (and hopefully others too) than to jot it down in the trusty ZWS blog.
Installing AutoVue as a Service
In the other blogs, I installed AutoVue into my Agile installation at E:AgileAgile93. To get AutoVue to run as a service do the following:
- Open a command prompt
- Navigate to E:AgileAgile93AVSbin (based on our deployment)
- Execute jvueserver - install <username> <password>
- Example: jvueserver -install mydomainagileadmin agile133
[clear-line]