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,
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,