EcoStruxure IT forum
A support forum for Data Center Operation, Data Center Expert, and EcoStruxure IT product users to share knowledge on installation, configuration, and general product use.
Posted: 2020-07-05 06:06 PM
This question was originally posted on DCIM Support by Lukasz Staciwo on 2019-03-18
Hi Team,
Asking on behalf of customer.
They are trying to preapare for the DCO client packaging.
Below are the questions I received from them:
"Is there anyway add custom variable like “AppvFolder” which point to “c:\programdata\Microsoft\Appv” folder?
Need modify config file at osgi"
Your help is much appreciated.
(CID:140714878)
Posted: 2020-07-05 06:07 PM
This answer was originally posted on DCIM Support by Jef Faridi on 2019-03-19
Hi Lukasz,
I've got this (from a developer), based on documentation on the framework we use (Eclipse) - the only 2 variables that make sense here and can be handled by the application are these:
@user.home
Directs Eclipse to compute a location value relative to the user's home directory. @user.home can be followed by additional path segments. In all cases, the string "@user.home" is simply replaced with the value of the Java "user.home" System property. For example, setting
osgi.instance.area=@user.home/myWorkspace
results in a value of
file:/users/bob/myWorkspace
@user.dir
Directs Eclipse to compute a location value relative to the current working directory. @user.dir can be followed by additional path segments. In all cases, the string "@user.dir" is simply replaced with the value of the Java "user.dir" System property. For example, setting
osgi.instance.area=@user.dir/myWorkspace
results in a value of
file:/usr/share/eclipse/myWorkspace
Kind regards
(CID:141264505)
Posted: 2020-07-05 06:07 PM
This comment was originally posted on DCIM Support by Lukasz Staciwo on 2019-03-24
Thank you Jef,
Only just saw the reposne.
I will communicate to my customer and seek his further feedback.
(CID:141266365)
Posted: 2020-07-05 06:07 PM
This question is closed for comments. You're welcome to start a new topic if you have further comments on this issue.
Create your free account or log in to subscribe to the forum - and gain access to more than 10,000+ support articles along with insights from experts and peers.