After the extraction process is finished, you will have a set of files that comprise your upgrade! These files can be easily incorporated into your system using a stored procedure called RDKInstall. There are two ways to run RDKInstall.
Assuming the deployed application does not have such a button,, the System Editor will be used to perform the upgrade. Follow these steps to start the runtime version of the System Editor and perform the upgrade.
DWB /AP=RDKTUT /UN=RDKTUT
RDKInstall 'C:\UPGRADE'
You can use this method to:
Note: When designing upgrades, it’s important to note that the end-user must have some way of having his deployed application find the upgrade package, whether it be in a floppy disk, a zip disk, unzipped into a hard disk directory, or any other location. It is important for the application developer to account for that. Naturally, it’s also important to program upgrade functionality into applications to ease the upgrade process for end users.