Hi
I have tried to use the ActiveX for displaying the VPE.
It works on the machine where the VPE package is installed, but not in on other PC's.
I get a dialog showing "Failed to load the VPEngine runtime DLL (vpee3261.dll)"
I have created lpk file.
I have build the cab file using makecab.exe
The dep, ocx and dll all ends in system32
I have changed IE settings to allow unsigned ActiveX
What am I missing?
VprCtrl.ddf
************************************************
;*** Sample Source Code MakeCAB Directive file example
;
.OPTION EXPLICIT
.Set CabinetNameTemplate="VpeCtrl61.cab"
.Set DiskDirectory1=.
.Set CompressionType=MSZIP
.Set Cabinet=on
.Set Compress=on
.Set CabinetFileCountThreshold=0
.Set FolderFileCountThreshold=0
.Set FolderSizeThreshold=0
.Set MaxCabinetSize=0
.Set MaxDiskFileCount=0
.Set MaxDiskSize=0
C:\Temp\VPE\VpeCtrl61.ocx
C:\Temp\VPE\vpee3261.dll
C:\Temp\VPE\VpeCtrl61.inf
C:\Temp\VPE\VpeCtrl61.dep
;*** <the end>
************************************************
VpeCtrl61.dep
************************************************
; Dependency file for setup wizards.
; Dependencies for VpeCtrl61.ocx
; Default Dependencies
[VpeCtrl61.OCX]
Register=$(DLLSelfRegister)
Dest=$(WinSysPath)
Uses1=vpee3261.dll
Uses2=
[vpee3261.dll]
Dest=$(WinSysPath)
Uses1=
************************************************
VpeCtrl.inf
************************************************
; VpeCtrl61.inf
;
; Setup inf file for VPE ActiveX control
;
; Copyright (C) 1999 IDEAL Software(R). All rights reserved.
[Version]
Signature="$CHICAGO$"
Provider=IDEAL Software
AdvancedInf=2.0
[Add.Code]
VpeCtrl61.ocx=VpeCtrl61.ocx
vpee3261.dll=vpee3261.dll
VpeCtrl61.dep= VpeCtrl61.dep
[VpeCtrl61.ocx]
file=thiscab
clsid={3BC5ECCA-8164-49F7-9B3C-6C1F9FACB6A1}
FileVersion=6,1,1,7041
RegisterServer=yes
DestDir=11
[vpee3261.dll]
file=thiscab
FileVersion=6,1,1,7041
DestDir=11
[VpeCtrl61.dep]
file=thiscab
DestDir=11
[Setup Hooks]
InfFile=VpeCtrl61.inf
************************************************