You create Windows Forms applications by using the .NET Framework 3.5. You plan to use the Windows Installer to deploy a new application. The application must meet the following requirements:
* Support deployment to 32-bit and 64-bit operating systems.
* Use the 64-bit Program Files folder when deployed to 64-bit platforms.
You need to ensure that the application is deployed appropriately.What should you do?
A.
Create a single MSI file.Add a launch condition that is set to Version NT64.
B.
Create a single MSI file.Add a launch condition that is set to NOT Version NT64.
C.
Create an MSI file that is targeted to 64-bit platforms.Create an MSI file that is targeted to 32-bit platforms.
D.
Create a single MSI file.Create a merge module that contains the 32-bit and 64-bit code.