Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

SOLVED msiexec close application prompt

  • Thread starter Thread starter Abby24
  • Start date Start date
  • Replies Replies 1
  • Views Views 2K
Status
Not open for further replies.

Abby24

Member
Messages
10
Reaction score
0
Points
1
Hi,
During the deployment of an upgrade application. In my script, I have it set to remove the old version, which worked but prompts to close an open program did not. It just automatically closed the open program during silent installation. We need it to prompt the user to close said application during install.
msiexec /i "BestAuthority_6.7.0_x64.msi" /qn LICENSEKEY=BA-300IGLw-SN0-E-QB237 ACCEPT_EULA_AND_TPLA=1
Thank you,
 
Solution
Hi,
During the deployment of an upgrade application. In my script, I have it set to remove the old version, which worked but prompts to close an open program did not. It just automatically closed the open program during silent installation. We need it to prompt the user to close said application during install.
msiexec /i "BestAuthority_6.7.0_x64.msi" /qn LICENSEKEY=BA-300IGLw-SN0-E-QB237 ACCEPT_EULA_AND_TPLA=1
Thank you,

i would suggest using the App Deploy toolkit. it is a great way to communicate with user through the installation.
Hi,
During the deployment of an upgrade application. In my script, I have it set to remove the old version, which worked but prompts to close an open program did not. It just automatically closed the open program during silent installation. We need it to prompt the user to close said application during install.
msiexec /i "BestAuthority_6.7.0_x64.msi" /qn LICENSEKEY=BA-300IGLw-SN0-E-QB237 ACCEPT_EULA_AND_TPLA=1
Thank you,

i would suggest using the App Deploy toolkit. it is a great way to communicate with user through the installation.
 
Solution
Status
Not open for further replies.
Back
Top