Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Antview ocx manifest file that will work for reg free Com in VB6
#2
Hi,

The question came also in by email and I have replied there in more details, including an adjusted .manifest file that had a bunch of lines removed that are not needed.

Officially we only support the traditional registration of our ActiveX control, so the registration that you see with the regsvr32 command.
The reason is that the manifest file might need changes after an update of the control.
This means that we don’t test with “reg free” com and in case of issues we might ask you to change the registration to use traditional registration.
 
Having said all that.. it should work.
In fact, the version of the manifest file that was send by email worked fine after updating the version numbers to 1.1.330.
A few things to keep in mind are:
- Put the .ocx in the same folder as your application's binary
- Put the .manifest file(s) in this same folder as well
- Put the webview2loader.dll in this folder as well (careful with win32/win64 bitness, there are two identically named versions of this dll)

That's pretty much it.

Attached are the .manifest files I used for testing with release 1.1.330
 
The Demo.exe-without.manifest file is the original manifest file of the binary that was used to test with which would be used in case of using the regsvr32 way of registering the control.
--
Wil


Attached Files
.zip   manifest-demo.zip (Size: 2.33 KB / Downloads: 4)
Reply


Messages In This Thread
RE: Antview ocx manifest file that will work for reg free Com in VB6 - by wila - 2023-12-19, 12:18:38

Forum Jump:


Users browsing this thread: 1 Guest(s)