There's no macro for \Application because there's no such folder (unless
it's created by user).
Applications are installed into InstallDir which is usually set to
%CE1%\%AppName%:
[CEStrings]
AppName = "MyApplication"
InstallDir = %CE1%\%AppName%
This InstallDir macro can be changed by WCELOAD if user chooses to install
application to the storage card.
Best regards,
Ilya
This posting is provided "AS IS" with no warranties, and confers no rights.
<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I want to add files in to \Application folder of the pocket pc.I cud'nt
> find the installtion macros for the application folder in the below
> Destination Directory Macro Reference to add in the .ini file.How can I
> add files in to \Application folder of the pocket pc and which macro
> string I can use .
>
> Macro string Pocket PC directory
> %CE1% \Program Files
> %CE2% \Windows
> %CE4% \Windows\StartUp
> %CE5% \My Documents
> %CE8% \Program Files\Games
> %CE11% \Windows\Start Menu\Programs
> %CE14% \Windows\Start Menu\Programs\Games
> %CE15% \Windows\Fonts
> %CE17% \Windows\Start Menu
>
> Thanks
> NS
>
|