- Place files somewhere under ActiveX
- Use startActiveX.bat
- Apache's mime.types VRML model/vrml -> x-world/x-vrml. Live3D does not mark itself as understanding model/vrml
- basilisk-portable's ini MOZ_PLUGIN_PATH includes FP_VRML_PATH. Batch file sets
- Set PATH to include DLLs, so they're visible.
- CosmoPlayer installer seems to call regsvr32 on some of the DLLs. Replicate. See what other devs say.
- All DLLs copied under VRML/Cosmo211/
- Set MOZ_PLUGIN_PATH
- Set PATH to include DLLs, so they're visible.
- Note that uninstaller is not thorough
-
- Doesn't remove some DLLs from SysWOW64
-
- Doesn't remove some registry entries, in particular, CLSID ones that refer directly to SysWOW64
Sole reference to cm12_dshow.dll registration might be error message or fallback to cm_dshow.dll related, rather than being the only registered dll.
How does InstallShield know which files to self register in its batch?