Contents Index Deploy to a remote device manually Summary

UltraLite ActiveX User's Guide
  Tutorial: An UltraLite Application for PocketPC
    Lesson 4: Deploy to a device

Deploy to a remote device using the Application Install Wizard


The following procedure deploys your application to a mobile device using the Application Install Wizard. The Application Install Wizard creates an executable file and a cabinet (.cab) file that contains the files necessary for deployment.

To deploy using the Application Install Wizard

  1. Before using the Application Install Wizard, you must complete your project and execute it to ensure that it does not generate run-time errors.

  2. Select File > Make.

  3. Browse to c:\tutorial\evb. Name your project Form1. Click OK.

  4. Select Tools > Remote Tools > Application Install Wizard.

    The Application Install Wizard appears. Click Next.

  5. Browse to c:\tutorial\evb\Form1.ebp. Click Next.

  6. Browse to c:\tutorial\evb\Form1.vb. Click Next.

  7. Browse to c:\tutorial\evb\. Click Next.

  8. Select the processors your application will support. If you select more than one processor, each will be contained in a separate .cab file. Click Next.

  9. Select iAnywhere Solutions, ActiveX for UltraLite. The UltraLite ActiveX control will be registered automatically upon installation of your application. Click Next.

  10. Deploy the schema file to your device.

  11. Enter tutorial in each of the fields. Click Next.

  12. Click Create Install to create the .cab files and setup executable.

    The wizard creates a folder, CD1, in the directory you specified to store the output files. CD1 contains all the files you need to distribute your application.

  13. Click Finish.

  14. Run c:\tutorial\evb\CD1\setup.exe on your desktop computer to install your application to the device attached to it.

You can now launch your application on your device by browsing to Program Files\tutorial and launching Form1.vb.


Contents Index Deploy to a remote device manually Summary