Sometimes it could be necessary to re-synchronize the Software Inventory (method Heuristic or signature scan) if a problem has occurred during transfer or collect of previous software inventory files. There might be a difference between the software inventory displayed in the DSM Explorer and the software inventory collected by the Agent machine.
DSM Agent is sends only delta files between software inventories and so if a problem occurs during collect of full or previous delta files, the software inventory displayed in DSM Explorer may not correct.
Client Automation - All Version
IF UCase(Left(EnvGetString("OS"), 7)) = UCase("Windows") then
DeleteFile(ComputerPath+"\BAK\AMSOFT.XML")
DeleteFile(ComputerPath+"\BAK\AMAPP.DAT")
Else
DeleteFile(ComputerPath+"/work/BAK/amosoft.xml")
EndIf