asifm Posted April 17, 2013 Posted April 17, 2013 Hi, I need a Batch file which should search the .exe from the folders and subfolder and run those. We are having a base setup which is installed at D:\setup\Baseversion1010. We are supposed to install around 50 odd plugins in that Base setup (D:\setup\Baseversion1010). It is so tidous to do so, please help me to create such batch file which should execute all the exe's present in c:\plugins. Note in c:\plugins there are many subfolders and with that folder the exe resides. Eg: c:\plugins\abc c:\plugins\ghi c:\plugins\xyz and so on. Please help out with this project! Thanks
asifm Posted April 18, 2013 Author Posted April 18, 2013 Do you know if they are installshield packaged ? Yes, they are.
free780 Posted April 18, 2013 Posted April 18, 2013 If they are actually msis repackaged setup.exe /s /v"/qn" If it is just install shield setup.exe /s . If you have to pick certain options you may be able to create a iss file which saves the options. See Unattended, A Windows deployment system: Unattended/Silent Installation Switches for Windows Apps for more info.
asifm Posted April 22, 2013 Author Posted April 22, 2013 If they are actually msis repackaged setup.exe /s /v"/qn" If it is just install shield setup.exe /s . If you have to pick certain options you may be able to create a iss file which saves the options. See Unattended, A Windows deployment system: Unattended/Silent Installation Switches for Windows Apps for more info. Can you get for me a batch file which runs all the exe's form subfolders? Please!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now