

Msiexec /i "%~dp0\Apps to install\nexia_setup_v3-3.exe" If I run this version, the first application installs but then says it cannot open the 2nd one: msiexec /i "%~dp0\Apps to install\" I have also tried the following, same results: msiexec /i "%~dp0\Apps to install\" /norestart & Msiexec /i "%~dp0\Apps to install\nexia_setup_v3-3.exe" /norestart

Here is what I am using and it refuses to run at all and says syntax is incorrect: msiexec /i "%~dp0\Apps to install\" /norestart It will work for the 1st application, but not the 2nd. This way when someone new starts we can give them a usb drive with all the installers on it and it will install the programs they need.Īfter looking for a program that will do it, I stumbled across the ability to create a batch file and after some testing it seems to work, however I can't seem to make it work how I expect. So I am trying to create a batch file that will install a list of software for work.
