Bloomberg Keyboard Driver Fingerprint
- 19 Comments!
Jan 9, 2015 - The older Bloomberg keyboards are recognized and locally connected. To have the newest keyboard drivers built into the Tera2 firmware? Bloomberg Keyboard Problems. I am experiencing the same issue with the Bloomberg biometric keyboard. We use Cubix blade PC's. Occationally the keyboard just stops working. Mouse locks up to.
Post your SCCM tips and tricks, requests for help, or links others might find useful! Post not showing up? It might have been caught by the spam filter.
URL shorteners cause this almost every time, but so do strings of apparent gibberish like WSUS and PXE sometimes. Europa v10 ops file download. We don't check the modqueue very often. > if your post is stuck! Resources: • • • • • • • (largely outdated) Chat Groups • Current Version: • Flair: • Flair is reserved for Microsoft employees and MVPs. Please send mod mail if you qualify and would like flair set for your account. Contributing MVPs • () • () • () • () Contributing Microsoft Employees • • •.
Last time I worked this, it took months of investigation and working with the vendor. First I had to figure out all the components that install. Then set permissions on all the shared folders that the installers touched since we don't allow local admin. Then, you find that the install updates about every month, so what you package doesn't last. My recommendation, spend some time on it, document all you try, then show your management the time and effort you took and explain why it's a good candidate for manual installation. We use an old VBS deployment kit for these scripts, so to make it simpler, I just cleaned it up so you can better see the steps: execute sotrt050711.exe -parameters /S execute upgr.exe -parameters /S GrantFilePermission c: blp INTERACTIVE -F GrantFilePermission c: blp USERS -F Firewall_AddException C: blp Wintrv WINTRV.EXE if X64 then SetRegistryPermissions('HKLM', 'SOFTWARE Wow6432Node Bloomberg L.P.'
,'S-1-5-32-545', 'F', True) SetRegistryPermissions('HKLM', 'SOFTWARE MICROSOFT WINDOWS CURRENTVERSION UNINSTALL BLOOMBERG EXCEL TOOLS','S-1-5-32-545', 'F', True) else SetRegistryPermissions('HKLM', 'SOFTWARE Bloomberg L.P.' ,'S-1-5-32-545', 'F', True) SetRegistryPermissions('HKLM', 'SOFTWARE MICROSOFT WINDOWS CURRENTVERSION UNINSTALL BLOOMBERG EXCEL TOOLS','S-1-5-32-545', 'F', True) end if execute c: blp wintrv setvistapermissions.exe -parameters default • • • • •. We have it packaged with that. The install should go something like this.
• Give users elevated access to the Bloomberg installation destination • Upgrade Bloomberg if already installed, otherwise install Bloomberg (two different installers) • Upgrade: bupd07072017.exe /s • Full install: sotrt07072017.exe /s /cfg=setup.blp • How to create setup.blp: Either create a new text file, open setup.blp (located in%temp% on a PC with Bloomberg installed), or paste the appendix at the end of the guide into a text editor such as Notepad. Each configurable section will now be explained separately. Although the default name is setup, the file can be changed to any name according to Windows file convention; it can contain spaces but not punctuation marks. It must keep the extension.blp • • • •.