My office has purchased 50 computers including Windows 8.1. I want to install supporting applications like office application, browser, 7-zip, pdf reader and others with silent installation. cause, installing applications into the computer as much as it, would take much time.
Batch File To Install Software
My script is :
An application in Batch contains one or more application packages and specifies configuration options for the application. For example, an application can specify the default application package version to install on compute nodes and whether its packages can be updated or deleted. GOTO Start – tells the batch file to return to the Start line in the beginning that will allow you to make another selection.:Item7 exit. The above lines ends the batch file when you select option 7. Depending on the number of applications in YOUR list, make sure to re-number the list including the last item that is used to exit the batch file. Hello, I am using the following bat file to install my application on a user computer. However, the client want to be able uninstall the application if the application is installed, and then install the new version of the application.
If I run the script above, 7-zip.exe
successfully installed but not for adobe_reader.exe
How to use the silent installation correctly?
1 Answer
In order to automate the installation of something like 7-zip.. go to your command prompt and run a command like the following:
Code:
For more information, visit the following link... it'll hopefully give you an idea of how to automate application deployment using batch files.
Website:
Note:
In future, please elaborate on your questions. It's rather annoying when someone posts a question with no substance.
Hope this helps,
Sohail