by Antonio Linares » Sat Apr 09, 2016 9:00 am
cmd.exe has to be executed as Administrator. From it, I execute this go.bat:
powershell Set-ExecutionPolicy bypass
powershell .\DesktopAppConverter.ps1 -Setup -BaseImage BaseImage-14316.wim
DesktopAppConverter -installer fivedbu.exe -ExpandedBaseImage: c:\ProgramData\Microsoft\Windows\Images\CN=Microsoft_WindowsServerCore_10.0.14289.1000 -Destination: ".\fdbu.exe" -PackageName: FiveDBU -Publisher: "FiveTech Software SL" -Version: 16.03
I get this error now:
C:\software\DesktopAppConverter>powershell .\DesktopAppConverter.ps1 -Setup -BaseImage BaseImage-14316.wim
AssertMinimumWindowsVersion: fatal error 1005: Your windows version is not high enough to use this script.
At C:\software\DesktopAppConverter\converter_util\EnvironmentAssertions.ps1:21 char:9
+ throw "AssertMinimumWindowsVersion: fatal error 1005: Your wi ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : OperationStopped: (AssertMinimumWi...se this script.:String) [], RuntimeException
+ FullyQualifiedErrorId : AssertMinimumWindowsVersion: fatal error 1005: Your windows version is not high enough t
o use this script.
Any hints ?