The search returned 6 results

by Zanef57
July 24, 2024 - 12:31
Forum: WAPT Packages
Subject: [SOLVED] Misunderstanding of the update_package function on V2.5
Answers: 6
Views : 4134

Re: Misunderstanding of the update_package function on V2.5

I have my answer; I created a dummy package for testing.

During drag and drop, the client machine correctly displays "UP TO UPGRADE" as before.
However, the function that is called to update my package is indeed `install()`.
by Zanef57
July 24, 2024 - 12:07
Forum: WAPT Packages
Subject: [SOLVED] Misunderstanding of the update_package function on V2.5
Answers: 6
Views : 4134

Re: Misunderstanding of the update_package function on V2.5


Hi again Jeremy,

there's no need to run `update_package` in your case since the function isn't implemented. The `update_package` function automates package updates by automatically downloading binaries from the publisher's website when a new version is available...
by Zanef57
July 24, 2024 - 11:57
Forum: WAPT Packages
Subject: [SOLVED] Misunderstanding of the update_package function on V2.5
Answers: 6
Views : 4134

Re: Misunderstanding of the update_package function on V2.5

dcardon wrote: July 24, 2024 - 11:53 AM Hello Jeremy,

Wapt version, edition, OS, etc. (see forum rules).

Regards,

Denis
My apologies.

WAPT: 2.5.5.15640
Edition: Discovery
Client OS: WIN 11
Server OS: Windows Server 2022
IDE: VSCODE
by Zanef57
July 24, 2024 - 11:43
Forum: WAPT Packages
Subject: [SOLVED] Misunderstanding of the update_package function on V2.5
Answers: 6
Views : 4134

[SOLVED] Misunderstanding of the update_package function on V2.5

Hello,

I no longer understand how to update my packages on WAPT since the last version.

To summarize:

- I already have an existing package that launches an MSI.
- I want to update this package with a new MSI.
- I modified the install() function for the new package.

From what I remember...
by Zanef57
March 2, 2023 - 10:57
Forum: WAPT Packages
Subject: [SOLVED] tis-dotnetfx3.5 problem
Answers: 5
Views : 4623

Re: [SOLVED] tis-dotnetfx3.5 problem

Hello,


I successfully downloaded an ISO image "SW_DVD9_WIN_PRO_11_22H2.5_64BIT_FRENCH_PRO_ENT_EDU_N_MLF_X23-37772.iso" from the Microsoft website.
In the Source\sxs folder, I copied the file "microsoft-windows-netfx3-ondemand-package~31bf3856ad364e35~amd64~~.cab".

I modified the setup.py file by adding...
by Zanef57
February 21, 2023 - 4:10 PM
Forum: WAPT Packages
Subject: [SOLVED] tis-dotnetfx3.5 problem
Answers: 5
Views : 4623

[SOLVED] tis-dotnetfx3.5 problem

Hello,
We are using WAPT Discovery version 2.3.
We are experiencing an installation problem with the tis-dotnetfx3.5 package on Windows 11 PCs since version 22H2.

I noticed that in setup.py, the command retrieves the Windows version to install dotnet 3.5 using `

if windows_version ...`.