The search returned 45 results

by Smart
February 20, 2020 - 08:08
Forum: WAPT Server
Subject: [RESOLVED] HTTP/1.1 504 Gateway
Answers: 4
Views : 4497

[SOLVED]: HTTP/1.1 504 Gateway

- Installed the latest version of Python 3.8.1
- Reinstalled WAPT (without uninstalling the old one)

. It works. Thank you.
by Smart
February 20, 2020 - 07:19
Forum: WAPT Server
Subject: [RESOLVED] HTTP/1.1 504 Gateway
Answers: 4
Views : 4497

Re: HTTP/1.1 504 Gateway

In the file: nginx-access.log
dthfg bsdgfbgb.PNG
dthfg bsdgfbgb.PNG (17.79 KB) Viewed 4477 times
In the nginx-errors.log file:
sqtgfgdrgdvgqgvvfevrghtjhyjukhkh.PNG
sqtgfgdrgdvgqgvvfevrghtjhyjukhkh.PNG (16.79 KiB) Viewed 4477 times
In the waptservice.log file:
hghbvb.PNG
hghbvb.PNG (4.82 KB) Viewed 4477 times
by Smart
February 18, 2020 - 4:00 PM
Forum: WAPT Server
Subject: [RESOLVED] HTTP/1.1 504 Gateway
Answers: 4
Views : 4497

[RESOLVED] HTTP/1.1 504 Gateway

Windows Server 2016 (admin machine and server) - WAPT Community 1.8.1
-----------------------------------------------------------------------------------------
Hello,
After installing waptserveursetup.exe on a Windows Server 2016 VM, I get the attached message.
Any ideas?
by Smart
December 23, 2019 - 2:23 PM
Forum: WAPT Packages
Subject: Firefox Home Page
Answers: 1
Views : 2283

Firefox Home Page

WAPT 1.7.4 - CentOS 7 Server - Windows Server 2016
------------------------------------------------------------------------------------------
Hello,
I'm trying to change the Firefox homepage using a script. It runs perfectly on local machines, but not via WAPT.

import getpass ...
by Smart
November 25, 2019 - 3:01 PM
Forum: WAPT Packages
Subject: [RESOLVED] Custom TeamViewer Package
Answers: 15
Views : 15984

Re: Custom TeamViewer Package

FINAL CODE:

destdir = makepath('C:\\','TeamViewer')
msifile = makepath(destdir,'TeamViewer_Host.msi')

def install():
print('installing muller-teamviewer-14-host')
mkdirs(destdir)
copytree2(r'Config',destdir)
run(r'msiexec.exe /i "C:\TeamViewer\TeamViewer_Host.msi" /qn CUSTOMCONFIGID ...
by Smart
November 25, 2019 - 7:54 AM
Forum: WAPT Packages
Subject: [RESOLVED] Custom TeamViewer Package
Answers: 15
Views : 15984

Re: Custom TeamViewer Package

Hello,
I did this:

destdir = makepath('C:\\','TeamViewer')
msifile = makepath(destdir,'TeamViewer_Host.msi')

def install():
print('installing muller-teamviewer-14-host')
mkdirs(destdir)
copytree2(r'Config',destdir)
run(r'msiexec.exe /i "C:\TeamViewer\TeamViewer_Host.msi" /qn ...
by Smart
November 20, 2019 - 7:27 AM
Forum: WAPT Packages
Subject: [RESOLVED] Custom TeamViewer Package
Answers: 15
Views : 15984

Re: Custom TeamViewer Package

Just the software, not the settings.
by Smart
November 19, 2019 - 4:41 PM
Forum: WAPT Packages
Subject: [RESOLVED] Custom TeamViewer Package
Answers: 15
Views : 15984

Re: Custom TeamViewer Package

Hello,
thank you again for your help. I used your code, but it still doesn't work...
I'll try importing a .reg file of the TV settings that I've previously exported.
Regards
by Smart
November 18, 2019 - 4:49 PM
Forum: WAPT Packages
Subject: [RESOLVED] Custom TeamViewer Package
Answers: 15
Views : 15984

Re: Custom TeamViewer Package

Try 1:

uninstallkey = []

properties = {'APITOKEN=****','CUSTOMCONFIGID=****','ASSIGNMENTOPTIONS="--P **** --alias %COMPUTERNAME%"'}

def install():
print('installing muller-teamviewer-14-host')
install_msi_if_needed('TeamViewer_Host.msi', properties = properties)


Try 2...
by Smart
November 18, 2019 - 3:09 PM
Forum: WAPT Packages
Subject: [RESOLVED] Custom TeamViewer Package
Answers: 15
Views : 15984

Re: Custom TeamViewer Package

Code: Select all

msiexec.exe /i "TeamViewer_Host.msi" /qn APITOKEN=**** CUSTOMCONFIGID=**** ASSIGNMENTOPTIONS="--P **** --alias %COMPUTERNAME%"