This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- Pass user defined parameter to build.exe
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 27, 2013
05:13 AM
Pass user defined parameter to build.exe
I want to pass user defined parameter to build.exe to create build from command line. I have a parameter env which has different values for different environments and I need to pass this to installer. How can I achieve this? Please suggest.
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 27, 2013
03:15 PM
I think the following links could be helpful.
Using build.exe to Build Installers from the Command Line
http://helpnet.flexerasoftware.com/installanywhere2013/Content/helplibrary/ia_RunCommandLineBuild.htm
Build Command-Line Arguments
http://helpnet.flexerasoftware.com/installanywhere2013/Content/helplibrary/ia_ref_command_line_build.htm
These where gotten from helpnet articles:
http://helpnet.flexerasoftware.com/installanywhere2013/roottopic.htm
Using build.exe to Build Installers from the Command Line
http://helpnet.flexerasoftware.com/installanywhere2013/Content/helplibrary/ia_RunCommandLineBuild.htm
Build Command-Line Arguments
http://helpnet.flexerasoftware.com/installanywhere2013/Content/helplibrary/ia_ref_command_line_build.htm
These where gotten from helpnet articles:
http://helpnet.flexerasoftware.com/installanywhere2013/roottopic.htm
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 07, 2014
05:51 AM
Hi,
You can also check the -btv argument for command line build where you can provide build time variables using properties file and use the variables in your project.
Thanks,
Ramya
You can also check the -btv argument for command line build where you can provide build time variables using properties file and use the variables in your project.
Thanks,
Ramya