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.

Quicktime and Real Alternative

Featured Replies

After hours of searching i cant seem to find how to install Quick and Real Alternative silently and removing the components i don't want. Can someone point me in the right direction please :unsure:


QuickTime Alternative and Real Alternative use Inno Setup,

http://gnuwin32.sourceforge.net/setup.html for command-line switches.

for QuickTime Alternative I use:

/VERYSILENT /COMPONENTS=qt,qt\codec,qt\directshow,qt\plugins,qt\browser

For Real Alternative I use:

/VERYSILENT /COMPONENTS=real,real\codec,real\directshow,real\browser

To discover what the component names are, do a normal install and then look in the registry entires:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\QuicktimeAlt_is1

and

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\RealAlt_is1

for value "Inno Setup: Selected Components"

I only have those components install so that I can exclude Media Player Classic from installing, since I have it install separately.

  • Author

Is there a reason why when I use the /saveinf= "./silent.inf" or "c:\silent.inf", that it doesnt create my inf file when i install quicktimealt139.exe? I tried with the "Run" command and from a "cmd" window and it's the same...

Is there a reason why when I use the /saveinf= "./silent.inf" or "c:\silent.inf", that it doesnt create my inf file when i install quicktimealt139.exe? I tried with the "Run" command and from a "cmd" window and it's the same...

You shouldn't have a space after the equals sign.

Try

/saveinf="C:\Silent.inf"

instead of

/saveinf= "C:\Silent.inf"

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.