Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » Equinox and windows logo requirements - HELP(put config area to %PROGRAMDATA%)
Equinox and windows logo requirements - HELP [message #675791] Wed, 01 June 2011 10:17
Tobias Hoppenthaler is currently offline Tobias Hoppenthaler
Messages: 11
Registered: July 2010
Location: Germany
Junior Member
Dear all,

I am currently trying to fit my equinox app to the windows logo requirements. One of them is that only immutable parts of the app shall reside in the program files directory. Files that are subject to change should reside in the %APPDATA% directory (C:\PROGRAMDATA on windows 7).

First I figured out that %APPDATA% won't be replaced when put in application.ini
(-configuration %APPDATA%\APPNAME\configuration)
second, if there is a blank (" ") in the path name (like on Win xp), it doesn't work either.
I even tried masking the blank with \ , %20.
Also I tried the ~1 version of the directory - nothing worked.

Is there a way to put the configuration inside application.ini ?

NOTE:
We cannot put the setting in config.ini in the configuration area since we have to change the language setting in the config.ini from within the program hence the file is also subject to change and should not reside in the program directory.

Happy about any comment or attempt for a solution.

Cheers,

Tobias

P.S. if it is too confusing, don't hesitate to contact me for clarification.
Previous Topic:help on p2 repository and update operation
Next Topic:OSGi Tool
Goto Forum:
  


Current Time: Mon May 20 07:47:49 EDT 2013

Powered by FUDForum. Page generated in 0.02001 seconds