#Install on windows without elevated requirement.

6 messages · Page 1 of 1 (latest)

lean oak
#

Hello,

I have made a fairly simple app that is intended to be downloaded on computers within organizations where the user installing them doesnt have (or need) elevated permissions.

When going to install on windows, it requests elevated permissions. This is an issue as this is a small app intended for people who need it within the organization, and it is not possible to get someone with the credentials to go around every time they wanted to download it.

I've read through the windows build section and the tauri config section on the documentation several times, but find no mention of this, much less any way around it.

My understanding was that tauri uses web renders built into the OS, so im not sure what it even needs elevated permissions for.

How can I resolve this?

wary lichen
#

The new nsis based installer which will be part of v1.3 will support this

#

The current WiX implementation does not

lean oak
#

hm, any idea when this would be available? Or if its available now, how could I use it? and is it stable enough to use?

wary lichen
#

Alternatively you could change the WiX template file, there should be some example on GitHub or this discord server (or Google)