Summary
Information on how to use a buildproperties.properties file for building installersSynopsis
You can use a buildproperties.properties file to build installers for a project. To do this, pass the ?p argument with the path and name of the buildproperties.properties file to build.exe:build.exe C:\MySetups\MyProduct.iap_xml -p C:\Path\buildproperties.propertiesIf you do not provide an absolute path to your build properties file, the builder looks for it in the same directory as your project. The settings that are specified in the .properties file override the build settings in the project.
Discussion
Many of the settings that you can configure in the Advanced Designer can also be set in a buildproperties.properties file. The following tables correlate the options in the Advanced Designer with settings in the buildproperties.properties file.| Option | File Setting |
|---|---|
| General Settings > Send stderr to | com.zerog.ia.installer.options.stderr.redirect=path_to_file |
| General Settings > Send stdout to | com.zerog.ia.installer.options.stdout.redirect=path_to_file |
| Platforms > Default UNIX Installer UI Mode > Installer UI Mode | default.ui.mode.unix=GUI/Silent/Console |
| Platforms > Default Windows UI Mode > Installer UI Mode | default.ui.mode.windows=GUI/Silent/Console |
| Platforms > Default Windows UI Mode > Installer UI Mode (Pure 64-bit) | default.ui.mode.windows64=GUI/Silent/Console |
| JVM Settings > Valid VM list | com.zerog.ia.installer.options.valid.vm.list=1.5+, 1.8* |
| JVM Settings > Minimum Heap Size | com.zerog.ia.installer.options.heap.size.initial=16777216 |
| JVM Settings > Maximum Heap Size | com.zerog.ia.installer.options.heap.size.max=50331648 |
| Look & Feel Settings > Auto populate labels when saving | com.zerog.ia.build.options.auto-populate.labels=true/false |
| Components > Auto-clean when building | com.zerog.ia.build.options.auto-clean.components=true/false |
| Build Installers > Select Build Configuration | number.of.configs=2 config.1.name=Configuration Name 1 config.2.name=Configuration Name 2 In the buildproperties.properties file, the build target, distribution, and locale settings include a number to identify its associated build configuration, such as: config.1.com.zerog.ia.build.platform.windows.novm=false |
| Build Installers > Build Output Location | com.zerog.ia.build.options.output.location=path_to_directory |
| [Working Directory] | com.zerog.ia.build.options.workdir.location=path_to_directory Note: The working directory, which is used to store all temporary files (such as the build log and the locales directory) is set by default to the InstallAnywhere project directory. It is not specifically set in the Advanced Designer user interface. |
| Build Targets > OS X | config.1.com.zerog.ia.build.platform.macosx.novm=true/false config.1.com.zerog.ia.build.platform.macosx.vm=true/false config.1.com.zerog.ia.build.vmpack.macosx.path=path_to_vm |
| Build Targets > Windows | config.1.com.zerog.ia.build.platform.windows.novm=true/false config.1.com.zerog.ia.build.platform.windows.vm=true/false config.1.com.zerog.ia.build.platform.windows.use.console.laucher=true/false config.1.com.zerog.ia.build.vmpack.windows.path=path_to_vm |
| Build Targets > Windows_Pure_64_Bit | config.1.com.zerog.ia.build.platform.windows64.novm=true/false config.1.com.zerog.ia.build.platform.windows64.vm=true/false config.1.com.zerog.ia.build.vmpack.windows64.path=path_to_vm |
| Build Targets > AIX | config.1.com.zerog.ia.build.platform.aix.novm=true/false config.1.com.zerog.ia.build.platform.aix.vm=true/false config.1.com.zerog.ia.build.vmpack.aix.path=path_to_vm |
| Build Targets > HP-UX | config.1.com.zerog.ia.build.platform.hpux.novm=true/false config.1.com.zerog.ia.build.platform.hpux.vm=true/false config.1.com.zerog.ia.build.vmpack.hpux.path=path_to_vm |
| Build Targets > Linux | config.1.com.zerog.ia.build.platform.linux.novm=true/false config.1.com.zerog.ia.build.platform.linux.vm=true/false config.1.com.zerog.ia.build.vmpack.linux.path=path_to_vm |
| Build Targets > Solaris | config.1.com.zerog.ia.build.platform.solaris.novm=true/false config.1.com.zerog.ia.build.platform.solaris.vm=true/false config.1.com.zerog.ia.build.vmpack.solaris.path=absolute_path |
| Build Targets > Unix (All) | config.1.com.zerog.ia.build.platform.unix.novm=true/false |
| Build Targets > UNIX_with_VM | config.1.com.zerog.ia.build.platform.named_unix.vm=true/false config.1.com.zerog.ia.build.platform.named_unix.novm=true/false config.1.com.zerog.ia.build.vmpack.unix.path=path_to_vm |
| Build Targets > Other Java-Enabled Platforms | config.1.com.zerog.ia.build.platform.java.novm=true/false |
| [Not available in the Advanced Designer] | com.zerog.ia.build.options.ignoreAllPlatformSettings=true/false |
| Distribution > Build Web Installers | config.1.com.zerog.ia.build.options.output.web=true/false |
| Distribution > Optimize [Web] Installer Size by Platform and Tags | config.1.com.zerog.ia.build.options.optimization.platform.web=true/false |
| Distribution > Web page displays in | config.1.com.zerog.ia.build.options.webpage.language=en |
| Distribution > Build CD-ROM installers | config.1.com.zerog.ia.build.options.output.cdrom=true/false |
| Distribution > Optimize [CD-ROM] Installer Size by Platform and Tags | config.1.com.zerog.ia.build.options.optimization.platform.cdrom=true/false |
| Distribution > Build Merge Module Template | config.1.com.zerog.ia.build.options.output.merge=true/false |
| Distribution > Optimize Merge Module/Template Size by Platform and Tags | config.1.com.zerog.ia.build.options.optimization.platform.merge=true/false |
| Distribution > Read Only | config.1.com.zerog.ia.build.options.output.merge.read.only=true/false |
| Locales > Locale List | config.1.com.zerog.ia.build.options.locales=en,ja,de,ar,fr |
Additional Information
InstallAnywhere includes a sample buildproperties.properties file in the following location:IA_HOME/resource/build/buildproperties.properties
This template file provides a sample of all possible build settings; you can use it as a template to meet your build requirements.
Setting the Product Version at Build Time
Was this helpful?
Related Articles
How To: Perform an Offline Update using Snow Update Service (SUS) 253Number of Views Using a Service Account with the Flexera One API 70Number of Views Application usage metering using the FlexNet inventory agent 194Number of Views HOW TO: Launch a bat file from INSTALLDIR/SUPPORTDIR using Custom Action 24Number of Views Basic MSI Project: Launch Executable .exe File If the .exe File Is Found Using a System Search and Force a Reboot 8Number of Views
Revenera Assistant
Online
Hi, I am Reva - Ask me anything.
Updates
No new updates
Chat
Home
Updates
/**/
Thanks for the feedback!
Your feedback has been saved.Rate this response:
1
2
3
4
5
Add Additional feedback ( Optional )
0/240
English
English
Language changed successfully
Something went wrong
Email sent successfully
Something went wrong
Case create successfully
Are you sure you want to cancel
the case creation?
Please select a product to submit the case.
Please select a product version to submit the case.
0/255
Upload Attachment
File Upload
Maximum file
size allowed is 3 MB.
File type
not supported.
Supported file types:
Documents (.txt, .doc, .docx, .pdf), Images (.jpg, .png), Comma Separated Files
(.csv) Speadsheets (.xlsx, .xls)
Are you sure you want to cancel the case creation?
Case closed successfully
File Upload
Maximum file size allowed is 3 MB.
File type not supported.
Supported file types:
Documents (.txt, .doc, .docx, .pdf), Images (.jpg, .png), Comma Separated Files
(.csv) Speadsheets (.xlsx, .xls)
Are you sure you want to close this case
| Products | Region | Phone Numbers |
|---|---|---|
| FlexNet Operations FlexNet Embedded FlexNet Publisher FlexNet Connect FlexNet Code Insight InstallAnywhere InstallShield |
North America * |
+1 630-332-2513 (toll) +1 877-279-2853 (toll-free in North America) |
| Europe * |
+44 1925 944367 (toll) +44 800 047 8642 (toll-free in Europe) |
|
| Japan * | +81 3-4540-5335 (select option 2) | |
| Australia * |
+61 3 9895 2177 +61 1800 560 603 (toll-free in Australia) |
|
|
Usage Intelligence (formerly
Revulytics) Compliance Intelligence |
Please use the Case Portal to submit your support ticket or reach out to your Revenera contact. | |
File Upload
Maximum file
size allowed is 3 MB.
File type
not supported.
Supported file types:
Documents (.txt, .doc, .docx, .pdf), Images (.jpg, .png), Comma Separated Files
(.csv) Speadsheets (.xlsx, .xls)
Revenera Assistant
© 2026 Flexera Software. All Rights Reserved.
Case id: 00001065
Activity: Status change: 2 hours ago