The search returned 5 results

by Basstien
June 8, 2021 - 11:50
Forum: WAPT Packages
Subject: [SOLVED] Help creating a registry key, thank you
Answers: 2
Views : 3168

[SOLVED] Help creating registry key, thank you

Hello,

I want to merge a registry key during the UltraVNC deployment.
I tried with
this script: registry_setstring( HKEY_LOCAL_MACHINE,"SOFTWARE\ORL\WinVNC3",'ACL','06,25,50,00,02,00,00,00,00,00,27,00,03,00,00,00,01,07,00,10,00,00,00,\
78,15,00,00,00,7f,46,02,50,18,3f,d5,03,b4,08 ...
by Basstien
June 7, 2021 - 5:15 PM
Forum: WAPT Packages
Subject: REG_Binary
Answers: 1
Views : 1962

REG_Binary

Hello,
I'm trying to create a REG_BINARY registry key in a package.
I tried importing the Winreg library into the setup.py file, but it didn't work.

Does anyone have a solution?
Thanks in advance.
by Basstien
June 2, 2021 - 5:18 PM
Forum: WAPT Server
Subject: Advanced configuration with WAPT
Answers: 4
Views : 3810

Re: Advanced configuration with WAPT

Perfect, thank you for your help. Do you have a link that would allow me to access those packages?

Thank you.
by Basstien
June 1, 2021 - 5:50 PM
Forum: WAPT Server
Subject: Advanced configuration with WAPT
Answers: 4
Views : 3810

Re: Advanced configuration with WAPT

Thank you for your reply.

I would like to pre-register my credentials in this console; they are attached.

I understand that the advanced configuration of the package can be done in "def session_setup", and my problem is that I want to create a script from there...
by Basstien
June 1, 2021 - 3:56 PM
Forum: WAPT Server
Subject: Advanced configuration with WAPT
Answers: 4
Views : 3810

advanced configuration with WAPT

Hello,

I'm a complete beginner and I need to complete a project on WAPT.

First, I need to generate a package template for the UltraVNC software.

Then I'm stuck on the advanced configuration of the UltraVNC package using Python.
I want to force the connection at the...