Posted March 15, 201213 yr HelloI'm trying to run this batch file using wpi but it seems that wpi don't wait to end installation(it closes cmd window after a few seconds):@echo offecho Installing Windows Live Messanger 2011 onlyfor %%a in (*.exe) do "%%a" /q /NOToolbarCEIP /NOhomepage /Nolaunch /nosearch /AppSelect:MessengerWhat I tried so far is:{START} cmd /c "%wpipath%\Install\WLE\Runexe.bat"{START} "%wpipath%\Install\WLE\Runexe.bat"with or withought quotesI'm trying to make simple the windows installation and updating application process for everyone. Using "for" command unexperienced users does not have to edit the silent swiches and parameters. All they have to do is to download newer installer then delete the older.Please help me...
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.