I am deploying Office Communicator 2007 R2 to everyone at my company. With this distribution, I am using 2 MSI packages, one for Communicator and one for MSXML 6.0 Parser, which is a prerequisite to installing communicator. In addition, I run a batch file (contents below) to disable calling features in communicator. I kick off the Batch file which is dependent on Communicator, which is dependent on MSXML 6.0 Parser. 75% of the machines have been successful, but I have a lot of failures. 33 machines come back with a message that says "The operation being requested was not performed because the user has not logged on to the network. The specified service does not exist." Any ideas of what this means? The other messages I am getting are "Failed to install pakcage" and "Failed to Download all additional files for a package". We are on LDMS 8.8 SP2.
Any ideas of what is going wrong?
Batch file:
REM Add a registry key and values with Regedit.exe
REM and a .reg file
REM Create the Registry key for TelephonyMode
> "%temp%\TelephonyMode.reg" ECHO Windows Registry Editor Version 5.00
>> "%temp%\TelephonyMode.reg" ECHO.
>> "%temp%\TelephonyMode.reg" ECHO [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Communicator]
>> "%temp%\TelephonyMode.reg" ECHO "TelephonyMode"=dword:5
REM /s is used to avoid an "Are you sure" prompt
regedit.exe /s "%temp%\TelephonyMode.reg"
REM Create the Registry key for Landesk Inventory
> "%temp%\communicatorR2.reg" ECHO Windows Registry Editor Version 5.00
>> "%temp%\communicatorR2.reg" ECHO.
>> "%temp%\communicatorR2.reg" ECHO [HKEY_LOCAL_MACHINE\SOFTWARE\INTEL\LANDesk\Iventory\Custom Fields]
>> "%temp%\communicatorR2.reg" ECHO "CommunicatorR2"=dword:1
REM Adding Landesk Inventory Registry Entry to Registry
regedit.exe /s "%temp%\communicatorR2.reg"
"C:\Program Files\LANDesk\LDClient\LDIScn32.EXE" /NTT=LANDESK2:5007 /S=LANDESK2 /I=HTTP://LANDESK2/ldlogon/ldappl3.ldz /NOUI /NOCD /sync /f