Unattended Install of Open Watcom C++ #660
-
I am trying to do an unattended (automated) install of Open Watcom C++ version 2.0 compiled on 2011-01-01. Is there a way to do this? What I am trying to do is set this for a CI process using a Ubuntu Linux instance that cross compile 16-bit DOS programs and run unit tests under DOSBox. Or is there some other way to accomplish the installation? Are there examples of other projects doing something similar? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
In bld/setupgui/setup.txt is some description of OW unattended installation (installer command line and configuration parameters). Below are default values for some configuration parameters (fixed values), other parameters defaults depend on host OS etc. (non-fixed values). |
Beta Was this translation helpful? Give feedback.
-
Next possibility is installation from OW build snapshot (ow-snapshot.tar.gz) by some script. Sub-directories (not sub-tree) necessary for DOS host/target are: |
Beta Was this translation helpful? Give feedback.
-
Thank you for the information and I appreciate the quick answer @jmalak. I will keep in mind that unattended install is not be well tested. If I run into any strange behavior, I will be sure to report it. |
Beta Was this translation helpful? Give feedback.
In bld/setupgui/setup.txt is some description of OW unattended installation (installer command line and configuration parameters).
It is not tested any way that some problem could exist.
Below are default values for some configuration parameters (fixed values), other parameters defaults depend on host OS etc. (non-fixed values).
ms=true
mm=true
mc=true
ml=true
mh=false
nlmtarg=false
rdoshost=false
rdostarg=false
samples=true
helpfiles=true
rtsource=false
3r=true
3s=true
cplusplus=true