Skip to main content

All Questions

0 votes
1 answer
873 views

VB6 .OCX file works, but not when I recompile (identical code)

I am updating a program at work that uses a .ocx file to communicate with a database. The program works just fine with a version of the .ocx that was compiled a few months ago. However, if I try to ...
user2437443's user avatar
  • 2,217
0 votes
1 answer
2k views

How to get installed software details from windows registry?

I am developing an application for installing software from exe or msi file. After Installation I want installed software details from registry in C#, so that I can use that details for uninstallation ...
Rupali's user avatar
  • 115
1 vote
3 answers
90 views

What kind of software shows one what files are beeing installed on the HDD during .exe or .msi install process?

I remember having seen a windows software that shows one (in realtime) what files are beeing installed/extracted on the HDD and what keys are written in the registry during an .exe or .msi install ...
JohnnyFromBF's user avatar
  • 10.2k