pseymour / MakeMeAdmin

Make Me Admin is a simple, open-source application for Windows that allows standard user accounts to be elevated to administrator-level, on a temporary basis.
https://makemeadmin.com/
GNU General Public License v3.0
391 stars 85 forks source link

How to build? #86

Closed LorenzISR closed 1 year ago

LorenzISR commented 1 year ago

I am trying to build this using dotnet build, but I am getting this error:

C:\Users\<removed>\dev\makemeadmin\WiXCustomAction\WiXCustomAction.csproj(85,5): error : The WiX Toolset v3.11 (o
r newer) build tools must be installed to build this project. To download the WiX Toolset, see http://wixtoolset.org/re
leases/

I installed the wix toolset, but I am still getting the same error as before. Do you know how to fix this?

Thanks in advance ;-)

pseymour commented 1 year ago

https://github.com/wixtoolset/issues/issues/5627

Sent from Proton Mail for iOS

On Tue, Jan 17, 2023 at 07:17, Lorenz @.***> wrote:

I am trying to build this using dotnet build, but I am getting this error:

C:\Users\\dev\makemeadmin\WiXCustomAction\WiXCustomAction.csproj(85,5): error : The WiX Toolset v3.11 (o r newer) build tools must be installed to build this project. To download the WiX Toolset, see http://wixtoolset.org/re leases/

I installed the wix toolset, but I am still getting the same error as before. Do you know how to fix this?

Thanks in advance ;-)

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

LorenzISR commented 1 year ago

What I mant to ask is, how are you building MakeMeAdmin?

pseymour commented 1 year ago

I just use Visual Studio.

LorenzISR commented 1 year ago

Ok. :+1: