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.

Question about unattended software install

Featured Replies

I know the default command line to install applications on the unattended CD is this:

start /wait %systemdrive%\install\some_application\setup.exe /switch /anotherswitch

However, that just installs it onto the default path, which is C:\ (I'm guessing it puts the applications into C:\Program Files ??). Is there any way to change the install path? I like to install all my applications into D:\Program Files instead of C:\ (I keep the C:\ only for the operating system).

Is it as simple as substituting "D:\" wherever I see %systemdrive% ??

Thanks in advance!

start /wait %systemdrive%\install\some_application\setup.exe /switch /anotherswitch

the %systemdrive% you are referring to is where the installation is... it has nothing to do with where it gets installed to....

if it is an installshield installer and you have created an ISS file, just edit that file and change the installation path... otherwise some programs will let you specify an installation directory as a switch, but it depends on the program and the installer

I recall there's a couple of threads on Application Switches forum on how to populate D: (or whatever) as your system drive. Search for them.

add this to yyour winnt.sif

[Unattended]
  ProgramFilesDir="d:\Program Files"
  CommonProgramFilesDir="d:\Program Files\Common"

[GuiUnattended]
  ProfilesDir="d:\Documents and Settings"

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.