Page 1 of 1

64-bit and 32-bit packet coexistence

Published: September 11, 2019 - 5:34 PM
by corriou
Hello,

I have the following problem. In my network, I have both 32-bit and 64-bit machines. To reduce file transfers, I would like to create two separate packages instead of using a conditional statement in the script and putting everything in one package.
I've seen that some packages downloaded from the WAPT repositories are designed this way and yet have the same name. When the package is assigned to a machine, the correct version is automatically selected.
How can I develop both packages under the same name on my machine? Won't the 64-bit package overwrite the 32-bit one if I upload it later?

Thanks in advance,

Re: Coexistence of 64-bit and 32-bit packets

Published: September 13, 2019 - 12:33 PM
by kguerineau
Hello,

Packages with the same name but different architectures are seen as two different packages by WAPT (console and agent).

Packages with the same name are distinguished by their architecture, language, version, and maturity.

Regards