Multi Task Script
We have created a script that should:
1. Set a Trusted site
2. Check if Windows Installer 3.1 is installed, if not launch a program to install it
3. Check if .Net 2.0 is installed, if not launch a program to install it
4. Check if .NET 3.5 is installed if not launch a program to install .Net 2.0 .Net 3.0 and .Net 3.5
5. Check if C++2005 Redistributable SP1 is installed, if not launch a program to install it
6. Check if C++2008 Redistributable is installed, if not launch a program to install it
7. Run a batch file to add .NET 1 and 2 to Local Intranet and Trusted zones.
We have to run it several times to get everything installed. For some reason it would only install parts of the script at each time. For exampe it installs .Net 2.0 and 3.0 and C++ 2005 at one run and .Net 3.5 and C++2008 at the next run.
What can we do to make all of the steps finish at one script run?
Also even though we assign .Net to run silently it still brings up several windows: "Another instance of setup is running..."
Thanks for the heads up.....
1. Set a Trusted site
2. Check if Windows Installer 3.1 is installed, if not launch a program to install it
3. Check if .Net 2.0 is installed, if not launch a program to install it
4. Check if .NET 3.5 is installed if not launch a program to install .Net 2.0 .Net 3.0 and .Net 3.5
5. Check if C++2005 Redistributable SP1 is installed, if not launch a program to install it
6. Check if C++2008 Redistributable is installed, if not launch a program to install it
7. Run a batch file to add .NET 1 and 2 to Local Intranet and Trusted zones.
We have to run it several times to get everything installed. For some reason it would only install parts of the script at each time. For exampe it installs .Net 2.0 and 3.0 and C++ 2005 at one run and .Net 3.5 and C++2008 at the next run.
What can we do to make all of the steps finish at one script run?
Also even though we assign .Net to run silently it still brings up several windows: "Another instance of setup is running..."
Thanks for the heads up.....
0 Comments
[ + ] Show comments
Answers (4)
Please log in to answer
Posted by:
dyehardfan
13 years ago
Posted by:
MarshallU
13 years ago
Posted by:
dyehardfan
13 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.