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.

Installing From DVD and Not Hard drive

Featured Replies

I wasable to create an unattended DVD with help from this site

http://unattended.msfn.org/index.htm

I put a lot of Aplications in the $OEM$\$1\Install\Applications

What I noticed is that they all get copied on to the Harddrive of the machine, Is there anyway we can do this installation, whithout actually copying the info on to the Harddrive?

What command line would you use in the batch file?

Ie I use somehting along the lines of

%systemdrive%\install\Applications\WMP9\mpsetupxp.exe /Q:A /R:N

If %systemdrive% refers to the C drive of the machine, how do you identify the DVD or CD drive ?

Thanks


http://www.willowhayes.co.uk/

Getcd.exe is a utility to get the letter of the first CD-ROM drive in the system. This is useful during the applications phase of a unattended CD-ROM installation, because you don't always know which drive letter the CD-ROM will get. The program simply writes the drive letter (including colon) to the output stream. To insert the drive letter into an environment variable, you can use the following from a batch file:

for /f "Tokens=*" %%a in ('getcd.exe') do set cdrom=%%a

After running this command, you can refer to the CD-ROM drive using the %cdrom% environment variable. If you're not running the command from a batch file, use replace %% with % in the above command.

Hi Talon,

if you don`t want the install files on your HD, then you have to put everything into another folder (not $OEM$) and try to use %sourcepath%. I am not sure that this work. Anyway somewhere in the forum is a method to find your cdrom by using an Textfile as indicator that is on cd. Maybe thats the way you prefer.

Have a nice day

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.