Hello guys.
I've created an application (a Lync patch) with 3 deployment types listed below by priority.
I have a mixed environment of Windows 32-Bit (with Office 32-Bit) and Windows 64-Bit (with Office 64-Bit OR Office 32-Bit)
1st - Lync 2013 64-Bit
Requirements:
- OS - Windows 64-Bit
- File - %Programw6432%\Microsoft Office\Office15\Lync.exe - Version IS NOT EQUAL 15.0.4685.2000
2nd - Lync 2013 32-Bit for Windows 32-Bit
Requirements:
- OS - Windows 32-Bit
- File - %ProgramFiles%\Microsoft Office\Office15\Lync.exe - Version IS NOT EQUAL 15.0.4685.2000
3th - Lync 2013 32-Bit for Windows 64-Bit
Requirements:
- OS - Windows 64-Bit
- File - %ProgramFiles(x86)%\Microsoft Office\Office15\Lync.exe - Version IS NOT EQUAL 15.0.4685.2000
The problem is, the machines that must use the 3th deployment type are using the 1st.
If a 64-Bit Windows have Office 32-Bit it must be on %Programfiles(x86)%
Why is it running the the 1st deployment if the file do not exist on %programw6432%?
Any ideas? Is it a SCCM 32/64-Bit redirection?