Jump to content

Newbie Question About Unattended Scripts.


Recommended Posts

For most windows installers,

Run the installer .exe and add " /quiet" to the end of the name.

For example,

Run("icq_install.exe /quiet")

The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN

Link to comment
Share on other sites

For most windows installers,

Run the installer .exe and add " /quiet" to the end of the name.

For example,

Run("icq_install.exe /quiet")

That might be true for "some" MSI's but not for all install wrappers like installshield, nullsoft, wiseinstall, etc use that switch. A couple of good resources to find install switches is Appdeploy.com and MSFN.org forums. Then there is the "setupfile.exe /?" if those do not produce results and of course Google is your friend for just about any kind of installer if all else fails :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...