Application does not launch on Windows 10

himanshu saxena 1 Reputation point
2021-10-10T17:15:25.343+00:00

A customer installed our software on windows 10 and installation completed successfully.
He tried launching the installed applications (we create many shortcuts for different applications) and is unable to launch any program.
I asked him to check if antivirus or firewall is blocking the program and he said No, it is not blocking.

Some programs are VC++ applications, some are WPF applications etc.

He is able to install and run other applications on his machine.
I also asked him to check if there is anything in Windows Event Viewer and he says it does not have any information regarding these programs.
I asked him to run the executable directly instead of running it through shortcut and he says nothing happens when he double clicks on the application.

How can I debug? Can process monitor help here?

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,642 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. MotoX80 33,996 Reputation points
    2021-10-10T18:56:33.737+00:00

    Process Monitor should tell you a lot about what the app's are doing, if your customer is technical enough to run it.

    Have him launch control panel and check Reliability History to see if the app is crashing.

    139215-capture1.jpg

    0 comments No comments

  2. Limitless Technology 39,651 Reputation points
    2021-10-12T13:50:56.617+00:00

    Hi there,

    As you have stated it is mostly VC++ applications, check if he has installed the visual studio pack for Windows 10.
    Microsoft Visual C++ Redistributable Latest Supported Downloads
    https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-160
    If it has been already installed uninstall all of them and install them again . Hope this sorts the issue

    -------------------------------------------------------------------------------------------------------------------------------

    If the reply is helpful, please Upvote and Accept it as an answer

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.