This is great!
Universal Silent Switch Finder 0.1 find switches for nearly all programs
#23
Posted 01 February 2005 - 01:41 PM
#24
Posted 01 February 2005 - 02:11 PM
muiz, on Feb 1 2005, 12:50 AM, said:
If it's an msi, you don't have to use USSF because you already know the switches of an msi.
#25
Posted 01 February 2005 - 02:12 PM
Nologic, on Feb 1 2005, 01:41 PM, said:
indeed. You already know that it's an MSI, why would you need a switch finder to tell you?
This program's purpose is for foreign installers or non-normal ones. MSI is definately not in that category.
#26
Posted 01 February 2005 - 04:04 PM
Not to get down on you...just you phrased your statement wrongly...in which you kind of knock the project...and also expect things beyond what the project was meant for.
Yes it would be nice by all means if it reported MSI files, and maybe I or some one else will alter the source code to reflect that...since it is public.
Any ways refer to the Unattended Guide for the bulk of information about switchs.
If you need at the drop of a hat information dealing with MSI's just open up the console '{WIN+R}cmd{ENTER}msiexec /?{ENTER}' and full details will be listed.
#27
Posted 01 February 2005 - 08:14 PM
Alanoll, on Feb 1 2005, 02:12 PM, said:
Nologic, on Feb 1 2005, 01:41 PM, said:
indeed. You already know that it's an MSI, why would you need a switch finder to tell you?
This program's purpose is for foreign installers or non-normal ones. MSI is definately not in that category.
I agree MSI are too easy to spot and is not a foreign installer. Actually its native. Anyway I think it is not necessary to modify the app NoLogic but do what u will.
#28
Posted 06 February 2005 - 04:37 PM
I've attached a script with the following modifications:
- Hides the PEiD window a bit better by setting the StayOnTop registry value. (I thought about enhancing the SplashText window, but ended up just commenting that out.)
- Displays information for MSI files If StringRight($FileName, 4) = ".msi" Then Run("msiexec /?", "")
- Optionally takes a command line paramter. If you use AutoIt to compile the script into an EXE, you can can simply drag-and-drop the installer on top of the EXE to get the information.
Attached File(s)
-
USSF_mod.au3 (4.83K)
Number of downloads: 497
#29
Posted 07 February 2005 - 03:17 AM
Thanks for the update to the code & good to see you visiting.
#30
Posted 07 February 2005 - 03:22 PM
Nice update. Does this work with the latest version of PEiD? Honestly, I don't use this because PEiD is more than enough for me. But it's still good to have this for educational purposes.
#31
Posted 08 February 2005 - 06:54 AM
#34
Posted 14 February 2005 - 11:27 PM
#36
Posted 15 February 2005 - 12:30 AM
#37
Posted 15 February 2005 - 12:43 AM
But when I inserted name of the file, I still received message Sorry, unknown installer
#39
Posted 21 March 2005 - 11:01 PM
Just use the /VERYSILENT switch for silent install.
PEID 9.3 is included.
Link deleted see post below.
- ← Help For silent Install
- Application Installs
- Anyone know silent install switches for TeamViewer? →



Help


Back to top









