Hello everyone,
Adding new packages from the public repository to the private repository works, but they don't appear in the list of available packages when editing a machine.
I've checked the architecture (x64, x86, or all), as well as the maturity level...
Regards,
Greg
- WAPT version...
The search returned 33 results
- March 4, 2021 - 8:30 AM
- Forum: WAPT Server
- Subject: Some packages no longer appear in available packages
- Answers: 1
- Views : 3664
- February 25, 2020 - 11:24
- Forum: WAPT Server
- Subject: Migrating WAPT workstations to a new server
- Answers: 1
- Views : 3375
Migration of WAPT workstations to a new server
Hello everyone,
I want to migrate all WAPT client workstations to a new infrastructure.
The two WAPT servers (old and new) are not on the same domain, they don't use the same certificate or prefix, but they are running the same WAPT version (1.7.4.6232).
The old server is...
I want to migrate all WAPT client workstations to a new infrastructure.
The two WAPT servers (old and new) are not on the same domain, they don't use the same certificate or prefix, but they are running the same WAPT version (1.7.4.6232).
The old server is...
- November 7, 2019 - 11:31
- Forum: WAPT Server
- Subject: [RESOLVED] Update from 1.5.1.22 to 1.7.4
- Answers: 2
- Views : 4189
Re: [RESOLVED] Update from 1.5.1.22 to 1.7.4
Hi Camille,
I followed the procedure in the documentation and didn't encounter any difficulties with this update.
Thank you for your help.
Best regards,
Greg
I followed the procedure in the documentation and didn't encounter any difficulties with this update.
Thank you for your help.
Best regards,
Greg
- November 5, 2019 - 10:42
- Forum: WAPT Server
- Subject: [RESOLVED] Update from 1.5.1.22 to 1.7.4
- Answers: 2
- Views : 4189
[RESOLVED] Updated from 1.5.1.22 to 1.7.4
Hello,
I have a WAPT server (version 1.5.1.22) currently running on Windows Server 2016, and I would like to upgrade it directly to version 1.7.4.
All of our workstations run on Windows 10.
Is this possible?
Regards,
Greg.
I have a WAPT server (version 1.5.1.22) currently running on Windows Server 2016, and I would like to upgrade it directly to version 1.7.4.
All of our workstations run on Windows 10.
Is this possible?
Regards,
Greg.
- March 5, 2019 - 2:04 PM
- Forum: WAPT Packages
- Subject: Windows 10 1809 Upgrade Package
- Answers: 2
- Views : 5518
Re: Windows 10 1809 upgrade package
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 ...
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 ...
- February 28, 2019 - 4:12 PM
- Forum: WAPT Packages
- Subject: Windows 10 1809 Upgrade Package
- Answers: 2
- Views : 5518
Windows 10 upgrade package 1809
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 trouble creating the first package.
Here is my setup.py:
# -*- coding: utf-8 -*-
from setuphelpers import *
uninstallkey = []
path_install ...
Hello everyone,
I followed the procedure in the Windows 10 1803 upgrade package thread.
I'm having trouble creating the first package.
Here is my setup.py:
# -*- coding: utf-8 -*-
from setuphelpers import *
uninstallkey = []
path_install ...
- February 18, 2019 - 2:10 PM
- Forum: WAPT Server
- Subject: [RESOLVED] nginx 504 gateway timeout when upgrading to 1.7
- Answers: 3
- Views : 8456
Re: nginx 504 gateway timeout when upgrading to 1.7
Hello,
You need to edit your message and add [RESOLVED] to the title.
Can you confirm that your WAPT server is communicating correctly with your client machines?
I also need to perform this update.
Regards,
Elminio
You need to edit your message and add [RESOLVED] to the title.
Can you confirm that your WAPT server is communicating correctly with your client machines?
I also need to perform this update.
Regards,
Elminio
- February 18, 2019 - 1:53 PM
- Forum: WAPT Packages
- Subject: [RESOLVED] Question about package update.
- Answers: 2
- Views : 3802
- February 7, 2019 - 4:26 PM
- Forum: WAPT Packages
- Subject: [RESOLVED] Question about package update.
- Answers: 2
- Views : 3802
[RESOLVED] Question about package update.
Hello everyone,
I currently have the package tis-firefox 63.0-51 all fr (French Mozilla Firefox web browser) in my repository.
This package is no longer available in a newer version in your repository.
How will wapt behave if I import the package tis-firefox 65.0-1 x64 fr (French web browser)...
I currently have the package tis-firefox 63.0-51 all fr (French Mozilla Firefox web browser) in my repository.
This package is no longer available in a newer version in your repository.
How will wapt behave if I import the package tis-firefox 65.0-1 x64 fr (French web browser)...
- February 4, 2019 - 11:09
- Forum: WAPT Packages
- Subject: [SOLVED] How to copy a file into programdata?
- Answers: 1
- Views : 4074
Re: How to copy a file into programdata?
Resolved, using the following command:
shutil.copy2('shortcut.lnk', "c:\\ProgramData\\Microsoft\\Windows\\Start Menu\\Programs\\StartUp")
shutil.copy2('shortcut.lnk', "c:\\ProgramData\\Microsoft\\Windows\\Start Menu\\Programs\\StartUp")
