Tuesday, 3 April 2012

Install Access Runtime 2010 silently

First extract the setup file:

setup.exe c:\accessruntime2010

Now create a XML file named config.xml in c:\accessruntime2010 and place the following content inside the XML file:

<Configuration Product="AccessRT">
<Display Level="None" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" />
<Logging Type="standard" Path="C:\Temp\" Template="Microsoft_Access_2010_Runtime_Setup(*).log" />
<COMPANYNAME Value="MY COMPANY NAME" />
<Setting Id="SETUP_REBOOT" Value="Suppress" />
</Configuration>


Now you can run it:

 c:\accessruntime2010\setup.exe /config c:\accessruntime2010\config.xml

No comments:

Post a Comment