NewsArchive
07-01-2007, 05:30 AM
I'm having difficulty coming to grips with this:
I want to compile several different installation sets, depending on a
combination of factors chosen at compile time
In particular, I (the developer, NOT the end user) want to choose which of
the following conditions are met at compile time and then allow the compile
script to choose the appropriate combination of components:
choice of
LICENSE_SIZE =
1 user license OR
2 user license OR
4 user license OR
8 user license OR
.... OR
site license
AND
extension 1 (TRUE or FALSE) AND/OR
extension 2 (TRUE or FALSE) AND/OR
extension 3 (TRUE or FALSE) etc.
So, step 1 - how do I set up these variables and prompt the person running
the build, to set their values?
I THINK I know how to take it from there.
Thanks in (urgent) anticipation
Warren
I want to compile several different installation sets, depending on a
combination of factors chosen at compile time
In particular, I (the developer, NOT the end user) want to choose which of
the following conditions are met at compile time and then allow the compile
script to choose the appropriate combination of components:
choice of
LICENSE_SIZE =
1 user license OR
2 user license OR
4 user license OR
8 user license OR
.... OR
site license
AND
extension 1 (TRUE or FALSE) AND/OR
extension 2 (TRUE or FALSE) AND/OR
extension 3 (TRUE or FALSE) etc.
So, step 1 - how do I set up these variables and prompt the person running
the build, to set their values?
I THINK I know how to take it from there.
Thanks in (urgent) anticipation
Warren