

- Error tabctl32.ocx is marked read only install#
- Error tabctl32.ocx is marked read only registration#
add/change/remove highlighted files and registry entries to suit. examine the results for *relevant* added/changed/deleted files and registry entries start a lightweight snapshot tool (I use Ziff-Davis' In Control) and do a 'before' snapshot
Error tabctl32.ocx is marked read only install#
One of the very first things I do with any captured install is to test the vendor's install against my own.
Error tabctl32.ocx is marked read only registration#
These "missing" entries can obviously be ignored.Ĭoming to your question about why the registration wasn't picked up, you could have picked that up relatively simply. For example, you'll know that Windows looks for some registry entries in the HKCU hive first and, if not found, then searches HKLM. You need to bear in mind that you'll need to filter out a lot of OS "noise" first and that you will see some entries which are missing by design (as it were). My preferred tool is ProcMon Running this as your app starts up will highlight all the missing files and registry entries. The other tool which you must have is a process monitor. MSJAVA.DLL is a popular member of that list. Bear in mind that some will be listed which have delay-load dependencies. Any missing ones will be highlighted with a yellow question mark.

One of the tools which any packager *must* have in their armoury is 'Dependency Walker' You drop an EXE, DLL or OCX on to its main window and it will list for you, amongst other things, all the files upon which that EXE, DLL or OCX depends.
