ms office - Uninstall MS Access 2007 Runtime via command-line -


we have old microsoft access tool using 2007 runtime. need update users 2010 runtime located on separate buildings physically uninstalling old not practical. know of way uninstall through command line? found 1 2010 doesn't work 2007

http://www.shouldiremoveit.com/microsoft-access-runtime-2010-21278-program.aspx

after little more digging found answer. run msiexex product guid

msiexec.exe /qn+ /x{90120000-001c-0409-0000-0000000ff1ce}


Comments

Popular posts from this blog

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -