Application dependency
Hi All,
I would like to create a Powershell\VBscript application dependency so that an application will not install if a executable file is running on the PC (e.g. an application package that effects Outlook will not run if the Outlook.exe is running) I would also like this script to keep checking for this condition and then install once meet
To define the executable I would like to pass this at the command line as below
wscript.exe VBSCRIPT.vbs /p:WINWORD.EXE;OUTLOOK.EXE (will not install app unless word and outlook are closed)
powershell PSSCRIPT.ps1 /p:WINWORD.EXE;OUTLOOK.EXE (will not install app unless word and outlook are closed)
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
anonymous_9363
10 years ago