-
Notifications
You must be signed in to change notification settings - Fork 14.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't Install: Setup Wizard ended Prematurely #11560
Comments
Can you paste more exactly what you see? |
Having exact same issue |
Adding |
Having the exact same issue, with version 5.0.13, Windows 10 Pro version 1607... How to solve it ? Thanks in advance ! |
Hmm, taking a look. You probably have to execute the package with msiexec to see the real logs. |
Running this: Shows this error if you install as a regular user:
|
Looks to be caused by this change: rapid7/metasploit-omnibus@4f6a439 combined with running the installer normally with regular user permissions. WorkaroundTo solve this problem for now, install the MSI as an administrator: https://www.google.com/search?q=install+msi+as+administrator I suspect we may have hit the 64k file limit because the installer now includes a full copy of msys64. It might be useful to build C code, but isn't actually needed to run framework. We should probably look at removing that from the distribution. I just deleted it from my local install and msfconsole/msfdb/msfvenom all worked fine, and that seems to account for around a gigabyte of files in the windows installer. I'm going to open a couple of issues on metasploit-omnibus to follow up. |
Please redirect further reports to this issue, since this is a windows installer problem, not something we'd fix in metasploit-framework itself: rapid7/metasploit-omnibus#96 |
msiexec /a metasploitframework-latest.msi <<<<< run this command in cmd terminal in the directory of the downloaded file. I had the same issue, this is the only way i found to execute it as administrator. try this and i hope this helps. |
you can add this reg value for running the metasploit.msi
|
Registry file import was successful on my case. Try to import the Registry file. Find the Registry here |
I can't even install it. I keep receiving an error message stating "Setup Wizard ended Prematurely"
The text was updated successfully, but these errors were encountered: