RDKINSTALL and network products (Network Product)
At 12 JUL 2004 01:57:08PM Mike O'Neal wrote:
Hello all -
1) Under any circumstances do the network products need to be stopped/unloaded before an RDKINSTALL?
2) Could someone give me the proper syntax for copying the OIPI32.EXE file via %PROCESS% in SYSUPGRADE? I've tried
COPY OSFILE
./OIPI32.EXE
OIPI32.EXE
but both have failed.
TIA,
Mike O.
At 13 JUL 2004 03:00AM Donald Bakke wrote:
Mike,
1.) I am unaware of any circumstances that requires the service to be stopped and unloaded before running the RDKInstall function.
2.) Try this instead:
COPY OSFILE
.\/OIPI32.EXE
BTW, it might be easier to just create a repository pointer in the Windows Executables section and add it to a Resository View. Then your %PROCESS% record will be automatically created correctly.
dbakke@srpcs.com
At 13 JUL 2004 09:00AM Mike O'Neal wrote:
Thanks Don!