Hello,
I have the same problem, so I'm taking the liberty of reviving this thread.
However, I'm on a Windows server (Version 1.8.2.72.65)
and ALL workstations have an empty package list.
PS: The workstations are on their second WAPT server (formerly server 2008, now server 2019).
The search returned 11 results
- July 28, 2020 - 10:53
- Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
- Subject: Empty package list
- Answers: 6
- Views : 6779
- March 1, 2018 - 10:36
- Forum: WAPT Packages
- Subject: Skype for Business 2016
- Answers: 1
- Views : 2303
Skype for Business 2016
Hello,
I'd like to deploy Skype for Business O_o, it's proving a bit of a hassle.
I'm stuck on one point:
# -*- coding: utf-8 -*-
from setuphelpers import *
uninstallkey = []
def install():
print('installing wapt-skype32')
run(r'"setup.exe" /adminfile "skype32.MSP"')
def uninstall():
print ...
I'd like to deploy Skype for Business O_o, it's proving a bit of a hassle.
I'm stuck on one point:
# -*- coding: utf-8 -*-
from setuphelpers import *
uninstallkey = []
def install():
print('installing wapt-skype32')
run(r'"setup.exe" /adminfile "skype32.MSP"')
def uninstall():
print ...
- February 12, 2018 - 5:32 PM
- Forum: WAPT Server
- Subject: Windows wapt-scanpackages.py
- Answers: 2
- Views : 2928
Re: WIndows wapt-scanpackages.py
Hello,
Scanning packages isn't mandatory since you'll be reading the Packages index, which is also present in your repository's directory structure.
Hello,
But of course.
Phew, that was a blunder on my part with the Package file.
Everything seems to be working now...
- February 12, 2018 - 1:46 PM
- Forum: WAPT Server
- Subject: Windows wapt-scanpackages.py
- Answers: 2
- Views : 2928
Windows wapt-scanpackages.py
Hello,
I'd like to set up repository replication.
I've looked at the documentation on this, but it's for Linux, while my servers are Windows.
Like any adventurous IT professional, I thought I'd give it a try.
I created a replication of the directory "drive:\wapt ...
I'd like to set up repository replication.
I've looked at the documentation on this, but it's for Linux, while my servers are Windows.
Like any adventurous IT professional, I thought I'd give it a try.
I created a replication of the directory "drive:\wapt ...
- February 18, 2016 - 9:50 AM
- Forum: WAPT Packages
- Subject: Packages for "portable" software
- Answers: 2
- Views : 3547
Re: Packages for "portable" software
Thanks for sharing, gaelds 
- February 18, 2016 - 09:47
- Forum: WAPT Packages
- Subject: Solved: Help copying a Python file
- Answers: 4
- Views : 4776
Re: Help copying Python file
It works by putting the file in the package, thank youhtouvet wrote:The share \\10.42.20.221\waptdev is definitely not accessible to the System account under which the wapt service runs on the machine.
That's why it's better to put the "home.fc" file directly in the package...
- February 15, 2016 - 4:16 PM
- Forum: WAPT Packages
- Subject: Solved: Help copying a Python file
- Answers: 4
- Views : 4776
Re: Help copying Python file
Thanks htouvet
, even though it doesn't work.
I think there's a permissions issue
.
, even though it doesn't work.
I think there's a permissions issue
- February 15, 2016 - 3:05 PM
- Forum: WAPT Server
- Subject: Resolved: Import: invalid mode
- Answers: 1
- Views : 2307
Re: Import: invalid mode
FYI: after installing the Windows client, I no longer get this error
- February 15, 2016 - 3:05 PM
- Forum: WAPT Packages
- Subject: Solved: Help copying a Python file
- Answers: 4
- Views : 4776
Solved: Help copying a Python file
Hello,
I'm a beginner in Python.
I have a very simple VBScript, but I can't translate it.
If someone could help me, I would progress in understanding this language.
Thank you.
If Not Fso.FolderExists("C:\Users\Default\Documents\FirstClass\") Then
Fso.CreateFolder("C:\Users\Default ...
I'm a beginner in Python.
I have a very simple VBScript, but I can't translate it.
If someone could help me, I would progress in understanding this language.
Thank you.
If Not Fso.FolderExists("C:\Users\Default\Documents\FirstClass\") Then
Fso.CreateFolder("C:\Users\Default ...
- February 15, 2016 - 3:01 PM
- Forum: WAPT Packages
- Subject: Resolved: VBScript in administrator mode
- Answers: 1
- Views : 2847
Resolved: VBScript in administrator mode
Hello,
I suspect the VBScript isn't running as administrator because it's not working.
I've placed the VBScript in the root directory of the package, and of course, the script works when run as administrator on the machine.
Do you have any suggestions?
Thanks in advance.
# -*- coding: utf-8 -*-
from ...
I suspect the VBScript isn't running as administrator because it's not working.
I've placed the VBScript in the root directory of the package, and of course, the script works when run as administrator on the machine.
Do you have any suggestions?
Thanks in advance.
# -*- coding: utf-8 -*-
from ...
