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.

Mightyfax Fax Program Silent Install

Featured Replies

I have a fax program which I am trying to install silently along with my unattended DVD. So far I have it install fine and register it with the following code but at the end of the install process it tells me it needs to reboot and either press "OK" to reboot or "Cancel" to reboot later. I have tried /NORESTART , /NOREBOOT, and /NOREBOOT REBOOT=ReallySuppress without any success. Any ideas or is there anyone that has done this successfully? Thanks.

ECHO.
ECHO Installing MightyFax Fax Software 3.16a...
ECHO Please wait...
start /wait %SYSTEMDRIVE%\install\Applications\fax\mfnt.exe /silent /noreboot

ECHO.
ECHO Registering MightyFax Fax Software 3.16a...
Copy "%SYSTEMDRIVE%\install\Applications\fax\MF.ini" "%systemdrive%\Program Files\MightyFax\"

Oh yeah, for any that is interested. In order to have your program silent install already registered, just install your program to your computer and register it. Then copy your MF.ini file to your unattend disc and use the above code to have it copy over during install.

Fireplay5


  • Author

Well after trying a ton of switches without success I just wrote a very simple autoit script that I think will work. In case someone is looking for it here it is:

RUn("mfnt.exe /S")
WinWaitActive("Install")
Sleep(1000)
ProcessClose("mfnt.exe")

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.