Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Install firefox from .bat file  (Read 3891 times)

0 Members and 1 Guest are viewing this topic.

Robert Carter

  • Guest
Install firefox from .bat file
« on: February 28, 2005, 12:58:43 PM »
I need help with a .bat file.

I am makiing a .bat file to pushout the new firefox update on our network I have made the file but the only problem now is that the users will have to answer questions so I dont need that.  I need to know how to make the file answer the questions as it runs the executables so that all th users have to do is double click the icon.

here is what I have

REM-> This Program will uninstall the current verion of Firefox, then installs a newer version

"Firefox will now be Uninstalled"
rem
c:\"Program Files"\"Mozilla Firefox"\uninstall\UninstallFirefox.exe /s
rem
"Firefox has been successfully Unintstalled"
rem
net use U: \\Ctserver1\users
U:
cd updates
"Please wait while the new version of Firefox is Installed on your computer"
rem
"Firefox Setup 1.0.1.exe"
rem
rem
"Firefox Installation Successful - Now installing Flash Player Add-IN"
rem
flashplayer7installer.exe
rem
rem
"installation successful!"
C:
rem
net use U: /delete


any help would be very appreciated