32 bit / 64 bit confusion.
Hello,
There are a couple of 32/64 bit questions in the forums but I'm stiull a little confused.
In my package I have TWO steps...
step one - I have put the 32 bit MSI in the install file, and set the parameters. IN the conditions I have put 32bit in OS Architecture.
Step two - I have put the 64 bit MSI in the install file, and set the parameters. IN the conditions I have put 64bit in OS Architecture.
Is that all that is necessary to get PDQ Deploy to distinguish between 32/64 bit PCs and to install the correct MSI file?
Comments
Hi James. Yes, that's all that's necessary to distinguish between the two. When the package is deployed it evaluates the condition for the step, then will skip or run the step depending on the architecture selected and the architecture of the target machine.