I'm not Windows-savvy enough to help you with that, unfortunately. But I would always advice against using 'your own' MIME types for such cases, mime types are meant to be standardised and platform independent! -- Barend Köbben International Institute for Geo-information Sciences and Earth Observation (ITC) PO Box 6, 7500AA Enschede (The Netherlands) ph: +31-(0)534874253; fax: +31-(0)534874335
________________________________ From: [email protected] on behalf of lakeuk Sent: Tue 7/11/06 19:06 To: [email protected] Subject: [svg-developers] Re: Is it possible to run ASV 3 and ASV 6 concurrently? --- In [email protected] <mailto:svg-developers%40yahoogroups.com> , "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 [Non-text portions of this message have been removed] ------------------------ Yahoo! Groups Sponsor --------------------~--> Check out the new improvements in Yahoo! Groups email. http://us.click.yahoo.com/6pRQfA/fOaOAA/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/

