How to run a batch file to deploy products.
- When you save the batch file, select ANSI encoding. This option is available for Notepad and other text editors. You will need to run the batch file with Administrator privileges.
- After creating a batch file, move it to a server or use a mapped drive letter or a UNC (universal naming convention) path.
If you place it on a server for users to run, create a shared folder on the server, and then add users to the share with the rights they need. Users who just run the batch file can have read-only access to the shared folder.
- In another server location, create a directory for each product you want to install.
- Copy the installation files to the new directory from the product media.
You may also want to create directories for service packs, extensions, and your own customization tools.
- Use one of the following methods to run an installation batch file:
- Run the batch file manually at each individual computer. To run the installation, paste the batch file into the Run dialog box or run it from the Windows command prompt.
- Send an email to each user who should run the batch file, with the UNC path and any required instructions.
- Email the batch file to each user with instructions for use.
- Set up the batch file so that it runs on login.