Clipboard Data Plugin
On-Premise Users Only
The clipboard data plugin enable users to copy and paste text between applications. Administrators can install the plugin on a server and it installs silently to clients.
1. | On the server, place npClipboardDataPlugin.dll to C:\Program Files (x86)\Internet Explorer\plugins\. |
2. | Register using the following command: |
regsvr32 /s "C:\Program Files (x86)\Internet Explorer\plugins\npClipboardDataPlugin.dll"
3. | To ensure that the plugin is installed correctly, go to Tools -> Manage Add-on. |
Clipboard Data Plugin Installation Check
Users automatically have access without further action.
1. | Unzip the file: C:\Program Files\FrontRangeSolutions\HEAT\AppServer\lib\ SWFUpload\ClipboardDataPluginInstaller_Admin.cab. |
2. | Copy npClipboardDataPlugin.dll to c:\\windows\Downloaded Program Files\npClipboardDataPlugin.dll.s |
3. | Register using the following command: |
regsvr32 /s "c:\\windows\Downloaded Program Files\npClipboardDataPlugin.dll"
4. | Restart Internet Explorer. |
5. | After installation, the plug-in download does not appear, but the clipboard works. |
Users can push the zip file and script the instructions using client deployment tools such as FrontRange Client Management tool or Microsoft SCCM.
These instructions have been verified with IE8, IE9, and IE11 on Windows 7, Windows 2008R2, and Windows 2012.
- Unregister using the following command:
regsvr32 /s /u "c:\\windows\Downloaded Program Files\npClipboardDataPlugin.dll"