--- In [email protected], "troutyjoe" <[EMAIL PROTECTED]> 
wrote:
>
> Hi,
> 
> I would like to be able to run ASV 3 and ASV 6 concurrently, without
> having to switch between the two viewers. Is this possible? 
> 
> I have had a look at editing the registry. Both viewers share the same
> CLSID, which makes things tricky. I have tried making a copy of the
> ASV CLSID key under a different GUID and updating svg mime types to
> reference the new CLSID, just to see if I can have a copy or alias of
> the current ASV in use. This also does not work. I suspect there may
> be a dependancy on a particular CLSID from within the ASV dlls.
> 
> Any ideas?
> 
> Joe
>


I used to run the following batch code to switch between viewers, it 
seemed to run ok for me

Dave



@echo off
cls
echo SVGSwitcher by Georg Held October, 2003
:a
echo.
echo ___________________________________
echo.
echo CHOOSE PLUG-IN:
echo.
echo.
echo (1)   Adobe SVG Viewer 3.01
echo.
echo (2)   Adobe SVG Viewer 6 pre alpha
echo.
echo select 1 or 2
set /P choice= 
if %choice%==1 goto ASV3
if %choice%==2 goto ASV6 
cls
goto a

:ASV3
%SYSTEMROOT%\system32\regsvr32.exe "%SYSTEMROOT%\system32\Adobe\SVG 
Viewer 3.0\NPSVG3.dll"
echo.
echo you are running ASV3 !
echo.
goto a

:ASV6
%SYSTEMROOT%\system32\regsvr32.exe "C:\Program Files\Common 
Files\Adobe\SVG Viewer 6.0\NPSVG6.dll"
echo.
echo you are running ASV6 !
echo.
goto a





------------------------ Yahoo! Groups Sponsor --------------------~--> 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/1U_rlB/TM
--------------------------------------------------------------------~-> 

-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to