What to do if you run software under PE

Source: Internet
Author: User

PE systems are generally used only to maintain the system. But in special cases, you may also use it to handle some other things that need to run a software in it. Often this time is the most anxious.

PE under the Green Software (not integrated in the PE), most of the situation will be wrong, prompted to find the xxx file (usually DLL file). How to solve this problem?

According to the exploration, you only need to go to your own system folder (such as C:windowssystem32 or c:windows) search to find this file, and then copy it to the same directory as your software to rerun it (may be prompted many times OH). The problem can be solved in most cases.

Install the software is also the same, prompted not to find the xxx file. Copy the missing files to the same directory as your software and reinstall them. The success rate is not high. Because the PE system integrates only the core applications that Windows runs.

How to solve these problems in a deeper way? This will make the PE makers think.

When running the software, PE will first look for the required files from the same directory in the software and then the PE system. Because PE contains only the core files of the system, there is no guarantee of the required documents.

One of the workarounds is to automatically search for system folders (such as C:windowssystem32 or c:windows) of the original system after these two steps have been searched. It's smart and frees up a lot of trouble.

On the green soft run, non-green soft installation of other issues may also consider the use of this "grafting" thinking to solve, because the original system is sound, the probability of solving the problem will be greater. In short, the PE system is "grafted" to the original system.

The concrete method welcomes everybody to discuss!

We welcome you to explore the results and brainstorm ideas.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.