Jump to content

The Official Switches Thread Only


ViRuS2k

Recommended Posts


_______________________________________________

Acrobat Reader 6:

start /w msiexec.exe /i "Adobe Reader 6.0 - Deutsch.msi" /qn

Boring License Aggreement at the start:

[HKLM\SOFTWARE\Adobe\Acrobat Reader.0\AdobeViewer]

EULA=1

_______________________________________________

_______________________________________________

Apple QuickTime 6:

Very Tricky:

Download the COMPLETE package (with .exe and .qdat (10,1 MB) Files)

I think you have to extract them and then make a new File with the following contens:

[QTSETUP]
32Bit=FALSE
16BIT=FALSE
NO_DIALOGS=TRUE
SHOW_SAMPLE=FALSE
SHOW_README=FALSE
SHOW_PROGRAMFOLDER=FALSE
REGISTRATION_DIALOG=FALSE
LICENSE_OPTION=2
SUPPRESS_SPEED_DIALOG=TRUE

and name it QuickTimeInstaller.ini

Setup is now quite (no switches)

Best solution is to make a package with WinRAR (SFX).

It will be an nice executable, which extracts itself and

run the QuickTimeInstaller.exe. After the installation WinRAR

deletes the setup files - very clean I think.

Of course WinZIP-SelfExtractor works, too.

_______________________________________________

Link to comment
Share on other sites

For those of you who like to use the K-Lite Codec pack, with the QuickTime and Real Alternatives. Use this....

ECHO.

ECHO Installing K-Lite Codec Pack 2.04 Basic

ECHO Please wait...

start /wait %systemdrive%\install\applications\codecs\klcodec204b.exe /VERYSILENT /SP-

ECHO.

ECHO Installing QuickTime Alternative 1.11

ECHO Please wait...

start /wait %systemdrive%\install\applications\codecs\quicktimealt111.exe /VERYSILENT /SP-

ECHO.

ECHO Installing Real Alternative 1.02

ECHO Please wait...

start /wait %systemdrive%\install\applications\codecs\realalt102.exe /VERYSILENT /SP-

Create a 'codecs' subfolder in your applications folder. And place the install files there.

Link to comment
Share on other sites

I've noticed from looking through all these threads that quite a few switches for different programs include /QN or QB.

I want to ask what these two specific switches mean and maybe an explanation on what other switches do if possible.

Link to comment
Share on other sites

  • 3 weeks later...

@MadMan03

When you start a VirtualPC under the CD menu choose capture image and browse to the desired .iso file , then make a restart of the Virtual PC. In case the .Iso file is a bootable one the VPC boot from the file.

regards

alex

Link to comment
Share on other sites

Other INNO SETUP switches:

/SAVEINF="filename"

Instructs Setup to save installation settings to the specified file.

Don't forget to use quotes if the filename contains spaces.

/LOADINF="filename"

Instructs Setup to load the settings from the specified file after having checked the command line. This file can be prepared using the '/SAVEINF=' command as explained.

/NOCANCEL

Prevents the user from cancelling during the installation process, by disabling the Cancel button and ignoring clicks on the close button. Useful along with /SILENT.

/NORESTART

Instructs Setup not to reboot even if it's necessary.

/DIR="x:\dirname"

Overrides the default directory name displayed on the Select Destination Directory wizard page. A fully qualified pathname must be specified. If the [setup] section directive DisableDirPage was set to yes, this command line parameter is ignored.

/GROUP="folder name"

Overrides the default folder name displayed on the Select Start Menu Folder wizard page. If the [setup] section directive DisableProgramGroupPage was set to yes, this command line parameter is ignored.

/NOICONS

Instructs Setup to initially disable the Don't create any icons check box on the Select Start Menu Folder wizard page.

/COMPONENTS="comma separated list of component names"

Overrides the default components settings. Using this command line parameter causes Setup to automatically select a custom type.

You already known /SP-, /SILENT, /VERYSILENT

:)

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
  • Recently Browsing   0 members

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