- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- 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
- Email to a Friend
- 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
- Email to a Friend
- 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
