App: Runscanner (freeware)
Category: Utilities
Description: from website RunScanner is a [free] windows system utility which scans your system for all running programs, autostart locations, drivers, services and hijack points. You can use Runscanner to detect changes and misconfigurations in your system caused by spyware, viruses or human errors.
Permission Granted: This software is distributed with permission from Hemoco Software.
Download Runscanner Portable 2.0 Dev Test 4 English
1.8 MB Download / 1.8 MB Installed
MD5: 6116b18e2d0d8b4f8b791b652420cdc6
Release Notes
2.0 DT4 - February 10, 2012: Reverted back to ExecWait method defaulted by the PortableApps.com Launcher. Added [Launch]:RunAsAdmin=compile-force into the launcher.ini
2.0 DT3 - February 8, 2012: Using ExecShell method (by kAlug) rather than ExecWait.
2.0 DT2 - August 17, 2011: App is now bundled with installer.
2.0 DT1 - August 16, 2011: Initial Release
Bundling permission granted.
Thanks for uploading but the launcher does nothing for me. On the other hand, directly opening runscanner.exe from the App directory works as expected, although of course not stealthily. What do you think may be the cause and is the NSIS source available?
You need to run it as an administrator.
And besides my screen flickering nothing happens when I click on "Allow" at the UAC window. I tried it at both my work and home computers with no luck.
I'll look into it
Your problem, unconventional looks similar to one that I had with VistaSwitcher a while back that was solved with a little custom code, which I've since implemented in this launcher. See if it works for you now.
on this computer. I'll try it on my other one and report back if it does work there Thanks for the quick update though!
When you bring up the PortableApps menu and find RunScanner portable in the list are you right clicking on it and specifically selecting "Run As Administrator" at that time?
On my system if I just select the Runscanner Portable and launch it, a UAC prompt appears, I OK it and the the screen flickers and nothing happens. Watching in ProcessExplorer shows two dllhost processes start then shutdown.
If I right click on RunScanner and specifically select Run As Administrator it launches fine.
Interesting app. I'm investigating it's findings on my computer now. I may find it handy.
Thanks for your help SteelGeneral, I guess I just assumed that it was running as administrator since the UAC prompt was appearing. I wonder why this is happening. Pyromaniac, do you have "RequestExecutionLevel admin" at the top of your NSIS source code? It could help avoid some noob confusion Plus it makes sense in this case since the app simply does nothing when run as a regular user (unlike System Explorer for example which still has some limited functionality when not running as administrator)
Looks like this is one of those apps that needs [Launch]:Admin set to compile-force.
I've tested, and this elevates the app properly, without needing to right-click "Run As Administrator"
/me scratches his head curiously.
Never heard of this compile-force before, then I read the manual. I should read the release notes more often
I'll be releasing an update in a couple minutes.
I need to work out what it is that makes
force
not work in these situations and remedy it.I am a Christian and a developer and moderator here.
“A soft answer turns away wrath, but a harsh word stirs up anger.” – Proverbs 15:1
If developing portable apps, you should always read the PortableApps.com Launcher release notes thoroughly. Things change which you very definitely need to know of.
I am a Christian and a developer and moderator here.
“A soft answer turns away wrath, but a harsh word stirs up anger.” – Proverbs 15:1
See release notes for changes.
thanks!