The search returned 8 results

by Mugit
April 8, 2025 - 8:56 AM
Forum: WAPT Packages
Subject: SVGView Package
Answers: 3
Views : 5616

Re: SVGView Package

Hello,

Thank you for your reply.
Do you have another suggestion, as this didn't work?

Regards,
Brice

################################

- WAPT version installed: 2.6.0
- Server OS: Linux and Debian version
- Administration/package creation machine OS: Windows 11
by Mugit
April 7, 2025 - 10:27
Forum: WAPT Packages
Subject: SVGView Package
Answers: 3
Views : 5616

SVGView Package

Hello,

has anyone ever tried creating an Adobe SVGView package?

I'm having a problem: the application installs correctly with the "PyScripter" editor, but when I deploy the package, it doesn't install. Do you have any idea what might be causing this problem?

I don't...
by Mugit
January 16, 2025 - 12:18
Forum: WAPT Packages
Subject: [SOLVED] Error with readlines()
Answers: 3
Views : 3757

Re: Error with readlines()

Hello,

just variables and comments.

But I found my mistake; I hadn't inserted the line break. Sorry for creating the ticket for nothing.

Thank you in advance.

Best regards,
Brice.

################################

- Installed WAPT version: 2.6.0
- Server OS: Linux and version...
by Mugit
January 16, 2025 - 11:13
Forum: WAPT Packages
Subject: [SOLVED] Error with readlines()
Answers: 3
Views : 3757

[SOLVED] Error with readlines()

Hello,

I'm trying to read a text file to retrieve information using this code:

`path_txt=makepath("C:","Temp","Sup_fichiers.txt")
lines = []
try:
file = open(path_txt,"r",encoding="utf8")
print(file.readlines())
lines=file.readlines()
finally:
file.close()

` But I'm encountering...
by Mugit
December 12, 2024 - 11:19
Forum: WAPT Packages
Subject: [SOLVED] .msi arguments
Answers: 2
Views : 2495

Re: Arguments .msi

Thank you, you can close the request.

Sincerely,
Brice

################################

- WAPT version installed: 2.6.0
- Server OS: Linux and Debian version
- Administration/package creation machine OS: Windows 11
by Mugit
December 11, 2024 - 4:10 PM
Forum: WAPT Packages
Subject: [SOLVED] .msi arguments
Answers: 2
Views : 2495

[RESOLVED] Arguments .msi

Hello,

I'm having trouble creating a package with an .msi file.
I'd like to add arguments.

This installation works when I use cmd without Wapt:


`msiexec /i YubiKey-Minidriver-4.6.3.252-x64.msi /quiet INSTALL_LEGACY_NODE=1`.


Here is the code for my package:

`properties = {
'INSTALL ...`
by Mugit
December 5, 2024 - 5:18 PM
Forum: WAPT Packages
Subject: [SOLVED] Recovering Windows version
Answers: 2
Views : 1695

Re: Recovering Windows version

Perfect

thank you.

Sincerely,
Brice

################################

- WAPT version installed: 2.5.5
- Server OS: Linux and Debian version
- Administration/package creation machine OS: Windows 11
by Mugit
December 5, 2024 - 4:56 PM
Forum: WAPT Packages
Subject: [SOLVED] Recovering Windows version
Answers: 2
Views : 1695

[SOLVED] Recovering Windows version

Hello,

I would like to know how to retrieve the Windows version from host_info -> os_name "Windows 11 Pro".

I tried the following commands:


print( get_os_name() )
print( get_os_version() )


But I get this result:

Windows
10.0.26100

Thank you in advance.

Sincerely,
Brice...