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.

using setup options (general question)

Featured Replies

Hi everybody,

I found WPI a couple of days here. After trying a few small simple installsamples i have the following question:

Is it poosible to use the setupoptions of a program in WPI? E.g. no Google-Toolbar installation, no automatic update and some other options depending the installed program?

After searching the forum I found Automate-It. Is this the only way to use alle the Setup-options a programm offers?

Thanks!

Flo

After searching the forum I found Automate-It. Is this the only way to use alle the Setup-options a programm offers?

Of course not.

Depending on the installer you have more or less possibilities.

Here are some examples:

MSI

msiexec /i "!CD!\********.msi" ADDLOCAL=ALL REBOOT=ReallySuppress /passive /norestart /qb

You can also create a transform-file with all informations

NSIS

"!CD!\********.exe" /S

Installs all - no other options possible

Inno-Setup

"!CD!\********.exe" /SILENT /NOCANCEL /NORESTART /SP-

Install all - with arguemnt /SAVEINF="settings.inf" you can store you changes and use them later with /LOADINF="settings.inf"

"!CD!\********.exe" /SILENT /NOCANCEL /NORESTART /SP- /COMPONENTS="********" /TASKS="" /LANG="********" /PASSWORD="********" /DIR="%PROGRAMFILES%\********"

Some more switches - I get the necessary values bythe SAVEINF-arguemnt

Installshield

"!CD!\********.exe" -r

Create a file with all informations (can be found in c:\windows\setup.iss)

"!CD!\********.exe" -s -f1"!CD!\setup.iss" -f2"%WINDIR%\Temp\********.log"

Run the setup with the created setup-file.

To find application-switches I use appdeploy.com

Al

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.