Closed alexanderkoller closed 5 years ago
changing this
<component name="Robot Operating System (ROS) plugin" id="1341" customizedId="" displayDescription="false" hideHelpButton="false" selected="true" changeable="true" downloadable="false" hidden="false">
to
<component name="Robot Operating System (ROS) plugin" id="1341" customizedId="" displayDescription="false" hideHelpButton="false" selected="false" changeable="true" downloadable="false" hidden="false">
will probably do the trick (selected="true"
to selected="false"
). Should be line 321 or thereabouts of dialogos.install4j
.
That fixed it, thanks.
Currently the ROS plugin is selected by default in the installer. Let's make it unselected; only specific users will use it.