Plone 5.1 on Win server 2016 standard, Instance missing

Hello everyone, I would like to upgrade existing Plone site 5.0.8 to 5.2 version and I decided to go on fresh install of 5.1 then copy data and migrate and repeat for 5.2. Is this good way to go?
Before I start wit production site, I'm testing procedure in test server and I have problems. I use Unified installer and follow steps from windows.rst file. and after all steps are finished seems that instance si not installed, i'm missing all scripts in bin folder. Here is part of powershell window when buildout is started:

      File "c:\python27\lib\ntpath.py", line 529, in relpath
% (path_prefix, start_prefix))
ValueError: path is on drive , start on drive c:
An error occurred when trying to install c:\users\admini~1.sun\appdata\local\temp\16\tmpako_olget_dist\plone.staticresou
rces-1.1.0.tar.gz. Look above this message for any errors that were output by easy_install.
While:
  Installing instance.
  Getting distribution for 'plone.staticresources==1.1.0'.

An internal error occurred due to a bug in either zc.buildout or in a
recipe being used:
Traceback (most recent call last):
  File "c:\simple-plone-buildout-5.1\env\lib\site-packages\zc\buildout\buildout.py", line 2174, in main
    getattr(buildout, command)(args)
  File "c:\simple-plone-buildout-5.1\env\lib\site-packages\zc\buildout\buildout.py", line 817, in install
    installed_files = self[part]._call(recipe.install)
  File "c:\simple-plone-buildout-5.1\env\lib\site-packages\zc\buildout\buildout.py", line 1603, in _call
    return f()
  File "c:\simple-plone-buildout-5.1\eggs\plone.recipe.zope2instance-6.3.0-py2.7.egg\plone\recipe\zope2instance\recipe.p
y", line 145, in install
    installed.extend(self.install_scripts())
  File "c:\simple-plone-buildout-5.1\eggs\plone.recipe.zope2instance-6.3.0-py2.7.egg\plone\recipe\zope2instance\recipe.p
y", line 782, in install_scripts
    requirements, ws = self.egg.working_set(['plone.recipe.zope2instance'])
  File "c:\simple-plone-buildout-5.1\eggs\zc.recipe.egg-2.0.7-py2.7.egg\zc\recipe\egg\egg.py", line 87, in working_set
    allow_unknown_extras=bool_option(buildout_section, 'allow-unknown-extras')
  File "c:\simple-plone-buildout-5.1\eggs\zc.recipe.egg-2.0.7-py2.7.egg\zc\recipe\egg\egg.py", line 168, in _working_set
    allow_unknown_extras=allow_unknown_extras)
  File "c:\simple-plone-buildout-5.1\env\lib\site-packages\zc\buildout\easy_install.py", line 957, in install
    return installer.install(specs, working_set)
  File "c:\simple-plone-buildout-5.1\env\lib\site-packages\zc\buildout\easy_install.py", line 730, in install
    for dist in self._get_dist(req, ws):
  File "c:\simple-plone-buildout-5.1\env\lib\site-packages\zc\buildout\easy_install.py", line 574, in _get_dist
    dists = [_move_to_eggs_dir_and_compile(dist, self._dest)]
  File "c:\simple-plone-buildout-5.1\env\lib\site-packages\zc\buildout\easy_install.py", line 1745, in _move_to_eggs_dir
_and_compile
    [tmp_loc] = glob.glob(os.path.join(tmp_dest, '*'))
ValueError: need more than 0 values to unpack