It is currently Tue May 21, 2013 2:35 am

All times are UTC - 8 hours




Post new topic Reply to topic  [ 9 posts ] 
Author Message
 Post subject: Various tests: Logviewer Pro, Spider Player, and QueVue
PostPosted: Tue Oct 05, 2010 10:08 am 
Offline
User avatar

Joined: Wed Apr 11, 2007 8:06 pm
Posts: 3473
Location: US, Texas
Note: This thread is primarily for software testers.

---

So I spent last night working on testing some applications:

  • USB Webserver 8.1 - portable: pass - fortunately still very stealth so there were no issues at all in testing and updating.
  • SDExplorer 2.1.1.141 - (integrates Microsoft SkyDrive into the explorer) - portable: fail - the program has no EXE and modifies Explorer.exe in a way I couldn't decipher. Its possible this program could be configured to work portably, but it certainly doesn't seem easy.
  • Logviewer Pro - portable: unknown - 3 second nagware - saves to local INI file, but has some odd registry entries (see below)
  • Spider Player (kind of a Quintessential Player-lite) - portable: probably - one registry entry type I haven't seen before (see below)
  • QueVue (Netflix interface tool) - portable: unknown (see below)

----

So I need some help deciphering some of the registry changes as to whether or not they qualify as portable. I'm still learning this process and interested in expanding the PFW database with new and different software, as well as working with developers to help them make less registry-dependent software.

Spider Player
    Code:
    HKCU\Software\Microsoft\Internet Explorer\Explorer Bars\{C4EE31F3-4768-11D2-BE5C-00A0C9A83DA1}\FilesNamedMRU\000

    HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Hardware Profiles\0001\System\CurrentControlSet\Enum\PCI\VEN_1274&DEV_1371&SUBSYS_13711274&REV_02\4&47B7341&0&1088\DirectSound\Speaker Configuration]
    "Speaker Configuration"=dword:00140004

    I'm assuming the top one is a file type registry of some type and the second is a hardware-related issue. This is a clean copy of XP so it may do that with any audio program, I'm not sure.

QueVue

    A single EXE made me hopeful this was a fully self-contained software. Was not able to log in to a netflix account due to network issues so this test is incompelte, but here's what I got with RegFromApp and RegWatcher:

    Code:
    Regwatcher test:
    hkey_users\S-1-5-21-1177238915-362288127-725345543-500\software\microsoft\windows\currentversion\explorer

    RegFromApp test:
    HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\MUICache]
    "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\{2393A988-6863-4915-B38D-6E5D4E702244}\QueVue.exe"="QueVue

LogViewer Pro

    Just opening and closing, it saves to an INI file in the same directory. Promising. Creates a few registry entries that might still be considered portable:

    Code:
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\BagMRU]
    "MRUListEx"=hex(3):04,00,00,00,01,00,00,00,02,00,00,00,03,00,00,00,00,00,00,\
    00,FF,FF,FF,FF
    "NodeSlots"=hex(3):02,02,02,02,02,02,02,02,02,02,02,02

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\BagMRU\4\0]
    "NodeSlot"=dword:0000000c

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\Bags\12\Shell]
    "FolderType"="Documents"


    But when you click the "open log" button:

    Code:
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\LastVisitedMRU]
    "b"=hex(3):4C,00,6F,00,67,00,56,00,69,00,65,00,77,00,2E,00,65,00,78,00,65,\
    00,00,00,43,00,3A,00,5C,00,44,00,6F,00,63,00,75,00,6D,00,65,00,6E,00,74,00,\
    73,00,20,00,61,00,6E,00,64,00,20,00,53,00,65,00,74,00,74,00,69,00,6E,00,67,\
    00,73,00,5C,00,41,00,64,00,6D,00,69,00,6E,00,69,00,73,00,74,00,72,00,61,00,\
    74,00,6F,00,72,00,5C,00,44,00,65,00,73,00,6B,00,74,00,6F,00,70,00,5C,00,52,\
    00,65,00,67,00,57,00,61,00,74,00,63,00,68,00,65,00,72,00,00,00
    "MRUList"="ba"

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\OpenSaveMRU\log]
    "a"="C:\\Documents and Settings\\Administrator\\Desktop\\RegWatcher\\MJRegWatchKeys.log"
    "MRUList"="a"

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\OpenSaveMRU\*]
    "d"="C:\\Documents and Settings\\Administrator\\Desktop\\RegWatcher\\MJRegWatchKeys.log"
    "MRUList"="dcba"


    This doesn't look portable but I gotta ask; the program could be a sysadmin's good friend.


Any help on this one is appreciated.

_________________
Supporting the Electronic Frontier Foundation | DuckDuckGo user | My GPG key | Projects donated to: VLC, CubicExplorer, Ditto, Greenshot, TrueCrypt


Last edited by webfork on Tue Oct 05, 2010 10:11 am, edited 2 times in total.
(minor edit for clarity)


Top
 Profile  
 
 Post subject: Re: Various tests: Logviewer Pro, Spider Player, and QueVue
PostPosted: Tue Oct 05, 2010 12:05 pm 
Offline
User avatar

Joined: Sun Mar 01, 2009 5:48 pm
Posts: 440
Location: Charleston,SC.
I would consider Logviewer Pro to be portable based on the reg trace info you supplied.
But the first reg entry for SpiderPlayer is questionable to me,the second is fairly common for most apps (and lots of games) that deal with audio.The first I have just never seen before,but MRU usually is benign I would think.Funny tho,looks like one of the reg entries is for RegWatcher.
The QueView looks like its mapping the exe's path:does it operate from the temp folder like IconSushi or the like?If so I would still call it a keeper.

_________________
"Defects are always more tolerable than the changes necessary to correct them"


Top
 Profile  
 
 Post subject: Re: Various tests: Logviewer Pro, Spider Player, and QueVue
PostPosted: Fri Oct 08, 2010 11:47 am 
Offline

Joined: Sat Sep 05, 2009 6:35 pm
Posts: 287
Spider Player
Code:
HKCU\Software\Microsoft\Internet Explorer\Explorer Bars\{C4EE31F3-4768-11D2-BE5C-00A0C9A83DA1}\FilesNamedMRU\000


When you search for files/folders they are recorded in this key.

There should also be some adjacent keys under that GUID, one of which is 'ContainingTextMRU' (self-explanatory).

They will show up in Explorer's drop-down upon next search.


Top
 Profile  
 
 Post subject: Re: Various tests: Logviewer Pro, Spider Player, and QueVue
PostPosted: Fri Oct 15, 2010 10:34 am 
Offline
User avatar

Joined: Wed Apr 11, 2007 8:06 pm
Posts: 3473
Location: US, Texas
One more test:

Paint.Net 2 Go

I misread the article and thought it said .NET libraries were included. I ran some quick tests on it and it still requires .NET v2. Shame.

Nifty all the same: a quick-and-dirty test with ProcessActivityView and RegFromApp does seem to indicate its that its portable.

_________________
Supporting the Electronic Frontier Foundation | DuckDuckGo user | My GPG key | Projects donated to: VLC, CubicExplorer, Ditto, Greenshot, TrueCrypt


Top
 Profile  
 
 Post subject: Re: Various tests: Logviewer Pro, Spider Player, and QueVue
PostPosted: Fri Oct 15, 2010 10:40 am 
Offline
User avatar

Joined: Wed Apr 11, 2007 8:06 pm
Posts: 3473
Location: US, Texas
Ruby wrote:
When you search for files/folders they are recorded in this key


Cool, thanks.

Napiophelios wrote:
The QueView looks like its mapping the exe's path:does it operate from the temp folder like IconSushi or the like?


@Nap: Thanks for your response -- I still need to check this.

_________________
Supporting the Electronic Frontier Foundation | DuckDuckGo user | My GPG key | Projects donated to: VLC, CubicExplorer, Ditto, Greenshot, TrueCrypt


Top
 Profile  
 
 Post subject: Re: QueVue test
PostPosted: Wed Nov 10, 2010 3:03 pm 
Offline
User avatar

Joined: Wed Apr 11, 2007 8:06 pm
Posts: 3473
Location: US, Texas
QueVue appears to require Internet Explorer. The program is essentially a NetFlix-specific RSS viewer, but since just about any program supporting RSS features can do this through NetFlix's own RSS feature, I don't think adding it to the database would serve much purpose.

_________________
Supporting the Electronic Frontier Foundation | DuckDuckGo user | My GPG key | Projects donated to: VLC, CubicExplorer, Ditto, Greenshot, TrueCrypt


Top
 Profile  
 
 Post subject: Re: Various tests: Logviewer Pro, Spider Player, and QueVue
PostPosted: Sun Feb 12, 2012 9:35 pm 
Offline
User avatar

Joined: Thu Aug 07, 2008 4:51 am
Posts: 2586
@webfork

Logviewer Pro is portable but the freeware for home use version has a 15 seconds popup nag screen at the start of the application.

Image

Annoying.

_________________
bəʊɡɪ bəəs


Top
 Profile  
 
 Post subject: Re: Various tests: Logviewer Pro, Spider Player, and QueVue
PostPosted: Sun Feb 19, 2012 12:52 pm 
Offline
User avatar

Joined: Wed Apr 11, 2007 8:06 pm
Posts: 3473
Location: US, Texas
I am Baas wrote:
Annoying.

Agreed

_________________
Supporting the Electronic Frontier Foundation | DuckDuckGo user | My GPG key | Projects donated to: VLC, CubicExplorer, Ditto, Greenshot, TrueCrypt


Top
 Profile  
 
 Post subject: Re: Various tests: Logviewer Pro, Spider Player, and QueVue
PostPosted: Sun Feb 19, 2012 12:58 pm 
Offline
User avatar

Joined: Mon Aug 27, 2007 2:00 am
Posts: 3726
Strange that author of Universal Viewer would have this screen, when you consider Universal Viewer doesn't have it.

_________________
Added 177 Applications: Portable and an AutoIt MVP
SoftwareSpot - Portable Apps


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 9 posts ] 

All times are UTC - 8 hours


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  

Protected by Anti-Spam ACP Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group