Contents Index Deploy to a remote device manually Summary

UltraLite ActiveX User's Guide
  Tutorial: Using Dynamic SQL in 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 device using the Application Install Wizard. The Application Install Wizard creates a cabinet file (.cab) that contains the files necessary for deployment and an executable to deploy these files.

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 Form2. Click OK.

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

    The Application Install Wizard appears.

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

  6. Browse to c:\tutorial\evb\Form2.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 a desktop computer to install your application to the device attached to it.


Contents Index Deploy to a remote device manually Summary