It is located in our Vantage directory. Its a batch file with the following
contents. UNREGOXC.bat
echo off
cls
echo.
echo ------------------------------------------------
echo Vantage 3.0, 4.0, 5.0 and 5.1 REGISTRY UNINSTALL
echo ------------------------------------------------
echo.
echo UNREGOCX is a parameter driven utility that will uninstalled
echo the Windows registry entries for Vantage 3.0, 4.0, 5.0 and 5.1
echo.
echo.
pause
cls
echo.
echo RUNNING THE BATCH FILE:
echo -----------------------
echo Run UNREGOCX from the workstation where your Vantage client
echo was installed.
echo.
echo 1) At the workstation, exit Windows to a DOS prompt.
echo 2) Change the DOS prompt to reflect the drive mapped to the \Vantage
directory.
echo 3) From this prompt enter the command:
echo.
echo VNTUNREG [drive letter]
echo.
echo [drive letter] - Replace with the MAPPED drive letter where your
echo VANTAGE folder resides.
echo.
echo "Example: C *DON'T ENTER (:) or (\) - Enter drive letter ONLY "
echo.
pause
set DL=%1:
if "%DL%"==":" goto NoParam
echo.
echo Uninstalling Registry Entries...
rem Vantage 3.00 and earlier...
regsvr32 /U /S %DL%\VANTAGE\OCX\COMDLG32.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\CTBANR32.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\CTLBAR32.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\CTLIST.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\CTLSTBAR.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\CTMETR32.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\CTMNTH32.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\CTSPLT32.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\CTMONTH.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\CTYEAR.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\CTYEAR32.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\MSCHART.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\PSTIMER.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\RICHTX32.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\SIMPLIMG.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\VCF132.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\VCF15.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\VCFI32.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\VCFI5.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\VSPELL32.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\PVXPLO~1.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\RICHTX32.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\COMDLG32.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\MSCHART.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\CTBANR32.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\CTMETR32.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\CTMNTH32.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\CTYEAR32.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\VCFI5.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\VCF15.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\VCFI32.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\VCF132.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\PSTIMER.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\SIMPLIMG.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\CTTREE.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\CTTABS.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\CTFOLD.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\CTTEXT.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\CTSPLIT.OCX
rem Vantage 4.00.602 and later...
regsvr32 /U /S %DL%\VANTAGE\OCX\btn32a20.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\COMCTL32.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\Ctbanner.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\CTClock.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\CTFOLD32.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\CTmeter.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\CTSplt32.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\CTTabs32.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\CTText32.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\Messag~1.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\MSVBVM50.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\pdqcom32.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\pvscrptr.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\Vcfiwz5.OCX
rem Vantage 5.00 and 5.1.
regsvr32 /U /S %DL%\VANTAGE\OCX\vantage.dll
regsvr32 /U /S %DL%\VANTAGE\OCX\client~1.dll
regsvr32 /U /S %DL%\VANTAGE\OCX\progre~1.dll
GOTO FINISHED
:NoParam
cls
echo.
echo.
echo.
echo You did not indicate a required parameter. The UnRegOcx utility
requires
echo that you indicate a drive letter.
echo.
echo EXAMPLE: VNTUNREG [drive letter] .
echo EXAMPLE: VNTUNREG C
echo.
echo Please execute UnRegOcx with drive letter parameter.
echo.
pause
GOTO TERMINATE
:FINISHED
echo.
echo Uninstall Registry Entries Completed Sucessfully.
GOTO END
:TERMINATE
echo.
echo VntUnReg Terminated.
:END
Hope this helps
Jeremy
-----Original Message-----
From: api115 [mailto:api115@...]
Sent: Wednesday, May 22, 2002 2:16 PM
To: vantage@yahoogroups.com
Subject: [Vantage] Re: Vantage 3.0, Windows 2000, & Terminal Services
Where does one find this "regfix?"
contents. UNREGOXC.bat
echo off
cls
echo.
echo ------------------------------------------------
echo Vantage 3.0, 4.0, 5.0 and 5.1 REGISTRY UNINSTALL
echo ------------------------------------------------
echo.
echo UNREGOCX is a parameter driven utility that will uninstalled
echo the Windows registry entries for Vantage 3.0, 4.0, 5.0 and 5.1
echo.
echo.
pause
cls
echo.
echo RUNNING THE BATCH FILE:
echo -----------------------
echo Run UNREGOCX from the workstation where your Vantage client
echo was installed.
echo.
echo 1) At the workstation, exit Windows to a DOS prompt.
echo 2) Change the DOS prompt to reflect the drive mapped to the \Vantage
directory.
echo 3) From this prompt enter the command:
echo.
echo VNTUNREG [drive letter]
echo.
echo [drive letter] - Replace with the MAPPED drive letter where your
echo VANTAGE folder resides.
echo.
echo "Example: C *DON'T ENTER (:) or (\) - Enter drive letter ONLY "
echo.
pause
set DL=%1:
if "%DL%"==":" goto NoParam
echo.
echo Uninstalling Registry Entries...
rem Vantage 3.00 and earlier...
regsvr32 /U /S %DL%\VANTAGE\OCX\COMDLG32.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\CTBANR32.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\CTLBAR32.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\CTLIST.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\CTLSTBAR.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\CTMETR32.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\CTMNTH32.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\CTSPLT32.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\CTMONTH.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\CTYEAR.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\CTYEAR32.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\MSCHART.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\PSTIMER.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\RICHTX32.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\SIMPLIMG.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\VCF132.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\VCF15.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\VCFI32.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\VCFI5.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\VSPELL32.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\PVXPLO~1.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\RICHTX32.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\COMDLG32.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\MSCHART.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\CTBANR32.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\CTMETR32.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\CTMNTH32.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\CTYEAR32.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\VCFI5.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\VCF15.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\VCFI32.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\VCF132.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\PSTIMER.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\SIMPLIMG.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\CTTREE.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\CTTABS.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\CTFOLD.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\CTTEXT.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\CTSPLIT.OCX
rem Vantage 4.00.602 and later...
regsvr32 /U /S %DL%\VANTAGE\OCX\btn32a20.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\COMCTL32.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\Ctbanner.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\CTClock.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\CTFOLD32.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\CTmeter.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\CTSplt32.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\CTTabs32.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\CTText32.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\Messag~1.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\MSVBVM50.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\pdqcom32.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\pvscrptr.OCX
regsvr32 /U /S %DL%\VANTAGE\OCX\Vcfiwz5.OCX
rem Vantage 5.00 and 5.1.
regsvr32 /U /S %DL%\VANTAGE\OCX\vantage.dll
regsvr32 /U /S %DL%\VANTAGE\OCX\client~1.dll
regsvr32 /U /S %DL%\VANTAGE\OCX\progre~1.dll
GOTO FINISHED
:NoParam
cls
echo.
echo.
echo.
echo You did not indicate a required parameter. The UnRegOcx utility
requires
echo that you indicate a drive letter.
echo.
echo EXAMPLE: VNTUNREG [drive letter] .
echo EXAMPLE: VNTUNREG C
echo.
echo Please execute UnRegOcx with drive letter parameter.
echo.
pause
GOTO TERMINATE
:FINISHED
echo.
echo Uninstall Registry Entries Completed Sucessfully.
GOTO END
:TERMINATE
echo.
echo VntUnReg Terminated.
:END
Hope this helps
Jeremy
-----Original Message-----
From: api115 [mailto:api115@...]
Sent: Wednesday, May 22, 2002 2:16 PM
To: vantage@yahoogroups.com
Subject: [Vantage] Re: Vantage 3.0, Windows 2000, & Terminal Services
Where does one find this "regfix?"
--- In vantage@y..., "Leonard, Jeremy" <jleonard@k...> wrote:
> If its a widget/control frame issue then this indicates a problem
with an
> ActiveX Control. If I was to guess I would think it would be
> cttabs.ocx/cttabs32.ocx.
>
> This problem is normally fixed by running the vantage regfix
program and
> then reinstalling the client. However, if I understand you
correctly, you
> are running Vantage/Progress on your Terminal Server. This is not a
> supported configuration and I don't think I would run the regfix
program on
> my Progress Server. We had several problems when we tried to run
Vantage on
> a Terminal Server. One was similar to what you are describing.
>
> Vantage tech support had me verify that the file existed and then
reregister
> just that OCX file in the registry. If I remember correctly, we
had to move
> the source ocx to a different location and then reregister it. We
worked on
> it a few hours and at the time it was the only solution.
>
> I wouldn't try any of my suggestions without calling tech support
or doing
> some deeper investigation.
>
> Thanks
> Jeremy Leonard
> IT Manager
> K-T Corporation
>
>
> -----Original Message-----
> From: api115 [mailto:api115@e...]
> Sent: Monday, May 20, 2002 1:28 PM
> To: vantage@y...
> Subject: [Vantage] Vantage 3.0, Windows 2000, & Terminal Services
>
>
> Hi,
> I work for a tool company and back in 1998 we purchased Vantage
3.0
> and we've been running it on an NT 4.0 box, and our other plant in
> South Dakota (we're in PA) would connect to another NT 4.0
(Terminal
> Server) box through a WAN and use Vantage via Terminal Services.
The
> problem is that we've been looking for some cost-cutting measures,
> and we decided to drop our dedicated WAN and use a VPN, which is
far
> simpler to set up using Win 2k. To make a long story short, we now
> have a VPN and Terminal Services server (Win2k) on one box and the
> same NT 4 server that hosts Vantage on another. However, once in a
> while, some of our Terminal Services users will get strange errors
> upon opening Vantage. To be honest, I can't remember what the
error
> was precisely, but it had something to do with Widgets and control
> frames. Has anyone else run into this? Thanks in advance.
>
>
>
> Useful links for the Yahoo!Groups Vantage Board are: ( Note: You
must have
> already linked your email address to a yahoo id to enable access. )
> (1) To access the Files Section of our Yahoo!Group for Report
Builder and
> Crystal Reports and other 'goodies', please goto:
> http://groups.yahoo.com/group/vantage/files/.
> (2) To search through old msg's goto:
> http://groups.yahoo.com/group/vantage/messages
> (3) To view links to Vendors that provide Vantage services goto:
> http://groups.yahoo.com/group/vantage/links
>
> Your use of Yahoo! Groups is subject to
http://docs.yahoo.com/info/terms/
Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have
already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/