On Wed, Apr 24, 2013 at 12:04 PM, José F. Romaniello <[email protected]
> wrote:

>
> 2013/4/24 AJ ONeal <[email protected]>
>
>> Someone else was telling me that they've had no problem with NSSM or
>> node-windows installing to Program Files,
>
>
> +1, it works perfectly fine for me.
>
>  I have a module called Winser that does uses nssm and install as shwon
> here:
>
> https://github.com/jfromaniello/winser/blob/master/bin/winser#L94
>
> What i do is to run npm on the folder of the project and the project could
> be anywhere. I guess you might be missing some double-quotes "" for the
> path.
>

Behold Les Doubles-Quotes
https://github.com/coolaj86/HelloNode/blob/master/winstaller/hello-node.iss#L86

Filename: "{app}\{#NSSM}"; Parameters: "install {#MyAppShortName}
""{pf64}\nodejs\node.exe"" ""{app}\bin\server.js"" ""5566"""; Flags:
runhidden;
Filename: "{sys}\net.exe"; Parameters: "start {#MyAppShortName}";
Flags: runhidden;


Maybe when I'm rebuilding for my actual app I'll play with it a bit more.
Right now just thinking about Windows gives me an ulcer.

AJ ONeal

-- 
-- 
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to