The search returned 156 results

by jpele
April 30, 2024 - 9:50 AM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: Remote Package Editing Cleanup
Answers: 5
Views : 9800

Re: Remote Package Editing Cleanup

Hello,
Could you please contact our phone support so we can best assist you? I'd prefer to fully understand your needs before writing anything incorrect.

Sincerely,
Jimmy
by jpele
April 29, 2024 - 5:56 PM
Forum: WAPT Packages
Subject: [SOLVED] Creating a Toshiba printer installation package
Answers: 1
Views : 4781

Re: Creating a Toshiba printer installation package

Hello,
I've just pushed a patch to the package; this should fix it.

Regards,
Jimmy
by jpele
April 29, 2024 - 2:35 PM
Forum: WAPT Packages
Subject: [SOLVED] package problem: tis-generate-new-uuid
Answers: 5
Views : 8690

Re: pb package: tis-generate-new-uuid

Hello,
it is not possible to change the machine's UUID; this is a manufacturer error.
Regards,
Jimmy
by jpele
April 26, 2024 - 4:49 PM
Forum: WAPT Packages
Subject: [SOLVED] package problem: tis-generate-new-uuid
Answers: 5
Views : 8690

Re: pb package: tis-generate-new-uuid

The package tis-wapt-generate-random-uuid-if-needed was created to replace tis-generate-new-uuid, can you test it?
by jpele
April 26, 2024 - 3:42 PM
Forum: WAPT Packages
Subject: [SOLVED] package problem: tis-generate-new-uuid
Answers: 5
Views : 8690

Re: pb package: tis-generate-new-uuid

Hello,
I'm currently reworking this package; quite a few things in it seem to be outdated.

Regards,
Jimmy
by jpele
April 19, 2024 - 11:09
Forum: WAPT Packages
Subject: [SOLVED] Update Package Paraview
Answers: 1
Views : 4213

Re: Update Paraview Package

As agreed with Vianney, this package will be retrieved as part of the WAPT Enterprise Store with a view to making it available to everyone.
by jpele
April 18, 2024 - 2:12 PM
Forum: WAPT Packages
Subject: [SOLVED] VSCODE: Add autocomplete
Answers: 5
Views : 7937

Re: VSCODE: Adding autocomplete

Great! This is to force executions; this option can be used with most wapt commands.
by jpele
April 18, 2024 - 12:27
Forum: WAPT Packages
Subject: [SOLVED] VSCODE: Add autocomplete
Answers: 5
Views : 7937

Re: VSCODE: Adding autocomplete

Hello,
Could you try running "wapt-get session-setup tis-vscode-python -f" and then restarting VS Code with "wapt-get edit folder_path"?

Regards,
Jimmy
by jpele
April 15, 2024 - 4:28 PM
Forum: WAPT Packages
Subject: [SOLVED] .NET 6 and 7: x64 contains an extra x86
Answers: 3
Views : 5686

Re: [SOLVED] dotnet 6 and 7: x64 contains an extra x86

This was the case before, but it caused problems in some situations. Therefore, we migrated to this solution, which is the most functional. You can absolutely modify the package to suit your needs.
by jpele
April 15, 2024 - 2:43 PM
Forum: WAPT Packages
Subject: [SOLVED] .NET 6 and 7: x64 contains an extra x86
Answers: 3
Views : 5686

Re: dotnet 6 and 7: the x64 version contains the x86 version as an extra

Hello,
this is intentional; both can be necessary for applications to function, and there's no way to definitively identify which one should be used. One application might use x64 or x86, while another application might very well need the other arch...