Answered by:
How To Suppress The Welcome Screen On The First Use Of Access 2010 Runtime After Installation?

Question
-
We have an Access application that we currently distribute with Access 2007 Runtime. The installation is straight forward. The user accepts the EULA. They then run Windows Update, reboot and run the application.
When we do the same thing with Access 2010 Runtime a Welcome screen comes up the first time the application is run asking the user to select one of three options:
Use Recommended Settings
Install Updates Only
Don't make changesWe need to suppress the Welcome screen and set the Install Updates Only.
Is this controlled by registry settings and if so which ones? We can set them as part of the installation process and avoid having the user see the Welcome screen on first run.
Wednesday, September 7, 2016 7:34 PM
Answers
-
Hi Saberman,
I find that in other forum one user had a same issue like yours with Access Run Time 2010.
in that they had suggest to add an config.xml file in the root.
which contains the code like below.
<Configuration Product="AccessRT"> <Display Level="basic" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" /> //same as msp config <COMPANYNAME Value="CompanyName" />//same as msp config <Setting Id="AUTO_ACTIVATE" Value="1"/> <Setting Id="SETUP_REBOOT" Value="Never" /> //same as msp config </Configuration
so you can visit the link below and view the suggestions may help you top solve your issue.
Disclaimer: This response contains a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you. Microsoft does not control these sites and has not tested any software or information found on these sites; therefore, Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. There are inherent dangers in the use of any software found on the Internet, and Microsoft cautions you to make sure that you completely understand the risk before retrieving any software from the Internet.
Regards
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.
- Edited by Deepak Saradkumar PanchalMicrosoft contingent staff Tuesday, September 20, 2016 9:16 AM
- Proposed as answer by Deepak Saradkumar PanchalMicrosoft contingent staff Tuesday, September 20, 2016 9:17 AM
- Marked as answer by Deepak Saradkumar PanchalMicrosoft contingent staff Tuesday, September 20, 2016 9:17 AM
Thursday, September 8, 2016 5:19 AM
All replies
-
I think you can do this with a Group Policy. Here is the starting point for Office 2010 Group Policies:
https://technet.microsoft.com/en-us/library/cc179081(v=office.14).aspx
Matthias Kläy, Kläy Computing AG
Wednesday, September 7, 2016 7:46 PM -
This is for a retail application that might be installed standalone computers or domain joined computers and versions of Windows from Home through Pro. I don't think we can mess with policy settings.
There must be a registry setting for the Welcome screen option. One to just indicate it has already run and another to indicate which option was selected.
Wednesday, September 7, 2016 8:33 PM -
Yes, the Group Policy Editor is basically a wrapper for the Registry Editor.
I don't know the actual registry entry to suppress the welcome screen. You may have more luck if you ask this question in a Office Installation forum, like here:
https://social.technet.microsoft.com/Forums/office/en-US/home?forum=officesetupdeployprevious
Matthias Kläy, Kläy Computing AG
Wednesday, September 7, 2016 8:56 PM -
Hi Saberman,
I find that in other forum one user had a same issue like yours with Access Run Time 2010.
in that they had suggest to add an config.xml file in the root.
which contains the code like below.
<Configuration Product="AccessRT"> <Display Level="basic" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" /> //same as msp config <COMPANYNAME Value="CompanyName" />//same as msp config <Setting Id="AUTO_ACTIVATE" Value="1"/> <Setting Id="SETUP_REBOOT" Value="Never" /> //same as msp config </Configuration
so you can visit the link below and view the suggestions may help you top solve your issue.
Disclaimer: This response contains a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you. Microsoft does not control these sites and has not tested any software or information found on these sites; therefore, Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. There are inherent dangers in the use of any software found on the Internet, and Microsoft cautions you to make sure that you completely understand the risk before retrieving any software from the Internet.
Regards
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.
- Edited by Deepak Saradkumar PanchalMicrosoft contingent staff Tuesday, September 20, 2016 9:16 AM
- Proposed as answer by Deepak Saradkumar PanchalMicrosoft contingent staff Tuesday, September 20, 2016 9:17 AM
- Marked as answer by Deepak Saradkumar PanchalMicrosoft contingent staff Tuesday, September 20, 2016 9:17 AM
Thursday, September 8, 2016 5:19 AM -
The link you provided leads to a thread about: Docmd.ApplyFilterThursday, September 8, 2016 8:29 PM
-
Hi Saberman,
I corrected the link. you can visit the link now.
Regards
Deepak
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.Friday, September 9, 2016 3:29 AM