Creating an Installer Project Using the Installer Project Wizard
- Updated2023-02-21
- 3 minute(s) read
Creating an Installer Project Using the Installer Project Wizard
Parent topic: How to Perform Common Tasks in Installer Builder
Step 1 of 4: Set basic options for your installer
- Use the Installer Name field to create a file name for your installer project. This value is used to determine the default application directory and the product name for the Add/Remove Programs utility on the target machine.
- Use the Output Directory field to set the output directory on the build machine for the installer you create. This path cannot be empty.
- Use the Installer Bitness drop-down menu to set the bitness mode for your installer. Set the bitness mode to match the bitness of the application that you are deploying.
![]() |
Note For AnyCPU applications, create a mixed mode installer to deploy both 32-bit and 64-bit application components. |
Step 2 of 4: Choose application directory
- Use the Application Directory Root drop-down menu to enter the system directory under which the application will be installed on the target machine.
- Use the Subdirectory field to enter the name of the directory, under the selected Application root directory, where the application will be installed.
-
Click
Next.