Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 3354] Error in Windows Packager

Date: Wed, 25 Mar 2009 04:35:09 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3354





--- Comment #2 from Nick Lewis <nick.lewis@xxxxxxxxxxxxxx>  2009-03-25 04:35:08 PDT ---
The error message:

'C:\Program' is not recognized as an internal or external command,
operable program or batch file.

was actually referring to "C:\Program Files\nsis\makensis.exe" which had not
been installed on that computer. 

Although having the whole path in double quotes allows it to be executed, it
does not allow errors to be reported correctly. The alternative format

C:\"Program Files"\nsis\makensis.exe

works both for execution and error reporting so should be used instead

However $(PROGRAMFILES) does not seem to use this quoted element format. It
would be possible to backslash explode $(PROGRAMFILES) looking for unquoted
elements containing spaces and fixing the quotes.


-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.