#"installMode" and "installerArgs" does not work for NSIS exe installer.

4 messages · Page 1 of 1 (latest)

broken hazel
#

can you please post the output of the tauri info command please? (like npm run tauri info or whatever cli you use)

broken hazel
#

hmm, i don't think there were any related issues fixed in the new cli versions, so that you're on a slightly outdated 1.5.0 should be fine 🤔

#

Which installMode are you using for the nsis installer?
currentUser (default), perMachine or both?

#

Also, does it work if you remove installerArgs? /S is already supplied when using quiet so i wonder if providing it twice causes issues 🤔