Tags
ActiveMQ activex agile Bosanac Build Industrialization Command Continuous Integration cool craftsmanship Davies dll dll components driver Eclipse geek JDBC Jenkins JMS Linux Locations manifesto Manning maven Messaging MOM Mylyn Offline Oracle OSGI powershell reg regcap regsvr32 Reverse Engineer shell extensions smartphone Snyder Software Development Sonar Spring Roo Unix Update whereis which Windows-
Recent Posts
Archives
Categories
Meta
Tag Archives: Windows
Create registry file (.reg) equivalent to the RegSvr32 command
If you have already programmed a bit in OLE/ActiveX/Shell extensions/etc. in the Microsoft world, you already know the RegSvr32 command used to register/unregister these dll components. The regsvr32.exe command only calls the DllRegisterServer entry point, i.e. a method with that … Continue reading
Posted in Tips and tricks
Tagged activex, dll, dll components, ole, reg, regcap, registry, regsvr32, shell extensions, Windows
Leave a comment
Windows: find the location of the executables
After having answered this question for Linux/Unix, I have encountered the same need for Windows. This is what I have found. Since Windows Server 2003 (including Vista and Windows 7), you can use the “where” command. Before Windows Server 2003 … Continue reading