Relative Content

Tag Archive for c#.netwix

MSI Installer throws error, “Verify that you have sufficient privileges to start system services”

The .NET Service I have been scratching my head for quite some time to try and understand as to why exactly my installation fails with this error. I created a basic .NET 4.8 windows service that have real basic functionality using System; using System.Collections.Generic; using System.Linq; using System.ServiceProcess; using System.Text; using System.Threading; using System.Threading.Tasks; namespace […]

how to get admin privileges with Wix v4 installer

I am using Wix4 installer for my C# application and i need admin privileges.
I added manifest file, but the problem is that after doing so my app is not automatically running after the installation and after restart and its only run manual and every time i am running it asking again for admin privileges.