Jump to content

Fireplay5

Member
  • Posts

    4
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by Fireplay5

  1. 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")
  2. 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
  3. Is there a way to upload files here? I went ahead and put the file for you on my site which you can get it here! I can not say how long I will leave it there so if there is a more permanent solution then please let me know and I will upload it somewhere else. Good luck.
  4. Another way you can get rid of the error message and still keep the location in your start menu where you want it is to just make a copy of the folder in your start menu and put it back in it's original location. Then change the parameters as hidden. You will not know it is in the programs folder but the program will. Then you can have your shortcuts whereever you want without the error. I hope I wasn't too confusing. Good luck.
×
×
  • Create New...