I am trying to use the P&D Wizard to produce an install disk set for my application. As part of the install process, I need to add 6 lines to the 386Enh section of system.ini to install a third-party comms driver used by my code and then force/recommend a reboot before my program can be run.

I will be installing to either Win95/98 or WinNT.

I realise I will probably have to modify something in the SETUP1 project.

This is the information I need to add:
[386Enh]
device=C:\commdrv\wcsccdrv.386
WCSCMaxPorts=2
WCSCInBufLen=4096
WCSCOutBufLen=2048
WCSCInBufHigh=4000
WCSCInBufLow=250

Is it possible to place this information in the registry instead?

Thanks for any help...

Mark