W
Woodie Morris
I'm trying to use a 3rd party COM ocx control in my VB2008 Express
application. Works fine on the development machine of course, but once
deployed to a test/virtual machine it will only work if I copy the COM
control's license file to the text computer's Windows\System32 folder. I'm
using Inno Setup with the following lines to install the ocx:
Source: "C:\Program files\VideoCapX\videocapx.ocx"; DestDir: "{sys}"; Flags:
restartreplace sharedfile regserver
Source: "C:\Users\Woodie\My Documents\Visual Studio Projects\GT\Distribution
files\Interop.VIDEOCAPXLib.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Users\Woodie\My Documents\Visual Studio Projects\GT\Distribution
files\AxInterop.VIDEOCAPXLib.dll"; DestDir: "{app}"; Flags: ignoreversion
Is this something that can't be done in the Express version?
Thanks, -Woodie
application. Works fine on the development machine of course, but once
deployed to a test/virtual machine it will only work if I copy the COM
control's license file to the text computer's Windows\System32 folder. I'm
using Inno Setup with the following lines to install the ocx:
Source: "C:\Program files\VideoCapX\videocapx.ocx"; DestDir: "{sys}"; Flags:
restartreplace sharedfile regserver
Source: "C:\Users\Woodie\My Documents\Visual Studio Projects\GT\Distribution
files\Interop.VIDEOCAPXLib.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Users\Woodie\My Documents\Visual Studio Projects\GT\Distribution
files\AxInterop.VIDEOCAPXLib.dll"; DestDir: "{app}"; Flags: ignoreversion
Is this something that can't be done in the Express version?
Thanks, -Woodie