Adding files to \Application folder

  • Thread starter Thread starter nsreddi
  • Start date Start date
N

nsreddi

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
 
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.
 
Application folder is not created by user and any one can see the
Application folder when u open My Pocket PC system folder.This is the
folder where files are stored in the Non Volatile Memory. I need the
installtion macros for the application folder.

Thanks
NS
 
Back
Top