Windows 10 upgrade package 1809
Published: February 28, 2019 - 4:12 PM
Wapt server 1.5.1.22 on Windows Server 2016.
Hello everyone,
I followed the procedure in the Windows 10 1803 upgrade package thread.
I'm having a problem creating the first package.
Here is my setup.py:
# -*- coding: utf-8 -*-
from setuphelpers import *
uninstallkey = []
path_install = makepath(programfiles32,"WindowsUpgrade")
def install():
mkdirs(path_install )
copytree2("WINDOWS1809",path_install)
I performed two tests:
- with the 1809 folder containing Windows 10
- without the 1809 folder
With the 1809 folder, I get this error:
List of errors:
c:\waptdev\deploiement-w10data-1809-wapt
Building and uploading packages to https://server
FATAL ERROR: Exception: No package to upload
Exit code: 3
>>>
Without the 1809 folder, the package is correctly created and uploaded to the server.
Hello everyone,
I followed the procedure in the Windows 10 1803 upgrade package thread.
I'm having a problem creating the first package.
Here is my setup.py:
# -*- coding: utf-8 -*-
from setuphelpers import *
uninstallkey = []
path_install = makepath(programfiles32,"WindowsUpgrade")
def install():
mkdirs(path_install )
copytree2("WINDOWS1809",path_install)
I performed two tests:
- with the 1809 folder containing Windows 10
- without the 1809 folder
With the 1809 folder, I get this error:
List of errors:
c:\waptdev\deploiement-w10data-1809-wapt
Building and uploading packages to https://server
FATAL ERROR: Exception: No package to upload
Exit code: 3
>>>
Without the 1809 folder, the package is correctly created and uploaded to the server.