You may be wondering why I would be needing to do this. A certain dept in my company requires the 32-bit office / Visio to run macros that only will work on the 32 bit systems which leaves us with some trouble.
I used to do this process manually because there are not too many users who would need this but it may as well be automated.
What would be the best way to accomplish this?
I know when you run setup.exe /admin you can upgrade old versions however I am pretty sure this wouldn't apply.
It seems I would need to write a script to first, detect if the 64 bit Office is installed, if so uninstall. Then run setup.exe /adminfile "adminfile.msp".
Would this be the best way? Or is there some built in functions I can utilize using Requirements or dependencies of some sort.
Thanks.
Kyle