Skip to content
⌘ NSIS Forum Archive

problem with run from network folder

8 posts

petersons#

problem with run from network folder

problem with run from network folder:
z:\setup.exe
The parameter is incorrect.
petersons#
May be from Vista?

But this problem exist with setup file( generated NSIS) under Vista, with other installer no this problem.

Vista under Virtual PC, shared network folder.
kichik#
Vista has a thing for network drives. You need to elevate in order to run the installer, but when elevated, you don't have access to the user's network folders. It's a Vista "issue".
kichik#
You can use the UAC plug-in to have your setup run with RequestExecutionLevel, copy itself somewhere local and then execute itself elevated.
kichik#
No, that's the built-in command. That's the UAC plug-in: