plone / Installers-UnifiedInstaller

Linux/BSD/OSX Installer
28 stars 24 forks source link

Cannot start installation on Windows 10 #128

Open mariantanase opened 1 year ago

mariantanase commented 1 year ago

Immediately receive the following message:

D:\Plone>windows_install.bat standalone --password=admin
D:\Plone>python helper_scripts\windows_install.py standalone --password=admin
Creating target directory \Users\m.rossi\Plone
Traceback (most recent call last):
  File "D:\Plone\helper_scripts\windows_install.py", line 108, in <module>
    os.mkdir(opt.target, 0o700)
FileNotFoundError: [WinError 3] Impossibile trovare il percorso specificato: '\\Users\\m.rossi\\Plone'

I miss something ?