MSFN Forum: Universal Silent Switch Finder 0.1 - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
  • 6 Pages +
  • 1
  • 2
  • 3
  • 4
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

Universal Silent Switch Finder 0.1 find switches for nearly all programs Rate Topic: ***-- 2 Votes

#21 User is offline   CrappyScotch 

  • Group: Members
  • Posts: 3
  • Joined: 31-May 04

Posted 11 July 2004 - 11:42 AM

Thanks for your quick reply.

This is great! :)


#22 User is offline   muiz 

  • SPECIAL
  • PipPipPipPipPipPip
  • Group: Banned
  • Posts: 1,055
  • Joined: 03-August 03
  • OS:none specified
  • Country: Country Flag

Posted 01 February 2005 - 12:50 AM

it didnt even recognize a .msi :}

#23 User is offline   Nologic 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 461
  • Joined: 07-October 03

Posted 01 February 2005 - 01:41 PM

May I ask why you would need to know what the switch's are when you already know its a MSI file?

#24 User is offline   totoymola 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 944
  • Joined: 24-September 04

Posted 01 February 2005 - 02:11 PM

muiz, on Feb 1 2005, 12:50 AM, said:

it didnt even recognize a .msi :}

If it's an msi, you don't have to use USSF because you already know the switches of an msi. :) If you need to know more switches that your msi supports, you should use an msi editor and browse/edit the properties in the property table. :)

#25 User is offline   Alanoll 

  • CODE tags people, CODE tags!
  • Group: Patrons
  • Posts: 5,496
  • Joined: 25-September 03

Posted 01 February 2005 - 02:12 PM

Nologic, on Feb 1 2005, 01:41 PM, said:

May I ask why you would need to know what the switch's are when you already know its a MSI file?

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 User is offline   Nologic 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 461
  • Joined: 07-October 03

Posted 01 February 2005 - 04:04 PM

muiz -

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 User is offline   1chaoticadult 

  • A Part of a Dying Breed...
  • PipPipPipPip
  • Group: Members
  • Posts: 669
  • Joined: 31-August 03

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:

May I ask why you would need to know what the switch's are when you already know its a MSI file?

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. :D

#28 User is offline   CyberSlug 

  • Group: Members
  • Posts: 2
  • Joined: 06-February 05

Posted 06 February 2005 - 04:37 PM

Greetings from a long-time AutoIt user but new MSFN Forum member:

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)



#29 User is offline   Nologic 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 461
  • Joined: 07-October 03

Posted 07 February 2005 - 03:17 AM

CyberSlug -

Thanks for the update to the code & good to see you visiting. :)

#30 User is offline   totoymola 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 944
  • Joined: 24-September 04

Posted 07 February 2005 - 03:22 PM

Hello CyberSlug.

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 User is offline   sanjose 

  • Group: Members
  • Posts: 2
  • Joined: 07-February 05

Posted 08 February 2005 - 06:54 AM

thanks a ton for all the contribution, I have used it and its fabulous

#32 User is offline   Swimming_Bird 

  • I want the NHL Back
  • PipPipPip
  • Group: Members
  • Posts: 378
  • Joined: 12-October 04

Posted 14 February 2005 - 11:19 PM

helper.bin download attachment dead.

#33 User is offline   Nologic 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 461
  • Joined: 07-October 03

Posted 14 February 2005 - 11:25 PM

Very minor update changed USSF to use latest build of PEiD v0.93. (simple find and replace in script)

[PEiD]

For those that do not know the Helper.bin is just the exe of PEiD renamed.

#34 User is offline   totoymola 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 944
  • Joined: 24-September 04

Posted 14 February 2005 - 11:27 PM

I tried using the latest version of PEiD for this, but it didn't work. :D

#35 User is offline   MHz 

  • SendToA3X v1.7
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,634
  • Joined: 02-August 04

Posted 15 February 2005 - 12:20 AM

totoymola, on Feb 14 2005, 11:27 PM, said:

I tried using the latest version of PEiD for this, but it didn't work.  :D
<{POST_SNAPBACK}>

Confirmed as working here. Got PEid from working link here.
Rename PEid to helper.bin, and have it in the same directory as the script.

:)

#36 User is offline   totoymola 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 944
  • Joined: 24-September 04

Posted 15 February 2005 - 12:30 AM

I'm sorry guys. I wasn't clear on my earlier post. I was talking about the very first version of USSF (by Zoster). :) That doesn't work for the latest version of PEiD. I haven't seen Nologic's update when I posted that.

#37 User is offline   Martin Zugec 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,373
  • Joined: 24-January 04

Posted 15 February 2005 - 12:43 AM

Hmmm, now it looks I got a problem - downloaded PEid, extracted peid.exe, renamed to Helper.bin, compiled script2exe, copied to same location.

But when I inserted name of the file, I still received message Sorry, unknown installer

:(

#38 User is offline   ZoSTeR 

  • Member
  • PipPip
  • Group: Members
  • Posts: 227
  • Joined: 04-November 03

Posted 17 February 2005 - 09:35 AM

Updated the first post with a quick fix

#39 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 7,655
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 21 March 2005 - 11:01 PM

I made an installer for this wonderfull tool.

Just use the /VERYSILENT switch for silent install.

PEID 9.3 is included.

Link deleted see post below.

#40 User is offline   batman75 

  • Alive and kicking
  • Pip
  • Group: Members
  • Posts: 58
  • Joined: 12-December 04

Posted 22 March 2005 - 05:58 AM

Thank you

Share this topic:


  • 6 Pages +
  • 1
  • 2
  • 3
  • 4
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

3 User(s) are reading this topic
0 members, 3 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy