Universal Silent Switch Finder

Submit portable freeware that you find here. It helps if you include information like description, extraction instruction, Unicode support, whether it writes to the registry, and so on.
Post Reply
Message
Author
User avatar
Midas
Posts: 6726
Joined: Mon Dec 07, 2009 7:09 am
Location: Sol3

Universal Silent Switch Finder

#1 Post by Midas »

Universal Silent Switch Finder (USSF for short) is a small utility that may be of interesting to some. It's portable but not stealth, since it relies on an embedded PEiD to identify the installers, which creates (and leaves behind) a registry key at HKEY_CURRENT_USER\Software\PEiD...
  • Universal Silent Switch Finder is a compact utility designed to help you find the silent switch in the applications that you want to install. If you want to deploy software without the user intervention you can use this tool in order to run the installer silently.
    • Image
USSF homepage (supposedly located at http://www.wpiw.net/) only mentions another utility called Windows Post-Install Wizard... Luckily, USSF's latest version (v1.5.0.0) can be downloaded from Softpedia: http://www.softpedia.com/get/System/Lau ... nder.shtml

For a rather basic yaP launcher INI for USSF, check: http://pastebin.com/8MZDv0Ar.

User avatar
SYSTEM
Posts: 2043
Joined: Sat Jul 31, 2010 1:19 am
Location: Helsinki, Finland

Re: Universal Silent Switch Finder

#2 Post by SYSTEM »

Added to TPFC: http://www.portablefreeware.com/index.php?id=2520

Vote now, please.
My YouTube channel | Release date of my 13th playlist: August 24, 2020

User avatar
tproli
Posts: 1172
Joined: Sat Sep 09, 2006 10:14 am
Location: Hungary
Contact:

Re: Universal Silent Switch Finder

#3 Post by tproli »

Thanks for the submission and the launcher config. Here are my observations:

- on Win7 USSF seems not working without admin rights. Only "work in progress" status is displayed when loading an executable and the application needs to killed.
- leaves four* files behind in %TEMP% after an executable is analyzed. See them in "yaP style" :)

Code: Select all

del=%TEMP%\7z.exe
del=%TEMP%\innounp.exe
del=%TEMP%\PEiD.exe
del=%TEMP%\unzip.exe
- "delempty=HKEY_CURRENT_USER\Software\PEiD" is unnecessary because the previous line handles this registry key.

*The number of leftover exe files may be more, based on which unpacker is needed for extracting an application (at least seems so)

User avatar
I am Baas
Posts: 4150
Joined: Thu Aug 07, 2008 4:51 am

Re: Universal Silent Switch Finder

#4 Post by I am Baas »

tproli wrote:- on Win7 USSF seems not working without admin rights. Only "work in progress" status is displayed when loading an executable and the application needs to killed.
Did not experience that under W7.64 (sandboxed)
2013-09-01_135927.png
2013-09-01_135927.png (9.76 KiB) Viewed 8134 times
Idea is nice but many installers are unsupported.


Post Reply