The search returned 37 results

by ddcorazon
September 3, 2025 - 3:30 PM
Forum: WAPT Packages
Subject: Error: Update package (1603)
Answers: 11
Views : 27230

Re: Update package error (1603)

Hello everyone,

given the near impossibility of finding old Chrome Enterprise MSI packages, I opted for another solution (which also works for Edge and "any other MSI package").
It's a rather drastic solution, but if we have no other choice, the idea is to use an old user of...
by ddcorazon
August 20, 2025 - 00:41
Forum: WAPT Packages
Subject: Error: Update package (1603)
Answers: 11
Views : 27230

Re: Update package error (1603)

(continued)

Once finished, if everything went well, this is what you'll see in the browser-msi-after-fix audit.

Screenshot 2025-08-20 001828.png

And normally, once finished, I can perform my upgrades from wapt.

Screenshot 2025-08-20 003943.png

I have a few machines where it didn't work (that...
by ddcorazon
August 20, 2025 - 00:30
Forum: WAPT Packages
Subject: Error: Update package (1603)
Answers: 11
Views : 27230

Re: Update package error (1603)

Hello,

Regarding my problem, it's become widespread since the latest versions, affecting more than half of my network, so I really need to look into it. In any case, I can confirm the deletions aren't intentional. I've run an audit on the installer folder. I'll see what that finds...
by ddcorazon
August 8, 2025 - 5:25 PM
Forum: WAPT Packages
Subject: Error: Update package (1603)
Answers: 11
Views : 27230

Re: Update package error (1603)

Hi Simon,

I'll take a closer look.

Since my machine is affected, I can confirm that I haven't touched the Windows installer (I can't confirm this for others, especially since some of our clients have administrator privileges).

The only thing we might have in...
by ddcorazon
August 8, 2025 - 5:22 PM
Forum: WAPT Server
Subject: Restricting the synchronization of certain packages on a repository
Answers: 2
Views : 15906

Re: Restricting the synchronization of certain packages on a repository

Hello Simon,

Thanks for the feedback.

For now, I'll leave it as is, but yes, I'm really looking forward to on-demand synchronization being implemented.

I still have some Windows 10 machines and some brand new, fully Windows 11 fleets, and since the updates are fully synchronized, the Windows 10 updates are synchronized to client repositories...
by ddcorazon
August 8, 2025 - 00:04
Forum: WAPT Packages
Subject: Error: Update package (1603)
Answers: 11
Views : 27230

Re: Update package error (1603)

Quick tip:

I just had a problem with VirtualBox; I couldn't upgrade. So, I uninstalled it using IObit Uninstaller.

I tried installing it manually, but that didn't work either.

So yeah, you have to go into the registry editor and delete all the keys related to the software in question.

Also...
by ddcorazon
August 7, 2025 - 10:47 PM
Forum: WAPT Server
Subject: Restricting the synchronization of certain packages on a repository
Answers: 2
Views : 15906

restrict the synchronization of certain packages on a repository

Hello everyone,

quick question: is it possible to prevent a repository from synchronizing a particular package?

For context, I have my WAPT server with several packages and I have 4 repositories (A, B, C, D) on several different clients.

However, some resource-intensive packages like Office 365...
by ddcorazon
August 7, 2025 - 10:30 PM
Forum: WAPT Packages
Subject: Error: Update package (1603)
Answers: 11
Views : 27230

Re: Update package error (1603)

Hello,

I'm experiencing the exact same issue on several computers across my network, the same problem with Chrome, Edge, and now Remote Desktop Manager, even though I've already performed Wapt upgrades which were working perfectly until today.

And it's also redirecting to a folder C:\windows\temp\wapt_XXXX.
For the...
by ddcorazon
June 19, 2025 - 11:04 PM
Forum: Reporting - SQL Queries
Subject: [SOLVED] Display Windows 11 build number
Answers: 2
Views : 24259

Re: Displaying Windows 11 build number

Great,
thanks Bertrand. I'd forgotten that host_info returns a JSON object, and I was looking directly for the full_version in the table structure.
Have a good evening,

Augustin.
by ddcorazon
June 19, 2025 - 5:04 PM
Forum: Reporting - SQL Queries
Subject: [SOLVED] Display Windows 11 build number
Answers: 2
Views : 24259

[SOLVED] Display Windows 11 build number

Hello everyone,

I'd like an SQL query that displays the Windows 11 versions that don't have a certain build, for example.

To just display the PCs running Windows 24H2, I'm doing this: `

SELECT
computer_name,
computer_fqdn,
os_name,
os_version,
waptwua_status->>'enabled' AS waptwua_enabled ...`