Changes

Jump to: navigation, search

MS Access Runtime 2010

53 bytes removed, 12:05, 3 August 2011
no edit summary
* Create a new XML file called config.xml in the same directory as the setup.exe file - eg \\wpkg_server\wpkg_share\AccRT\config.xml
* Paste into new file and save:
 <source lang="xml"> <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="[INSERT YOUR COMPANY NAME HERE]" /> --> <Setting Id="SETUP_REBOOT" Value="Suppress" /> </Configuration></source> * Un-comment the company name line and enter Enter your company name if you want (or delete that set tooline from the file)
=== Silent uninstall configuration ===
* Create a new XML file called silentuninstall.xml in the same directory as the setup.exe file - eg \\wpkg_server\wpkg_share\AccRT\silentuninstall.xml
* Paste into new file and save:
 
<Configuration Product="ACCESSRT">
<Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" />
<Setting Id="SETUP_REBOOT" Value="NEVER" />
</Configuration>
 
== WPKG package ==
Here's the XML for the package. We don't want to install the runtime if Office Pro is installed, so I've added a check for Office Pro. If you're using Office Pro it's maybe worth adding the uninstall command to the Office Pro package as an install command before installing Office (ie copy the <tt><remove... /remove></tt> bit from below, paste into your Office Pro package before your first <tt><install... </tt> and change the '''<tt>remove'''</tt>s to '''<tt>install'''</tt>s. I've not had to do an upgrade yet, so I've left that out... Error return codes for the
<source lang="xml">
<package
</source>
== Credits ==
* Thanks to whoever put together the MS Office 2010 page [[MS_Office_2010]]page
* Thanks to Grubsi for his forum entry: [http://groups.google.com/group/microsoft.public.access.conversion/browse_thread/thread/e81b01a3edadfac7/ecd0aadf2803d548?lnk=raot&pli=1]
Anonymous user

Navigation menu