/build/static/layout/Breadcrumb_cap_w.png

Access Runtime 2010

Just in case my notes do not get included...here is what I did for a quiet install/uninstall
I had Office 2010 already installed but configured without Access etc...
I used the Office 2010 key
[HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Common\General]
"ShownFirstRunOptin"=dword:00000001

Back to Access Runtime 2010 Create a patch and two xml files.
Extract the source using the command: AccessRuntime.exe /extract:%pathtoextract%

Need to copy the admin folder from the Office 2010 source folder to the access runtime extracted folders area to allow the oct tool to work. Therefore, ending up with folders like AccessRT.en-us, AccessRT.WW, the Admin directory etc etc.
Use the OCT command setup /admin and make the silent changes...example base.msp

Now create an xml file in the AcessRT.WW folder called for example config.xml.

<Configuration Product="AccessRT">
<Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" /> //same as msp config
<COMPANYNAME Value="CompanyName" />//same as msp config
<Setting Id="SETUP_REBOOT" Value="Never" /> //same as msp config
</Configuration>

Install command Line will be setup.exe /config .\AccessRT.WW\config.xml /adminfile .\AccessRT.WW\base.msp

Create an uninstall command xml file called uninstall.xml in the AccessRT.WW folder (Can be named anything or placed anywhere really....)
The uninstall will use the absent action of the access runtime optionid accessrt

<Configuration Product="AccessRT">
<Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" /> //same as msp config
<COMPANYNAME Value="CompanyName" /> //same as msp config
<OptionState Id="ACCESSRT" State="absent" Children="force" /> //access runtime
<Setting Id="SETUP_REBOOT" Value="Never" /> //same as msp config
</Configuration>

UnInstall command Line: setup.exe /uninstall accessrt /config .\AccessRT.WW\uninstall.xml

I hope this helps....

0 Comments   [ + ] Show comments

Answers (1)

Posted by: Mallikarjun 10 years ago
Orange Belt
0

To Install the MS Access Runtime 2010. First u need to extract the exe with the below command:

MS Access Runtime.exe /extract""Pathc to extract the files"

then go to that path and create an one 'Config.xml' file with the below content:

<?xml version="1.0"?>

-<Configuration Product="AccessRT">

<Display AcceptEula="yes" SuppressModal="yes" CompletionNotice="no" Level="None"/>

<Logging Template="Microsoft_Access_2010_Runtime_Setup(*).log" Path="C:\temp" Type="standard"/>

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

</Configuration>

Then u will get 'Setup.exe' in extracted folder.

Then run the 'Setup.exe' as mentioned below to install silently.

Setup.exe /config config.xml

Keep the config.xml file in the same folder.

Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ