Install MFS during RDKInstall (OpenInsight 32-Bit)
At 11 MAY 2009 05:03:58PM John Bouley wrote:
I know this must have been covered before but is there a good way to install an mfs onto a table during a RDKINSTALL script?
I thought I would be cute and created a commuter module for a form that installs mfses. running the program launches the form as a dialog box and allows the user to put the mfs on a file. When run from within the RDKInstall the form comes up but returns SYS1006 error. I thought this would allow certain "developer" routines to be run as long as it was within the RDKInstall.
Thanks,
John
At 12 MAY 2009 09:27AM John Bouley wrote:
Ok so I created a program with the table hardcoded and called set_mfs. The SYS1006 error still happens and the mfs is not added. (sigh)
I decided to write a program to alias_table and update the revmedia directly. This worked! So why can't we use set_mfs in an RDK?
John