1

Good evening, I have a problem when I try to modify the environment variable's path. I'm using the EnvVarUpdate nsi tand for some reason when I run the the installer I get this warning. enter image description here

Any suggestions are highly appreciated !

Costi Ivan
  • 241
  • 2
  • 4
  • 12

1 Answers1

1

I would think it has to do with permissions in your case, as HKLM is not writable for regular users. Are you setting

RequestExecutionLevel admin

in your script? It causes the installer to pop up the UAC prompt and ask for admin privileges before executing.

Stefan

knipp
  • 196
  • 4
  • 12