OS/2, eCS & ArcaOS - Technical > Programming

VisualAge C++ 3.6.5 (+ Fix2) - WarpIn or RPM?

<< < (2/7) > >>

Martin Iturbide:
Hi Neil


--- Quote from: Neil Waldhauer on October 24, 2024, 03:28:34 am ---By the way, what is the legal status of Visual Age C++?

--- End quote ---
It is "Abandonware" but I don't plan to make it public if I succeed, only the .WIS file and file structure for people to create their own.

Regards

Martin Iturbide:
Hello


--- Quote from: Martin Iturbide on October 24, 2024, 02:35:59 am ---2) I will first check what changes on the config.sys with the regular installer.  And later see how to put the option of a "setenv.cmd"

--- End quote ---

Is there any good .wis sample around when I can see how to change a text file?
I want to be able to change "SET CXXMAIN=C:\programs\Ibmcxxo" from SETENV.CMD.

Regards

Dave Yeo:
Can you run sed from the WIS?
To change all occurrences of C: to %ROOT%

--- Code: ---sed -i 's/C:/%ROOT%/g'  setenv.cmd

--- End code ---

Lars:
I have created a CD-ROM that contains a few Rexx scripts that build upon the Feature Installer. No need for Netscape. I can bundle the changes in a ZIP and then you need to do this:
1) copy your cd-rom to a tmp dir
2) drop the zip content on top of that. Due to licensing issues, you will also need to get the fixpak and put it in a subdir
3) burn a new cd-rom from that

You can then just invoke the rexxscript that allows you to select a target location. The rexx script for the fixpak needs no additional info as it can locate the install location via feature install.

Martin Iturbide:
Hello.

Lars, I have interest to see your scripts and check them out.

Dave, I haven't created a WarpIn installer that uses a REXX script. (and I had not done any serious REXX). What I need is something that grabs in WarpIn the install path that user putted there, and send it to rexx to change the "setenv.cmd" with that path.

For the moment I have a very simple WIS file.

Regards

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version