I recently noticed that a installer file named lockbackreg.msi is included in a setup package that I use to install a large application on my machine. This file is said to be a MS .NET Update required by Office 2003 for addin functionality but I could not figure out the exact use of it. Does anyone has any information on why this file is required?
What is the use of MS Office related lockbackreg.msi?
107 Views Asked by A9S6 At
1
There are 1 best solutions below
Related Questions in INSTALLATION
- Bundle Multiple Xamarin apps in one pkg installer
- install a R package from directory
- Can I automate auto-app installation on my Android device?
- Stop the installshield installation if a file is not found in vb.net
- GVM: Issue when installing GVM in Ubuntu 14.04
- Not able to format namenode in hadoop-2.6.0 multi node installation
- How to install SFML in ubuntu?
- how to install packages from pypi to anaconda?
- What is PREFIX IN make PREFIX=$HOME/usr/local/OpenBLAS?
- WiX installer - change the install path
- First time app run action depending on how app was installed (Android)
- First time app run action depending on how app was installed (iOS)
- Error while installing HBase on windows
- Produce both versions x32 and x64 under PyInstaller
- Python: Trouble with dill installation
Related Questions in UPDATES
- Apps that need access to camera wont work on newest android version
- how to update data from meteor in meteor using template helper which contain iteration
- update database java
- D3.js Enter, Update, Exit issue
- Unable to update a document elastica
- Cannot install typescript 1.4 after Windows 10 reservation
- Update list of items in c#
- Wordpress RPM not showing plugins update
- Is there away to specify which server you want?
- How I can execute extern Module Commands on a remote Computer in Powershell without install the Module?
- change routes of update rails
- Objective-C app update is deleting saved pictures
- OTA updates for Device Owner Android Application(Kiosk mode)
- Rethinkdb multiple update by one query and conditional
- Trigger Chrome extension update checking
Related Questions in OFFICE-2003
- Installing version 11 PIA on a Visual Studio 2008 / Office 2007 system?
- Create VSTO 3.0 Outlook Add In to run on office 2003/2007/2010(x32 and x64)
- Deploy word addin ... 2003
- Outlook 2003 Drag & Drop inbox to outbox confusing behaviour
- word 2003 how do you redraw a window?
- COMAddIns how to turn them on/off programmatically in Office Word 2003
- Custom task pane support in Office 2003
- Word Automation Backwards Compatibility With Word 2003
- Conditional VBA code for PowerPoint 2003 & 2007/2010/2013 object model compatibility
- How to disable conversion message when opening Office 2007 doc using Office 2003?
- Excel - Red Cross where a drop down list should be
- Determining the size of a merged area
- Is there a way to set search settings for ms office (2003) for non English charectars
- Excel comment invisible under cell
- PowerPoint 2003 COM Add-In
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
That's part of the KB908002 update package which also distributes extensibility.dll ( .msi ) and a couple other components.
http://support.microsoft.com/kb/908002
I don't know all of the details, but I do know this is a dependency of several assets in my software product line where I work. These assets have to do with certain plugins / interop capabilities that we created for Excel, Powerpoint and Word for "pasting" to them and they won't work with out it. This is a really large install that I create so I almost can't help wonder if you are using one of my installs.
I'd also look at all the "related" questions on SO. The systems seems to be smart enough to answer the question for you.