Hi<br><br>I need to disable the extensions install GUI for end-users (extensions are &quot;Nasty Security Exposures (TM)&quot; here )<br><br>In previous versions (OOo 3.2.1) I used the following command to de-register the extension GUI (in a install script):<br>
<br>Regcomp = chr(&quot;34&quot;) &amp; strProgramFiles &amp; &quot;\OpenOffice.org 3\URE\bin\regcomp.exe&quot; &amp; chr(&quot;34&quot;)<br>Servicesrdb = chr(&quot;34&quot;) &amp; strProgramFiles &amp; &quot;\OpenOffice.org 3\Basis\program\services.rdb&quot; &amp; chr(&quot;34&quot;)<br>
Services = &quot;vnd.sun.star.expand:$BRAND_BASE_DIR/program/deploymentguimi.uno.dll&quot;<br>wshShell.run Regcomp &amp; &quot; -revoke -r &quot; &amp; Servicesrdb &amp; &quot; -c &quot; &amp; Services, 0, True<br><br>since LibreOffice 3.?, some of these libs moved elsewhere and dll&#39;s have new names, specifically:<br>
<br>what is now &quot;deploymentguimi.uno.dll&quot; ?<br><br>(I have deployment.dll, deploymentgui.dll and deploymentmisclo.dll, so which one?)<br><br>and<br><br>\Basis\program\services.rdb <br><br>seems to have moved to <br>
<br>\program\services\services.rdb, <br><br>my best guess so far... Right?<br><br>Thanks for the help<br>-- <br>Olivier Hallot<br>Founder and Steering Commitee Member<br>The Document Foundation<br><br>