qzind / qz-print

Archive for legacy qz-print versions (1.8, 1.9). See https://github.com/qzind/tray for modern versions.
Other
141 stars 101 forks source link

Windows Installer Ignores /D Parameter #132

Closed tresf closed 8 years ago

tresf commented 8 years ago

NSIS offers a command line parameter /D=C:\Foo and our installer ignores it.

This means our documentation is broken as the Unattended Deployment steps claim the directory can be overridden via /D=C:\Foo, but this is not honored in our version of the installer.

According to this article, this may be due to the fact that we specify it here windows-packager.nsi.in#L20.

We need to find a way to accept the command line path, if supplied so that non-standard installation locations are honored via command line.

Vzor- commented 8 years ago

I'm on this one.

tresf commented 8 years ago

:+1: