
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-23-2017 10:10 PM
Hello,
I am looking for a way to get the current lansweeper software version number from the lansweeper server without going through the lansweeper software itself. I have checked HKLM:\Software\Wow6432Node\Lansweeper, there is a subkey named "updatev60" but the value looks to be either encrypted or encoded, it's not human readable or parse-able.
Is there a file or a different registry value that I can easily check? The current version number is 6065, this is the number I am looking for. I'll start looking for the version number in SQL now but I would rather not have to query the database if i can avoid it.
Thanks!
I am looking for a way to get the current lansweeper software version number from the lansweeper server without going through the lansweeper software itself. I have checked HKLM:\Software\Wow6432Node\Lansweeper, there is a subkey named "updatev60" but the value looks to be either encrypted or encoded, it's not human readable or parse-able.
Is there a file or a different registry value that I can easily check? The current version number is 6065, this is the number I am looking for. I'll start looking for the version number in SQL now but I would rather not have to query the database if i can avoid it.
Thanks!
Solved! Go to Solution.
Labels:
- Labels:
-
General Discussion
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-24-2017 12:33 PM
I'm not sure for which specific component (database, scanning server, website) you are trying to check the version number, but I'm assuming scanning server. If so, a couple of ways to check the version are to:
- Check the properties of the following file: Program Files (x86)\Lansweeper\Service\Lansweeperservice.exe.
- Check the contents of Program Files (x86)\Lansweeper\Service\Errorlog.txt. Every time the service starts, it writes a start event into this file, which includes (among other things) the version number of the service.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-24-2017 12:33 PM
I'm not sure for which specific component (database, scanning server, website) you are trying to check the version number, but I'm assuming scanning server. If so, a couple of ways to check the version are to:
- Check the properties of the following file: Program Files (x86)\Lansweeper\Service\Lansweeperservice.exe.
- Check the contents of Program Files (x86)\Lansweeper\Service\Errorlog.txt. Every time the service starts, it writes a start event into this file, which includes (among other things) the version number of the service.
