How to change location of the program files

  • Thread starter Thread starter Rudi Larno
  • Start date Start date
R

Rudi Larno

We would need to change the storage location of the program file and the
database to the place were it stay's in the flash memory on the pda instead
of the present "Program Files" directory

Thanks
 
If you open a file AppName_PPC.inf created on the obj/debug or obj/release
folder it has a section like this:

[CEStrings]

AppName="Application"

InstallDir=%CE1%\%AppName%



There you can modify the installation folder, then you only have to run
buildcab.bat to build your cabs again with this new configuration.

I hope this helps,

Isaias
 
Back
Top