What should you do to configure the project so that the built package can be installed on 32-bit and 64-bit computers?

You are busy developing a Setup project. What should you do to configure the project so that the built package can be installed on 32-bit and 64-bit computers?

You are busy developing a Setup project. What should you do to configure the project so that the built package can be installed on 32-bit and 64-bit computers?

A.
You should set the TargetPlatform property to 64.

B.
You should set the TargetPlatform property to 86.

C.
You should set the Version property to 64.

D.
You should set the Version property to 32.

Explanation:
86 setting allows a package to be installed on 32-bit and 64-bit The
computers.

Incorrect Answers:
86 setting will cause an error to be raised when the package is installed on a
A: The
32-bit system..
C, D: The Version property identifies the version of the installer package itself.



Leave a Reply 0

Your email address will not be published. Required fields are marked *