Package deployment based on Office x86 or x64 architecture
Ruben Rodriguez
Hi,
We're trying to deploy a .MSI (Swordfish app) across our network.
However, there are different .msi installers depending on your Outlook architecture. We have a mix of 32/64 Offices, and we don't have a software inventory to know which one is what. Does anyone know a way to do it by using a condition when pushing a package? Either "File" or "Registry".
So the installer can ignore those that are 64 bits and vice-versa?
Regards
0
Comments
Hi Ruben,
Maybe i'm wrong, but a 64bit Office should be under:
C:\Program Files\Microsoft Office\Office16 (16 = Office 2016 replace with your Version)
And 32bit Office in a 64bit Windows system:
C:\Program Files (x86)\Microsoft Office\Office16
You can use the Condition Tab with O/S Architecture and File to manage this:
O/S 64bit and File C:\Program Files\Microsoft Office\Office16\WinWord.exe = 64bit Office
O/S 64bit and File C:\Program Files (x86)\Microsoft Office\Office16\WinWord.exe = 32bit Office
O/S 32bit = 32bit Office (no scan for files, because can only be 32bit)
Regards