Windows 10 upgrade package 1809

Questions about WAPT Packaging / Requests and help regarding Wapt packages.
Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
Locked
Elminio
Messages: 33
Registration: February 19, 2016 - 3:39 PM

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.
Elminio
Messages: 33
Registration: February 19, 2016 - 3:39 PM

March 5, 2019 - 2:04 PM

From the command: wapt-get install "C:\waptdev\deployment-w10data-1809-wapt"
Installing WAPT files C:\waptdev\deployment-w10data-1809-wapt

Results:

=== install packages ===
C:\waptdev\deployment-w10data-1809-wapt | deployment-w10data-1809 (1.0.0-4)
2019-03-05 11:14:41,400 WARNING Host on the server is not known or not known under this FQDN name (known as None). Trying to register the computer...
2019-03-05 11:14:45,772 WARNING New registration successful

C:\Windows\system32>wapt-get build "C:\waptdev\deployment-w10data-1809-wapt"
Unknown action build

C:\Windows\system32>wapt-get build-upload "C:\waptdev\deployment-w10data-1809-wapt"
Building packages 1 packages
Personal certificate is waptprivateao
Please type the password to decrypt the private key
Password:
Private key is
Building C:\waptdev\deployment-w10data-1809-wapt
...done building. Package filename C:\waptdev\deployment-w10data-1809_1.0.0-4_all.wapt
Signing C:\waptdev\deployment-w10data-1809_1.0.0-4_all.wapt with key
ERROR building C:\waptdev\deployment-w10data-1809-wapt: cannot fit 'long' into an index-sized integer
built
packages failed
errors
0
1 successfully
packages of
:
FATAL ERROR: Exception: No package to upload

C:\Windows\system32>
renaud.counhaye
Messages: 31
Registration: December 13, 2017 - 11:45

June 5, 2019 - 11:53

Hello,

in my opinion, your package is too large to upload via PyScripter.
You can compile it and then transfer it using Samba/FTP, and finally rescan the store folder; that should prevent this error.
Renaud Counhaye,
Network Systems Technician,
Central Functions Division
, Ymagis Group
Picture
Locked