Jump to content

Recommended Posts

Posted

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


Posted

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

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...