
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-06-2008 12:31 PM
Hi,
great piece of software;-) i only have one problem:
When i use the software report to check our ERP-System version it shows me only a part of the version number. for example the 05.10 is shown but we already use the version 05.10.106. So i connected to the sql-server and figured out that there is only the 05.10 written into the database 😞
So i made some test on the client to find out from where lansweeper gets the 05.10:
- under installed applications the version 05.10.106 is shown
- in the registry "HKLM\Software..." the version 05.10.106 is shown
- when i check the file version of the .exe-file in the program directory the version 05.10.106 is shown
- when i run a wmi-script to show all installed software the version 05.10.106 is shown
Does anybody know why Lansweeper only uses a part of the version number and how i can force lansweeper to write the complete version number into the database ?
Thanks for your help
Daniel
great piece of software;-) i only have one problem:
When i use the software report to check our ERP-System version it shows me only a part of the version number. for example the 05.10 is shown but we already use the version 05.10.106. So i connected to the sql-server and figured out that there is only the 05.10 written into the database 😞
So i made some test on the client to find out from where lansweeper gets the 05.10:
- under installed applications the version 05.10.106 is shown
- in the registry "HKLM\Software..." the version 05.10.106 is shown
- when i check the file version of the .exe-file in the program directory the version 05.10.106 is shown
- when i run a wmi-script to show all installed software the version 05.10.106 is shown
Does anybody know why Lansweeper only uses a part of the version number and how i can force lansweeper to write the complete version number into the database ?
Thanks for your help
Daniel
Labels:
- Labels:
-
Archive
3 REPLIES 3

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-06-2008 07:58 PM
Not at the moment since this is programmed inside of the service.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-06-2008 12:48 PM
Thanks for your fast reply.
Is there a posibility to change this easiliy to DisplayVersion?
Thanks
Is there a posibility to change this easiliy to DisplayVersion?
Thanks

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-06-2008 12:41 PM
Lansweeper gets the info from :
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\...\
VersionMajor + '.' + Versionminor
If versionMajor doesn't exist it gets the info from : DisplayVersion
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\...\
VersionMajor + '.' + Versionminor
If versionMajor doesn't exist it gets the info from : DisplayVersion
