Jump to content

Recommended Posts

Posted

Dear All,

I have write the installer program, I need to install the ActiveX. I want to check the version of ActiveX before overiting it. How can I check this ActiveX exist and the version of this ActiveX?

FileInstall("C:\WINDOWS\System32\COMDLG32.OCX",@TempDir & "\COMDLG32.OCX",1)

Tks,

LVD

Posted

Run dxdiag from the command prompt and then parse the output text file (dxout.txt) for the line DirectX Version:

dxdiag /t dxout.txt /whql:off

Whenever someone says "pls" because it's shorter than "please", I say "no" because it's shorter than "yes".

Posted

Not relevant.

The only non-relevant post in this thread, before this one, was you trolling. All others provided a possible solution.

Whenever someone says "pls" because it's shorter than "please", I say "no" because it's shorter than "yes".

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...