On Thursday, September 18, 2014 10:14:45 PM UTC+2, Tim Lebedkov wrote:
> unfortunately still does not work for me on Windows 2008 R2 Datacenter
> 
> with "/S" or "/S /D". The exit code is 0.

You could perhaps try this with the original NSIS file: Replace "Function 
.onInit" line with the following and use /INSTDIR= instead of /D.

!include FileFunc.nsh
!insertmacro GetParameters
!insertmacro GetOptions

Function .onInit
  ${GetParameters} $R0
  ClearErrors
  ${GetOptions} $R0 "/INSTDIR=" $INSTDIR
  IfErrors 0 IniOK

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" 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/d/optout.

Raspunde prin e-mail lui