Page 1 of 1

COM Registration

Posted: Fri Oct 18, 2013 5:32 am
by elias41
Hello,

Currently, I try to register EViews COM with typing the following in the command window:

C: \Program Files\EViews 8\Eviews8_x64.exe /register

Unfortunatelly, I get the error message: "C: is not defined or is an illegal command."

Where's my mistake :?:


Regards

Re: COM Registration

Posted: Fri Oct 18, 2013 8:00 am
by EViews Steve
Ok, I think you're trying to run a DOS command inside an EViews command window.

You need to open a DOS command window (go to the Start button, type in CMD in the Run text box and hit enter).

Once you're in the DOS window, first go to the EViews 8 subdirectory. Once there, type in

Code: Select all

Eviews8_x64.exe /register
Alternatively, you can just run EViews, then type in the EViews command REGCOMPONENTS and hit enter. When you see the dialog come up, just the click "Yes (All)" button to re-register everything.

Re: COM Registration

Posted: Mon Oct 21, 2013 1:28 am
by elias41
That works fine, many thanks!