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
- :
- command line build option
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
Nov 03, 2008
10:43 AM
command line build option
If we want to build installer evenif there are missing files, we set the option by opening IA and go to Edit->Preferences menu. At the “General Settings” tab change “Command line Builds” to “Continue without including missing files”.
Is there a way to set this in the command line before building. Our build scripts uses build.exe to build installer from the command line. How to set the build to continue without including missing file? it is property that we need to set for one of our installer.
Is there a way to set this in the command line before building. Our build scripts uses build.exe to build installer from the command line. How to set the build to continue without including missing file? it is property that we need to set for one of our installer.
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Nov 04, 2008
05:10 AM
AFAIK setting this option in the Advanced Designer and then saving the project sets it for the command-line build tool, too (I'm actually using this technique for cases when wanting to exclude a platform, IA is set to ignore those missing files... and I'm using the command-line build tool in an ANT environment).
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Nov 26, 2008
10:02 AM
we have ANT environment and command line build also. we build 3 IA projects. I want this particular setting to continue build without missing files for only one project build
I want the setting back to (do not continue to build if missing resources) for the other 2 project command line build
how to set for one project and unset for other two in my command line build batch file?
I want the setting back to (do not continue to build if missing resources) for the other 2 project command line build
how to set for one project and unset for other two in my command line build batch file?