Product Details Page - Windows Mobile ProjectCopy link to this sectionLink to this section copied!

In this page you can specify the application name, the company name, as well as the default installation directory.

Product NameCopy link to this sectionLink to this section copied!

The complete name of your application.

ImportantThe application name is restricted to a length of 40 characters. This is because applications are registered on the device with a specific name for uninstallation purposes, which is created by concatenating the company name and the application name. The format used is: <PROVIDER> <APPNAME>

TipYou can use the %AppName% macro in your project in order to refer to the application name. The substitution is performed at build time.

Company NameCopy link to this sectionLink to this section copied!

The full name of your company.

ImportantThe company name is restricted to a length of 32 characters, for the same reason mentioned above.

TipYou can use the %Provider% macro in your project in order to refer to the company name. The substitution is performed at build time.

Application FolderCopy link to this sectionLink to this section copied!

Do not allow user to select installation directory.Copy link to this sectionLink to this section copied!

The user will not be prompted to select an installation volume (device dependent). Every file will be installed in the directory specified in the Files and Folders page.

Allow user to select installation directory and provide the following default.Copy link to this sectionLink to this section copied!

The user will be prompted to select an installation volume (device dependent) or to keep the default location.

ImportantNote that not all devices support the “Do not allow user to select installation directory” option, so it is recommended that you use the second option. In this case, the user is prompted to select the installation volume only if the device has more than one storage volume available.

TipThe default installation directory specification can include references to the company name and application name, by using the %Provider% and %AppName% macros. These will be resolved at build time to the values you have entered in this page.