📎 AI Summary:
The thread discusses troubleshooting script issues related to installing Adobe Shockwave Player, with the original poster experiencing a menu display and flashing windows. A forum member suggests a specific MSIEXEC command that successfully resolves the problem. The original poster confirms the solution works and expresses willingness to seek further help, while the respondent advises creating a dedicated thread for more comprehensive assistance. Overall, the exchange reflects a positive and helpful community interaction focused on resolving installation scripting issues.

Angela Meeks

New Member
Joined
Aug 8, 2013
Messages
7
Thread Author #1
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 "Link Removed Apps\sw_lic_full_installer.msi" /passive" /Q
cls
exit

Help would be greatly appreciated!
 

Josephur

Windows Forum Admin
Staff member
Premium Supporter
Microsoft Certified Professional
Joined
Aug 3, 2010
Messages
1,283
Does
MSIEXEC /I "sw_lic_full_installer.MSI" ALLUSERS=TRUE REBOOT=SUPPRESS /QB

Work for you?
 

Solution

Josephur

Windows Forum Admin
Staff member
Premium Supporter
Microsoft Certified Professional
Joined
Aug 3, 2010
Messages
1,283
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!