Issue
Ivanti Antivirus or Policy Invoker Service is not installing with the agent during the sysprep process on OS deployment
Cause
The network drive to the LDLogon folder is being deleted before the Agent installation completes.
Resolution
- The file that needs to be edited is a XML file, so execution may vary depending on how your computer is configured to handle viewing XML files. The instructions are written as if you need to manually find the file and open it with notepad.
- Browse to <coreserver>\LDmain\LANDESK\files
- Locate the .XML file with the name of your OSD deployment script.
- Open the .XML with notepad.
- Locate the and change the following as shown.
<SynchronousCommand> <CommandLine>net use \\core90v2\ldlogon /d /y</CommandLine> <Description /> <Order>6</Order> </SynchronousCommand> - <SynchronousCommand> <CommandLine>cmd /q /c del /q c:\ldiscan.cfg</CommandLine> <Description /> <Order>76</Order> </SynchronousCommand>
Note: If you do a regular edit on the script and save the script, it will overwrite the .ini and .inf file and put the command3 line back in. So if you have to modify the script, make sure that you do the advance edit on the script when you finish and remove the command3 line again.