Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

The Official Switches Thread Only

Featured Replies

_______________________________________________

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.

_______________________________________________

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.

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.

  • 3 weeks later...

Perfect Disk 6.06

start /wait %systemdrive%\install\Apps\PerfectDisk6.0\pdwks60.msi /qb

Work well.

Customizer 1.8.5

start /wait %systemdrive%\Install\Apps\Customizer\cstmizxp_reg.exe /VERYSILENT /SP-

Works too

lol n1...very nice a Switch to install Tweak Xp and Ram idle? has anybody these switches??? would be helpful...

HOW CAN I USE VIRTUAL PC....I HAVE THE PROGRAM BUT HE DOESNT WONT TO TAKE MY ISO IMAGE....plz help... :):rolleyes:

@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

thx....i will test it...always take a format is not so good....many work you know... :)

anybody got the silent install switch for IrfanView 3.80??

thx!

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

:)

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.