INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Can't Get Rid of Plugin Album View 2.0  (Read 1517 times)

sraymond

  • Guest
Can't Get Rid of Plugin Album View 2.0
« on: January 07, 2003, 04:43:43 pm »

I can't seem to rid myself of the Album View 2.0 plugin.  I've uninstalled from Control Panel's Add/Remove Programs and I uninstalled from Media Center's Plugin Manager.

Every now and again, it shows itself when loading MC with the Information:  Interface Plug-in'Album View 2.0' could not be found or created".  Uninstalling it from the Plugin Manager works for a while...  but it'll eventually come back.

What's lying around that causes it to keep coming back?  I've looked in the Windows XP registry and find no reference to the plugin.

Anyone?

Scott-
Logged

KingSparta

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 20056
Re: Can't Get Rid of Plugin Album View 2.0
« Reply #1 on: January 07, 2003, 04:59:02 pm »

you can look for this

; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

[Setup]
Compression=bzip
OutputBaseFilename=av2
AppName=Media Jukebox Album View
AppVerName=Media Jukebox Album View 2.0.0
AppPublisher=James Dickson
AppPublisherURL=http://www.jda-ltd.com
AppSupportURL=http://www.jda-ltd.com
AppUpdatesURL=http://www.jda-ltd.com
DefaultDirName={pf}\James Dickson\MJ Album View
DefaultGroupName=James Dickson\MJ Album View
AlwaysCreateUninstallIcon=yes
LicenseFile=C:\Development\VB\James Dickson Associates\MJAlbumView\Documents\License.rtf
UninstallDisplayIcon={app}\Graphics\app_icon.ico
; uncomment the following line if you want your installation to run on NT 3.51 too.
; MinVersion=4,3.51

[Files]
Source: "C:\Development\VB\James Dickson Associates\MJAlbumView\MJAlbumView.ocx"; DestDir: "{app}"; CopyMode: alwaysoverwrite; Flags: restartreplace regserver
Source: "C:\Development\VB\James Dickson Associates\MJAlbumView\Documents\Readme.txt"; DestDir: "{app}"; CopyMode: alwaysoverwrite; Flags: IsReadMe
Source: "C:\Development\VB\James Dickson Associates\MJAlbumView\Documents\Version.txt"; DestDir: "{app}"; CopyMode: alwaysoverwrite
Source: "C:\Development\VB\James Dickson Associates\MJAlbumView\Documents\License.rtf"; DestDir: "{app}"; CopyMode: alwaysoverwrite
Source: "C:\Development\VB\James Dickson Associates\MJAlbumView\Documents\Sample Exclusions.txt"; DestDir: "{app}"; CopyMode: onlyifdoesntexist; Flags: uninsneveruninstall
Source: "C:\Development\VB\James Dickson Associates\MJAlbumView\Graphics\Icons\app_icon.ico"; DestDir: "{app}\Graphics"; CopyMode: alwaysoverwrite
Source: "C:\Development\VB\James Dickson Associates\MJAlbumView\Graphics\Default Image.jpg"; DestDir: "{app}\Graphics"; CopyMode: alwaysoverwrite
Source: "C:\Development\VB\James Dickson Associates\MJAlbumView\MJAlbumView.dbg"; DestDir: "{app}"; CopyMode: alwaysoverwrite
Source: "C:\Development\VB\James Dickson Associates\MJAlbumView\Debugging\Timings On.reg"; DestDir: "{app}"; CopyMode: alwaysoverwrite
Source: "C:\Development\VB\James Dickson Associates\MJAlbumView\Debugging\Timings Off.reg"; DestDir: "{app}"; CopyMode: alwaysoverwrite

Source: "C:\Development\VB\James Dickson Associates\MJAlbumView\TT\Tooltip.dll"; DestDir: "{sys}"; CopyMode: alwaysskipifsameorolder; Flags: restartreplace sharedfile regserver

Source: "C:\Development\VB\James Dickson Associates\MJAlbumView\AVHooks.dll"; DestDir: "{sys}"; CopyMode: alwaysoverwrite; Flags: restartreplace
Source: "C:\Development\VB\VB Accelerator\Subclassing\ssubtmr6\Stevemac\VB6\SSubTmr\Release\SSubTmr6.dll"; DestDir: "{sys}"; CopyMode: alwaysskipifsameorolder; Flags: restartreplace sharedfile regserver
Source: "C:\windows\system32\DividerLine.ocx"; DestDir: "{sys}"; CopyMode: alwaysskipifsameorolder; Flags: restartreplace sharedfile regserver
Source: "C:\windows\system32\comctl32.ocx"; DestDir: "{sys}"; CopyMode: alwaysskipifsameorolder; Flags: restartreplace sharedfile regserver
Source: "C:\windows\system32\comct232.ocx"; DestDir: "{sys}"; CopyMode: alwaysskipifsameorolder; Flags: restartreplace sharedfile regserver
Source: "C:\windows\system32\mscomctl.ocx"; DestDir: "{sys}"; CopyMode: alwaysskipifsameorolder; Flags: restartreplace sharedfile regserver
Source: "C:\windows\system32\richtx32.ocx"; DestDir: "{sys}"; CopyMode: alwaysskipifsameorolder; Flags: restartreplace sharedfile regserver
Source: "c:\windows\system32\beegdo10.ocx"; DestDir: "{sys}"; CopyMode: alwaysskipifsameorolder; Flags: restartreplace sharedfile regserver
Source: "C:\windows\system32\SmartUI2.ocx"; DestDir: "{sys}"; CopyMode: alwaysskipifsameorolder; Flags: restartreplace sharedfile regserver

[Icons]
Name: "{group}\Read Me"; Filename: "{app}\ReadMe.txt"
Name: "{group}\Version History"; Filename: "{app}\Version.txt"
Name: "{group}\License"; Filename: "{app}\License.rtf"

[Registry]
Root: HKCU; Subkey: "Software\James Dickson"; Flags: uninsdeletekeyifempty
Root: HKCU; Subkey: "Software\James Dickson\MJAlbumView"
Root: HKCU; Subkey: "Software\JRiver\Music Exchange\1.0\Media Jukebox\Plugins\Interface\Album View"; Flags: uninsdeletekey
Root: HKCU; Subkey: "Software\JRiver\Music Exchange\1.0\Media Jukebox\Plugins\Interface\Album View"; ValueName: "IVersion"; Flags: uninsdeletevalue; valuetype: dword; valuedata: 1;
Root: HKCU; Subkey: "Software\JRiver\Music Exchange\1.0\Media Jukebox\Plugins\Interface\Album View"; ValueName: "Company"; Flags: uninsdeletevalue; ValueType: string; valuedata: "James Dickson";
Root: HKCU; Subkey: "Software\JRiver\Music Exchange\1.0\Media Jukebox\Plugins\Interface\Album View"; ValueName: "Version"; Flags: uninsdeletevalue; ValueType: string; valuedata: "2.0.0";
Root: HKCU; Subkey: "Software\JRiver\Music Exchange\1.0\Media Jukebox\Plugins\Interface\Album View"; ValueName: "URL"; Flags: uninsdeletevalue; ValueType: string; valuedata: "www.jda-ltd.com";
Root: HKCU; Subkey: "Software\JRiver\Music Exchange\1.0\Media Jukebox\Plugins\Interface\Album View"; ValueName: "Copyright"; Flags: uninsdeletevalue; ValueType: string; valuedata: "Copyright (c) 2002, James Dickson.";
Root: HKCU; Subkey: "Software\JRiver\Music Exchange\1.0\Media Jukebox\Plugins\Interface\Album View"; ValueName: "PluginMode"; Flags: uninsdeletevalue; ValueType: dword; valuedata: 1;
Root: HKCU; Subkey: "Software\JRiver\Music Exchange\1.0\Media Jukebox\Plugins\Interface\Album View"; ValueName: "ProdID"; Flags: uninsdeletevalue; ValueType: string; valuedata: "MJAlbumView.Interface";

[InstallDelete]
Type: filesandordirs; name: "{group}"

Logged
Retired Military, Airborne, Air Assault, And Flight Wings.
Model Trains, Internet, Ham Radio
https://MyAAGrapevines.com
https://centercitybbs.com
Fayetteville, NC, USA

sraymond

  • Guest
Re: Can't Get Rid of Plugin Album View 2.0
« Reply #2 on: January 07, 2003, 06:35:20 pm »

Thanks!  That pointed out a subkey that I somehow missed.  Let's see if it works now...

Scott-
Logged

RhinoBanga

  • Citizen of the Universe
  • *****
  • Posts: 1703
  • Developer
Re: Can't Get Rid of Plugin Album View 2.0
« Reply #3 on: January 07, 2003, 11:43:57 pm »

Scott,

This is the first time I've ever heard of anything like this ... and AV's been downloaded over 1300 times.

What OS you using?
Logged

sraymond

  • Guest
Re: Can't Get Rid of Plugin Album View 2.0
« Reply #4 on: January 08, 2003, 04:29:25 am »

Windows XP Pro SP1.  

I didn't have the permissions to delete the registry key (strange...  I could change the permissions though), so that might explain why the uninstall didn't work right.

Scott-
Logged
Pages: [1]   Go Up