Windows 7 Batch Files Issues

Angela Meeks

New Member
Hi
I have created two files and they don't work. One gives a menu and the other flashes

:Installs Adobe Shockwave Player 12.0.3.133 application
set install=\\mgtutils01\Window7apps\Testing Apps\sw_lic_full_installer\admin_install
msiexec /i %install%\sw_lic_full_installer.msi /qn!
EXIT /B 0
cret@echo off
cls
This one flashes

@echo off
cls
install "msiexec /i "\\mgtutils01\Window7apps\Testing Apps\sw_lic_full_installer.msi" /passive" /Q
cls
exit

Help would be greatly appreciated!
 
Does
MSIEXEC /I "sw_lic_full_installer.MSI" ALLUSERS=TRUE REBOOT=SUPPRESS /QB

Work for you?
 
Sure but it would be best if you create a thread then message me the thread URL, that way all information shared helps out the whole forum/community!
 
Back
Top