Deploy MS Access Runtime via group policy

active-directorydeploymentgroup-policy

I am trying to deploy Access 2007 runtime via group policy and I am having a problem. So, i downloaded the AccessRT.exe and run accessrt.exe /extract to get the msi file. Then when I try to attach the .msi to a software policy to the new gpo I get the following error.

"Add Operation Failed.
Unable to extract deployment information from the package. Run validation on
the package to ensure that the package is correct."

To the best of my googling ability I find that I need to create a config.xml file. Well, documentation isn't the best there and I still can't get it to work even after creating a config.xml file(below).

<Display Level="none" AcceptEula="yes" />  

<INSTALLLOCATION Value="%programfiles%\Microsoft Office" />

<LIS CACHEACTION="CacheOnly" />

<DistributionPoint Location="\\Shared\NETLogon\Software Deployments\Microsoft\Access RT 2007" />

<Logging Type="standard" Path="%temp%" Template="AccessRT(*).txt"/>

<Setting Id="SETUP_REBOOT" Value="NEVER" />

Any suggestions?

Best Answer

In my attempt to figure this out. I tried running the msi on my computer and recieved an error....

Error 1713. Setup cannot install one of the required products for Microsoft Office Access Runtime 2010

Which led me to this article.

http://support.microsoft.com/kb/926279

So long story short, starting with Microsoft office 2007 you can't install any product via a .msi file.

Fail.

Thanks microsoft.