1.1 Creating Your Installation Program

To enable your application to become a trusted application, you must do the following in your installation:

  1. Call CreateTrustedAppObject.

  2. Include the header file (gwtapp.h) in the module that calls CreateTrustedAppObject.

  3. Dynamically load gwtapp.dll or include it in your link file. You need to distribute gwtapp.dll file as part of your application.

The testapp.cpp file, located in the demo directory of the software download, demonstrates this process.