I just can't install the software (in Windows 10), have somebody else handled this issue?
相关问题
- How does the setup bootstrapper detect if prerequi
- Wix: How can I set, at runtime, the text to be dis
- Extended message for commit via Visual Studio Code
- Installation of Leiningen 2.X in Mac OS X
- Mysql-installer showing error : Memoy could not be
相关文章
- Visual Studio Code, MAC OS X, OmniSharp server is
- Omnisharp in VS Code produces a lot of warnings ab
- Getting errors / failing tests when installing Pyt
- How do you make an installer for your python progr
- chained msi's/Bootstrapper/prerequisite?
- Visual Studio Code command for “repeat last comman
- Installing the R interpeter and R as a shared libr
- VSCode remove warnings from problems tab
Security Software Interference (False Positive Detection)
Is that just an access denied warning? It looks like it might be a security software issue - the folder is being recognized as malware. This problem is more and more prevalent as security software tightens security for today's conditions: https://github.com/Microsoft/vscode/issues/13559
Disable your anti-virus or security software and try again. If that doesn't work, please read some further suggestions below.
Please report what security software caused the problem for you - if any. This is important for the community. We are seeing more and more of these problems, and they can be very mysterious at first.
WARNING: Please note that certain security software may quarantine whole MSI files directly from the super-hidden, local cache folder these days! When this happens you really have a problem. Please read section 7 in this answer for information: How do I avoid triggering MSI self-repair with my WiX / MSI package? (don't be deceived by the question name - section 7 is relevant). You may be stuck with an un-uninstallable and un-upgradeable package.
Some Rules of Thumb For Deployment Debugging
Deployment problems tend to center around: something is locking resources (in use), something is blocking / preventing access (security software intervention, network unreachable), something is denying permission (ACL, privileges), something is corrupted (data file, OS settings), a runtime requirement is not met (missing dependencies).
Please consider these easy, general measures to minimize problems:
Core
Further
Other Potential Causes of Setup Failure
Potential causes of setup failures that I can think of right now center around locking issues, connectivity issue, data corruption issues, system settings interference and various obscurities. This list is a bit mad - especially towards the end - it is just a brain dump.