Still running landesk 8.8
Have a few devices that have an ldscnhlp.ini file as shown below. When an inventory scan is launched the ldscnhlp.ini file kicks off a vb script which creates additional information to be put into the inventory of that device.
[EXECUTE WIN16]
[EXECUTE WIN32]
LAUNCH1=cscript "\\Server\LandeskShare\ExtraInfo-test.vbs"
TIMEOUT1=60000
[EXECUTE WIN64]
LAUNCH1=cscript "\\Server\LandeskShare\ExtraInfo-test.vbs"
TIMEOUT1=60000
[DATA FILES]
DATANOPREPEND1=C:\Program Files\LANDesk\LDClient\ExtraInfo.DAT
DATANOPREPEND2=C:\Program Files (x86)\LANDesk\LDClient\ExtraInfo.DAT
DATA3=C:\Program Files\LANDesk\LDClient\LDCUSTOM.DAT
DATA4=C:\Program Files (x86)\LANDesk\LDClient\LDCUSTOM.DAT
I can perform the same scan using wscript instead of cscript but the results are the same.
The vbscript is kicked off and after it has been running for a few seconds the inventory scan begins scanning the rest of the system.
When performing a delta scan the inventory scan completes before the ini commands have been finished resulting in missing information in the inventory.
Is there a way to tell the inventory scan to wait until the ldscnhlp.ini has completed befor continuing on to the rest of the system scan?