Connect to the Login Enterprise appliance using SSH or a console connection.
Move the launcher binaries to a location that is not publicly accessible e.g. /home/admin
mv /loginvsi/content/zip/launcher* /home/admin/
Check if the files exist in the new location:
ls /home/admin
Check if the files are removed from their original location
ls /loginvsi/content/zip/
No files with the name launcher* should be present in this folder as shown below.
You have now successfully removed the launcher binaries from the publicly accessible areas of Login Enterprise. As a result the launcher setup cannot be downloaded from the Login Enterprise web-interface.
To reverse these actions (not recommended) execute the following command
mv /home/admin/launcher* /loginvsi/content/zip