Fusion Windows 95 Setup

Steve Shaw has been kind enough to provide this helpful information, derived from one of his consultanting assignments where Windows 95 was the development platform.

When installing Fusion (version 3.0 or 3.2) under windows 95 two files have to be edited further. The setup process inserts code into Config.Sys and AutoExec.Bat. These changes are not quite right and should be removed.

Config.Sys

After removing the lines from Config.Sys inserted by the Fusion setup procedure. Add the following line:

SHELL=C:\WINDOWS\COMMAND.COM /E:4096 /P
if it, or something like it, is not already there. This insures that there is enough environment space when spawning a new command process.

AutoExec.Sys

After removing the lines from AutoExec.Bat inserted by the Fusion setup procedure. Add the following lines to set the necessary environment variables for the fusion processor.

Rem * The following lines added to support Netron Fusion
Set Path=%PATH%;C:\Fusion\Bin;
Set NetronFrame=C:\Fusion\UserFrames;C:\Fusion\Frames;C:\Fusion\FrameWorks\Frames
Set NetronFrameWorks=C:\Fusion\FrameWorks
Rem * End of Netron Fusion added lines
If netron fusion is installed in some other directory then modify the above lines accordingly.