Hello
Returning to the subject of a "VisualAge C++ 3.6.5 (+ Fix2) WarpIn Installer". I think I have it in someway working, sadly I'm not a developer to completely test it out. I preferred a Dave Yeo suggestion of having a WarpIn installer that does not modify the config.sys and only give you the "Command line" icon (REXX script) with the icc working.
Now I have a little thing here with the icons. I use "Dynamic Icons" so, the .ICO files I'm assigning are not showing. Is there any way to also assign a PNG icon with the WarpIn Installer script?
I refer to this:
CREATEOBJECT="REPLACE WPProgram|Message Queue Analysis Tool|<WP_IBMC>|EXENAME=cmd.exe;ICONFILE=$(1)\bin\MQWA.ICO;PARAMETERS=/k $(1)\bin\setenv.cmd MQWA.EXE;STARTUPDIR=$(1)\WORKING;OBJECTID=<IBMCMessage>;""
;ICONFILE=$ only assigns the .ICO file, is there a way to asing the PNG file?
Regards