I am excited to know that what is the specific purpose to put 32 behind regsvr. why not regsvr64 ? In explain what is the significance of this 32 here ?
It's just the same historical name, but you actually have two versions of regsvr32.exe
on your 64-bit system:
C:\Windows\System32\regsvr32.exe
- can register both 32 and 64 bit COM DLLs
C:\Windows\SysWOW64\regsvr32.exe
- can only register 32 bit COM DLLs