I have a small .bat file. It was created to install an application as an administrator for Windows 7. Once the setup.exe file is executed (statement below), it will ask the user to click the "next" button a few times during
the application installation process.
Is there a parameter or command I can put after this statement where the application will install and the user will NOT have to keep clicking the next button?
%THISDIR%Elevate.EXE -wait4exit %THISDIR%Install\setup.exe
Thanks for any input or suggestions.
↧
Commands in a .bat file
↧