Hi<br><br>I need to disable the extensions install GUI for end-users (extensions are "Nasty Security Exposures (TM)" 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("34") & strProgramFiles & "\OpenOffice.org 3\URE\bin\regcomp.exe" & chr("34")<br>Servicesrdb = chr("34") & strProgramFiles & "\OpenOffice.org 3\Basis\program\services.rdb" & chr("34")<br>
Services = "vnd.sun.star.expand:$BRAND_BASE_DIR/program/deploymentguimi.uno.dll"<br>wshShell.run Regcomp & " -revoke -r " & Servicesrdb & " -c " & Services, 0, True<br><br>since LibreOffice 3.?, some of these libs moved elsewhere and dll's have new names, specifically:<br>
<br>what is now "deploymentguimi.uno.dll" ?<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>