Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Show only
|
Search instead for
Did you mean:
This page has been translated for your convenience with an automatic translation service. This is not an official translation and may contain errors and inaccurate translations. Autodesk does not warrant, either expressly or implied, the accuracy, reliability or completeness of the information translated by the machine translation service and will not be liable for damages or losses caused by the trust placed in the translation service.Translate
Thank you for providing this feedback. The Revit product teams create Revit related install components and UI, so to receive the proper exposure I will move it over to the Revit board.
To provide your feedback directly to product development, submit it >here<.
Please"Accept Solution" if a reply or replies have helped resolve the issue or answered your question, to help others in the community.
Since it is possible to make it not show again it is most probably possible to solve by figuring out where this setting is saved, possibly in the registry, and then write to the registry right after the install.
I coded a python script to check the user's Revit profile directory at login. If the profile XML does not exist it simply copies a local template over. See screenshot below.