Walking Through the Application Wizard

The Windows CE Application Install Wizard leads you through the steps necessary to create an installation program. There are eight steps you must complete.

    To create an installation program

  1. Start the Application Wizard.
  2. Click Next to proceed to the Step 2 window.
  3. Type the name of the .PVB file for which you want to create an installation program. You must enter the full path in which the file is stored, including the drive name. The Toolkit saves your .PVB file in the location specified by the Local Path box on the Project Properties General Tab.
  4. Click Next to proceed to the Step 3 window.
  5. Enter the name of the directory where you want your output files created. You must include the drive name in your path.
  6. Click Next to proceed to the Step 4 window.
  7. Select the processors you would like to support. You must select at least one processor.
  8. Click Next to proceed to the Step 5 window.
  9. Select any additional ActiveX controls you want installed. If an ActiveX control is not supported for a processor you selected in the Step 4 window, it does not appear on the list.
  10. Click Next to proceed to the Step 6 window.
  11. Click the Add button to specify any additional data files you want to include with your program.

    Once you have selected a file, the wizard asks if the file selected is a sytem file. All system files are installed in the \windows directory. All other files are installed in your application's directory.

  12. Click Include Device Runtime in Cab file to install the following device runtime files:
  13. Click Next to proceed to the Step 7 window. The following screen appears:

  1. Enter your program's default directory, name, description, and your company name. Each textbox must contain data. The company name and application name are combined and used for filenames later in the setup process. They must be legal windows filenames. Example: MyCompany MyApplication
  2. Click Next to proceed to the Step 8 window.
  3. Click Create Install to create your program. A process indicator appear on the screen.
  4. Click Finish when the process indicator indicates that Create Install process is Finished.

Note Once the installation program is complete, you can customize your program by adding or changing code in the .INF file.

    Uninstalling a .pvb application using Application Install Wizard

  1. Open the Mobile Devices window by clicking Start, Programs, Windows CE Services, Mobile Devices.
  2. On the Mobile Devices menu, select Tools, Application Manager. The Application Manager retrieves a list of installed programs from the device.
  3. Uncheck the box beside the application name inside the list box. The application name appears in the Description label box.
  4. Click the OK button. In a few moments, the application disappears from the Application Manager list box, as well as from the device.
  5. To close, click the OK button on the bottom of the Application Manager window.