/build/static/layout/Breadcrumb_cap_w.png

Microsoft Microsoft Access 2010 Runtime

Version: 14

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login
Views: 21.4k  |  Created: 05/11/2010

Average Rating: 0
Microsoft Access 2010 Runtime has 1 inventory records, 2 Questions, 0 Blogs and 1 links. Please help add to this by sharing more!

Deployment Tips (8)

Most Common Setup Type
Not Determined
Average Package Difficulty Rating
Rated 0 / 5 (Not Rated) based on 0 ratings
Most Commonly Reported Deployment Method
Not Determined
16
Command Line
Command for MS_Access_2010:

After you create the "XXXX.msp" from the "Setup.exe" file using the command "setup.exe /admin"; now you will have to work on the config file that is already present in the "Access.WW" folder.
Copy the "config.xml" file & keep this also at the same location with name "Config1.xml".

Now edit the "Config1.xml" file; "Config1.xml" file should content:

<Configuration Product="Access">
<Display Level="None" CompletionNotice="No" SuppressModal="Yes" AcceptEula="Yes" />
<Setting Id="SETUP_REBOOT" Value="NEVER" />
</Configuration>



The product MS_Access_2010 can be installed/repaired & even uninstalled by using the /config switch:

To Install : "setup.exe" /Adminfile XXXX.msp /config "Access.WW\Config1.xml"
To Repair : "setup.exe" /Repair Access /config "Access.WW\Config1.xml"
To Uninstall : "setup.exe" /Uninstall /config "Access.WW\Config1.xml

Hope this serves your purpose...:)
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
14
Command Line
Those who downloaded Access Runtime 2010 Executable from microsoft website; can not open the Office Customization Tool Kit if you use "/admin" parameter in command line. If you have sources for MS Office 2010, check for the "Admin" folder, copy that to the location where the "Setup.exe" exists for AccessRuntime2010 application. then try "setup.exe /admin", now you will get the Customization Tool Kit.
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
12
Note
Tested with Office 2010 Pro Plus configured without the full Access feature.

I added the following thanks to AppDeploy members:
HKCU\Software\Microsoft\Office\14.0\Common\General
Name: ShownFirstRunOptin Value: 0x00000001

Need to create 3 files:patch(msp) and 2 xml files for install/uninstall actions.

Silent Install Steps:
Extract the source executable:
AccessRuntime.exe /extract:folderpath

Create the patch (msp):
To create a patch, copy the Admin folder from a Office 2010 source to the root of the extracted access runtime folders.
execute the command: setup.exe /admin
Create the patch file and set your silent options and any others.

Create XML Install file:
Within the AccessRT.WW folder, create a config.xml file and copy the contents below.

<Configuration Product="AccessRT">
<Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" /> //allign with patch file creation.
<COMPANYNAME Value="CompanyName" /> //allign with patch file creation.
<Setting Id="SETUP_REBOOT" Value="Never" /> //allign with patch file creation.
</Configuration>

Silent Install Command:
setup.exe /config .\AccessRT.WW\config.xml /adminfile .\AccessRT.WW\yourpatchfile.msp

Silent UnInstall Steps:

Create xml file called for example Uninstall.xml with contents:

<Configuration Product="AccessRT">
<Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" />
<COMPANYNAME Value="CompanyName" /> //allign with patch file creation.
<OptionState Id="ACCESSRT" State="absent" Children="force" /> //access runtime
<Setting Id="SETUP_REBOOT" Value="Never" />
</Configuration>

Silent Uninstall Command:
setup.exe /uninstall accessrt /config .\AccessRT.WW\uninstall.xml

NOTE: You can check any xml file syntax via IE
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
6
Note

Thanks tron2ole, your method worked great. I wanted to add, for those without the Office Customization Tool (only comes with volume license versions of Office, I think), you do not need to create the MSP file to do a totally silent install. Just follow tron2ole's method but skip the part about creating the MSP file and then on your install command line leave off the /adminfile .\AccessRT.WW\yourpatchfile.msp part. My command line is: "%~dp0setup.exe" /config "%~dp0AccessRT.WW\config.xml" (I always use the %~dp0 to specify the path to my install bat since I call it from a different location).

Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
0
Note

Please keep in mind, that the main WiX installer of this product adds property MSIRESTARTMANAGERCONTROL=disable to the "Microsoft Office 64-bit components 2010"

Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
-2
Note
1.- Extraer Ejecutable. Comando "Ejecutable.exe /extract
2.-Generar XML
Generar Archivo Nombre+.XML con lo siguiente:
<Configuration Product="Access">
<Display Level="Basico" CompletionNotice="No" SuppressModal="yes" AcceptEula="Yes" />
<Setting Id="SETUP_REBOOT" Value="NEVER" />
</Configuration>

Parametro de Instalación:
-------------------------
setup.exe /Config Archivoquegeneraste.xml

Att.

Williams_Salas@hotmail.com
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
-2
Note
1.- Extraer Ejecutable. Comando "Ejecutable.exe /extract
2.-Generar XML
Generar Archivo Nombre+.XML con lo siguiente:
<Configuration Product="Access">
<Display Level="Basico" CompletionNotice="No" SuppressModal="yes" AcceptEula="Yes" />
<Setting Id="SETUP_REBOOT" Value="NEVER" />
</Configuration>

Parametro de Instalación:
-------------------------
setup.exe /Config Archivoquegeneraste.xml

Att.

Williams_Salas@hotmail.com
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
-5
Command Line

Although the /quiet and /passive switches are supported by the installer .exe, there will be a EULA acceptance window popup regardless of the switches used. This means that unless a workaround is found, there may be no way of doing a silent install.

Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows

Inventory Records (1)

View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.

Versions

Microsoft Access 2010 Runtime

Version

14

Questions & Answers (2)

Questions & Answers related to Microsoft Microsoft Access 2010 Runtime

1
ANSWERS
8
ANSWERS

Blogs (0)

Blog posts related to Microsoft Microsoft Access 2010 Runtime

Reviews (0)

Reviews related to Microsoft Microsoft Access 2010 Runtime

 
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