Home > Software engineering >  Bat file and DLL file how to make a cab?
Bat file and DLL file how to make a cab?

Time:09-24

Now I wrote a bat batch programs, run the bat file, after the relevant registered DLL file to the registry,

Problem: I want to run a web page, detection of DLL is registered with the registry, if the registered or installed, no hint, on the contrary, tip need to run the cab file, registered for installation,

The cab file how to implement online IE installed online?

CodePudding user response:

Cab inside the package if no bat file, match an inf file, the browser will automatically register, will reload the registered version changes,

CodePudding user response:

[version]
Signature="$$" CHICAGO
AdvancedINF=2.0

[the Add Code]
Test. Ocx=test. Ocx
Test1. DLL=test1. DLL

[test. Ocx]
File - the win32 - x86=thiscab
Clsids={... }
FileVersion=1,0,0,1
RegisterServer=yes
DestDir=11

[test1. DLL)
File - the win32 - x86=thiscab
FileVersion=1,0,0,1
RegisterServer=yes
DestDir=11

CodePudding user response:

Don't quite understand, can not perform bat file, just put npPluginSDK IE online. The DLL is registered this file, I have no ocx file folder,

CodePudding user response:

I just take, for example, without ocx does not contain, ocx is also a control, vc generated

CodePudding user response:

Write an inf file, and then run inside 'iexpress' input, to packaging, not baidu,
  • Related