+1
Best practice for Windows Installer MSI is to use a property called
INSTALLDIR.  That is a useful convention for running msiexec in quiet mode
for unattended installs.
On Feb 20, 2012 11:31 AM, "tracker1" <mygro...@tracker1.info> wrote:

> +1 for adding an install path option for the installer...  Would also
> suggest making the add to path environment variable a checkbox option
> (recommeded) and pre-checked.
>
> Worth noting, is the path isn't quoted when it's added to the environment,
> and should be.. "C:\Program Files (x86)\nodejs\" instead of C:\...\nodejs
> since there are spaces, it didn't seem to work correctly for me until I
> fixed it.
>
> --
> Job Board: http://jobs.nodejs.org/
> Posting guidelines:
> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
> You received this message because you are subscribed to the Google
> Groups "nodejs" group.
> To post to this group, send email to nodejs@googlegroups.com
> To unsubscribe from this group, send email to
> nodejs+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/nodejs?hl=en?hl=en
>

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to