Ask the Community
Groups
Silent Upgrade for Traverse DGEx - Connect IT Community | Kaseya
<main> <article class="userContent"> <p><strong>QUESTION</strong></p> <p>How to perform a silent or unattended upgrade of a DGEx?</p> <p><strong><br>RESOLUTION</strong></p> <p><strong>Windows (for Linux, see below):</strong></p> <p>To upgrade an existing DGE extension to a new revision, assuming Traverse (DGEx) is installed under C:\Program Files (x86)\Traverse and the new installation package has been downloaded under C:\temp directory, execute the commands:</p> <pre class="code codeBlock" spellcheck="false" tabindex="0">start "" /wait "c:\Program Files (x86)\Traverse\bin\Traverse Service Manager.exe" -stop -quit start "" /wait "c:\temp\dgextn-x.y.z-windows.exe" -i silent start "" /wait "c:\Program Files (x86)\Traverse\bin\Traverse Service Manager.exe" -start -quit </pre> <div>The "start" command ensures that the system will wait until the specific executable has completed execution. Note that the extra set of quotes after start is necessary. Finally, if you wish to verify that the upgrade was completed successfully, run the following command:</div> <div> </div> <div>reg query "HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall\Kaseya Traverse" /v DisplayVersion</div> <div> </div> <div>If if Windows 64 bits use this line:</div> <div> </div> <div>reg query "HKLM\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\Kaseya Traverse" /v DisplayVersion</div> <div> </div> <div>The output should match the build number of the installer with an extra ".0" suffix. For example, for dgextn-7.0.030-windows.exe, the output would be similar to:</div> <div> </div> <pre class="code codeBlock" spellcheck="false" tabindex="0">HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\Kaseya Traverse DisplayVersion REG_SZ 7.0.30.0</pre> <div> </div> <div> </div> <p><strong>Linux:</strong></p> <p> </p> <p>Invoke the installer with the '-s' command line switch:-</p> <div>./install.sh -s</div> <div> </div> <div> </div> <div> <strong>APPLIES TO<br></strong>All versions of Traverse</div> <div> <br><strong><br>REFERENCE</strong> </div> </article> </main>