bottkars / labbuildr

labbuildr is an fully automated tool to deploy windows vm´s and emc va´s and solutions using powershell on vmware workstation
90 stars 17 forks source link

Error: Incorrect command line when extracting a master after fresh install #78

Closed keilma closed 7 years ago

keilma commented 7 years ago

Hi,

after a fresh installation and when trying to rollout a master I get this message:

==>extracting D:\Lab\Labbuildr\Master.labbuildr\2012R2FallUpdate.7z to D:\Lab\L abbuildr\Master.labbuildr ==>Using C:\Program Files (x86)\VMware\VMware Workstation\7za.exe with x -bb0 - bso0 -bsp0 -oD:\Lab\Labbuildr\Master.labbuildr D:\Lab\Labbuildr\Master.labbuildr \2012R2FallUpdate.7z

Error: Incorrect command line ==>Sucess expanding D:\Lab\Labbuildr\Master.labbuildr\2012R2FallUpdate.7z

--

==>extracting D:\Lab\Labbuildr\OpenWRT_15_5_1.7z to ./ ==>Using C:\Program Files (x86)\VMware\VMware Workstation\7za.exe with x -bb0 - bso0 -bsp0 -o./ D:\Lab\Labbuildr\OpenWRT_15_5_1.7z

Error: Incorrect command line

keilma commented 7 years ago

PS D:\Lab\Labbuildr> .\build-lab.ps1 -version labbuildr version 2016-3rd Anniversary SP1 on branch : master labbuildr Git Release Fr, 06 Jan 2017 07:18:06 GMT vmxtoolkit Git Release Mo, 21 Nov 2016 09:02:21 GMT scripts Git Release Fr, 23 Dez 2016 13:46:14 GMT labtools Git Release Sa, 31 Dez 2016 05:40:10 GMT

bottkars commented 7 years ago

what Version of vmware Workstation are you using ?

bottkars commented 7 years ago

should be fixed now if using VMware older 12.5 ...

keilma commented 7 years ago

Running version 11.1.3 ;-)

bottkars commented 7 years ago

can you please try with latest build-lab.ps1 update followed by receive-labopenwrt -start ?

keilma commented 7 years ago

Works now - thanks a lot :)