
tony.luu asked a question.
MsFlxGrd.ocx got installed to $SYSTEM_64$ successfully
but the subsequent command, regsvr32.exe "$SYSTEM_64$\MsFlxGrd.ocx", failed with error "The specified module could not be found"
manually executing it on CMD works fine.
I also moved the regsvr32 command to post-install. same issue.
This must be a very common issue. Am I missing some steps to register an ocx?
BTW, I'm using IA2018 SP1
Please help.
More info ...
the ocx is supposed to be installed in SysWOW64 but it went to System32
I checked the boxes in Advanced tab to enable WOW64 Emulator but it didn't make any difference.
Bottom line is: how to install my MsFlxGrd.ocx into SysWOW64 directory?
$SYSTEM_64$ is System32
what a confusing names :-(
Anyway, I changed to $SYSTEM_32$ and everything works fine.