- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Installer exits after installing prerequisite
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
Installer exits after installing prerequisite
I need to install the WebView2 control as a prerequisite. When I run the installer, it installs all of the necessary prerequisites, including WebView2, but then it simply exits with no error message. There's no log file to look at either. The file it's running to install the prerequisite is
MicrosoftEdgeWebView2RuntimeInstallerX64.exe
If I rerun the installer, it has indeed installed the WebView2 prerequisite and the install proceeds normally.
What am I doing wrong?
I am doing a silent install, so the command line looks like:
MicrosoftEdgeWebView2RuntimeInstallerX64.exe /silent /install
I read that if the /install is first, it fails, but I have the arguments in the correct order
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi @brianjustice : you are facing issue like when install the setup.exe in silent mode, after installing prq the setup.exe exists, but when you install with UI it installs without any issues,
is my understanding correct?
what is your project type? could you please the ism and prq file
