cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
MTD
Engaged Sweeper
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
3 REPLIES 3
Hemoco
Lansweeper Alumni
Not at the moment since this is programmed inside of the service.
MTD
Engaged Sweeper
Thanks for your fast reply.
Is there a posibility to change this easiliy to DisplayVersion?

Thanks
Hemoco
Lansweeper Alumni
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