1
Programming / Re: VisualAge C++ 3.6.5 (+ Fix2) - WarpIn or RPM?
« on: October 25, 2024, 02:09:36 pm »
There is zero need for Netscape when installing Feature Install based products. See my tutorials on the subject:
Part 1 describes using the WPS Install Objects. It actually uses VAC 3.65 as an example, so you can just install it using the example CXXVARS.RSP I listed.
Part 2 describes how to use FI in CID or 'backend' mode so you don't need to mess with the Install Objects at all.
IMO Feature Install is actually quite a neat install backend once you take Netscape out of the picture, although there is a certain amount of caution involved when using any program that runs in the WPS process (as FI does). I wrote a couple of replacement GUIs (generally in VX-REXX) for the FI backend to install specific products. My HPFS386 installer is one such example: https://hobbesarchive.com/?detail=/pub/os2/util/system/HPFS386Installer_2009-04-04.zip
(FWIW I much prefer this approach over rewriting the whole install in something like WarpIN.)
- Part 1: http://www.os2voice.org/VNL/past_issues/VNL1007H/feature_2.html
- Part 2: http://www.os2voice.org/VNL/past_issues/VNL0708H/feature_2.html
Part 1 describes using the WPS Install Objects. It actually uses VAC 3.65 as an example, so you can just install it using the example CXXVARS.RSP I listed.
Part 2 describes how to use FI in CID or 'backend' mode so you don't need to mess with the Install Objects at all.
IMO Feature Install is actually quite a neat install backend once you take Netscape out of the picture, although there is a certain amount of caution involved when using any program that runs in the WPS process (as FI does). I wrote a couple of replacement GUIs (generally in VX-REXX) for the FI backend to install specific products. My HPFS386 installer is one such example: https://hobbesarchive.com/?detail=/pub/os2/util/system/HPFS386Installer_2009-04-04.zip
(FWIW I much prefer this approach over rewriting the whole install in something like WarpIN.)