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 8927277
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T08:11:04+00:00 2026-06-15T08:11:04+00:00

We use an msi to install our program. We have custom install code similar

  • 0

We use an msi to install our program. We have custom install code similar to the below:

 using System;
 using System.Configuration.Install;

[RunInstaller(true)]
public partial class Installer1 : Installer
{

    protected override void OnAfterInstall(IDictionary savedState)
    {
        base.OnAfterInstall(savedState);
        MyProgram.Start();
    }
}

The problem is the program will start as a SYSTEM user because msiexec is running as SYSTEM. Is there a sensible way to have the program start as the user who executes the msi initially rather than SYSTEM?

  • 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-15T08:11:05+00:00Added an answer on June 15, 2026 at 8:11 am

    Take a look at this Article on How to start a non-elevated process at the end of the installation

    start a non-elevated process at the end of the installation

    Another option would be to do the following

    To run any application after the installation is complete, right-click on your setup project, click on Custom Actions. Then right-click on Commit, Add Custom Action, and choose the file you would like to run. Note that it has to be in your application folder already, which shouldn’t be a problem in your case since you are running your program anyway. Simply choose the output of your project.

    Then, click on this added .exe, and change InstallerClass to false. This is crucial because it will look for an installer program otherwise.

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

Sidebar

Related Questions

Does anyone have a good way to build MSI (vdproj) projects using MsBuild or
I always have to search google for some EXE or MSI to install module
I am trying to use Jenkins to install a versioned msi on a target
I am writing program witch runs msi installations silent on background. Using MsiSetExternalUI and
I have created a C++ Custom Action DLL. I have an msi that calld
I have a msi package that have option to install two different languages ,
I have a MSI package that I need to install if the package is
hi i am trying to install Google app engine with windows MSI i have
My Wix project creates install.msi and cab1.cab. How can I have it bundle everything
We already have an existing MSI Installer (web deployment project - .vdproj) that we

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.