Project Wizard

The Platform page of the project wizard allows you to specify the desired platform of your setup.

This decision should be made based on the platform (either 32-bit or 64-bit) of the application or files you are distributing.

The Project Wizard will automatically configure the Platform setting in the Build Settings to use this platform, however it can be changed at any time. If you would like to support both platforms in a single project, this can be accomplished at a later time through the use of build configurations. Build configurations can be created and modified on the Build Settings dialog which can be accessed by choosing Publish > Settings from the program menu.

Select one of the following platforms:

32-bit

Select this option if you are creating a setup for a 32-bit application.

Note: 32-bit setup files will run on both 32-bit and 64-bit operating systems.

64-bit

Select this option if you are creating a setup for a 64-bit application.

Note: 64-bit setup files will fail to run on 32-bit operating systems.