Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8572999
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T19:09:06+00:00 2026-06-11T19:09:06+00:00

I created an empty project, with a visual studio msi installer. On install it

  • 0

I created an empty project, with a visual studio msi installer. On install it just creates the folder and the exe file to the project.

But when i am trying to silent uninstall, it remove the installation from program list, but it leaves the folder. I need to remove the folder as well and want to do this without deleting it manually in code.

   // This is how to uninstall a basic msi app

        // Create the uninstall process.
        Process proc = new Process();

        // Define the parameters for the process
        proc.StartInfo.FileName = "msiexec.exe";

        // This is the Product Code from your Basic MSI InstallShield Project

        proc.StartInfo.Arguments = "/x" + " " + ProductCode + " " + "/qn";

        // Start the process.
        proc.Start();

        // Wait for the uninstall process to end.
        proc.WaitForInputIdle();
        proc.WaitForExit();

        // Release resources.
        proc.Close();
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T19:09:07+00:00Added an answer on June 11, 2026 at 7:09 pm

    Instruct the MSI to output a log file using the /L logfile.txt command line option for msiexec. It should tell you why the uninstaller cannot remove the installation file. Possible causes include the folder being locked (requiring a reboot to remove) or file permissions on the folder preventing deletion. See Wix installer could not remove installation folder or Installshield, uninstalling program not removing all folders for more information.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to create empty solution file for Visual studio 2010 but I
I created an Empty Project in Visual C++, but now I need the Console
For a new project I have created a local folder tree with empty Visual
I've created an empty C++ project in Visual Studio. When attempting to add .NET
I created an empty 'Demo' project in Visual Studio 2008 and added some existing
I created an empty C# Project in Visual Studio, and added a class. Then
I have created an installer for MyProgram using the Visual Studio Installer (Visual Studio
Is there a way to have an empty Project in Visual Studio 2008 or
I created an empty c++ console application with visual studio 2010 and dragged and
I have a VB.NET project in Visual Studio 2008 that I created a specialized

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.