Deploying an AppLife Update Enabled Application

Update Controller

To deploy an AppLife Update enabled application, ship the Kjs.AppLife.Update.Controller.dll assembly with your application.  The controller assembly should be located in your application directory.

 

Using Localized Resource (de, es, fr, it, ja, ru, zh-CHT + community translations)  

AppLife Update ships with localized resources. The localized satellite assemblies are located in the InstallDir/PublicAssemblies/Localized Resources directory.  To include localized controller resources, move the specific locales from this folder into the folder that contains the Kjs.AppLife.Update.Controller.dll.

 

WPF Controls

If you are using the WPF controls, you must ship the Kjs.AppLife.Update.Wpf.dll assembly along with the update controller assembly.

 

The AppLife Update Windows Service

If you have configured your application to utilize the AppLife Update Windows Service, you must ship the Windows Service with your application.  See deploying the windows service for more information.

 

The update engine and update actions are not deployed with your application. They are included in every update package. Your application extracts the engine from the downloaded update package as updates are applied.