I've noticed that both 32 and 64 bit installs use the 32 bit registry which makes it impossible to distinguish them in the registry. Any workaround on it please? asked 29 Mar '12, 02:03 Eugenia |
One Answer:
I'm not sure it would make sense for us to explicitly write to the 64-bit view of the registry, at least for our current set of keys. They are either used by the system (e.g. file associations) or by the uninstaller, which is a 32-bit application created by the NSIS installer utility. The most reliable way to to find the executable type would probably be to read the value of If you want a method based purely on the contents of the registry you could look for "(x86)" in the file path. By default Wireshark is installed in UpdateStarting with the 1.7.1 answered 29 Mar '12, 13:14 Gerald Combs ♦♦ edited 03 Apr '12, 17:41 |