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.

RunOnceEx/ Svcpack.inf/ IIS

Featured Replies

Ive read up on unattend msfn and have some questions with slipstreaming my disk along with my tweaks

1. Ive deleted svcpack.inf - is this going to be a problem?

2. I need to install IIS BEFORE .Net Framework so at which point does Winnt.sif install IIS for me if im using cmdlines.txt to install the framework (i.e. how can i confirm IIS is installed before the framework)

3. About using RunOnceEx if i use the %cdrom% prefix im assuming this will recognise my CD Rom - could i specify my own directory which would hold my programs?

Thanks


1 only if you try to install additional updates

2 dont know but i know its the 12/13th minute remaining before cmdlines.txt is run

3 ive never used thisprogram- sorry cant be much help

Ive read up on unattend msfn and have some questions with slipstreaming my disk along with my tweaks

1. Ive deleted svcpack.inf - is this going to be a problem?

2. I need to install IIS BEFORE .Net Framework so at which point does Winnt.sif install IIS for me if im using cmdlines.txt  to install the framework (i.e. how can i confirm IIS is installed before the framework)

3. About using RunOnceEx if i use the %cdrom% prefix im assuming this will recognise my CD Rom - could i specify my own directory which would hold my programs?

Thanks

1\ Only if you are not going to replace it

2\ Run The .Net Framework as the last install cmd

3\ You Will Need SomeThing To Set The Varible

for %%i in (C: D: E: F: G: H: I: J: K: L: M: N: O: P: Q: R: S: T: U: V: W: X: Y: Z:) do if exist %%i\SETUP.exe set CDROM=%%i

Another thing I suggest is search for %SystemDrive%\inetpub\wwwroot\default.asp if that file exists then iis has successfully installed, if not then it hasn't.

Gav

Oh sorry, another thing you could try is do a IF and ELSE statement,

IF exist %SystemDrive%\inetpub\wwwroot\default.asp then

start /wait %SystemDrive%\app.exe

else

echo "Bypassing .NET setup due to iis installation failure"

end if

Something like that, remember you have to double check on that coding as I haven't tried it and im an asp programmer so that would just be a wild stab

Gav

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.