/build/static/layout/Breadcrumb_cap_w.png

%appdata% - Roaming profile

Hi all,
I have a requirement in my application stating an additional file to be installed to the following location -
%Appdata%\Test\Folder\.
The file getting installed to the user-profile, installs fine for all users on launching the advertised shortcut.
Now its all fine for the users having local profiles. But when it comes to a roaming profile the file is not getting installed. I tried using a script to read the value from %appdata% env variable and changing the dirProperty of the component dynamically. Still i can see in the log that the dir property is resolved properly yet the file is not installed. Is there any workouts that i can try or is there any alternative ways to acheive it ???

0 Comments   [ + ] Show comments

Answers (6)

Posted by: WayneB 15 years ago
Blue Belt
0
Hey there rayz,

You could try an active setup approach to copy the file from a local location to the appdata when the user logs in. Did this in my last employ with permanent redirection of appdata folder.

Cheers
Wayne
Posted by: zipsantro 15 years ago
Purple Belt
0
I am not fully aware with roaming profile but had a chance in my past to do it in citrix environment.
I guess you use "%USERPROFILE%\Application Data" instead of "%APPDATA%". In this case userprofile will not be afftected. Try this out and let us know.

Cheers!
Santro
Posted by: nheim 15 years ago
10th Degree Black Belt
0
Hi Rayz,
just use the "AppDataFolder" folder entry.
Then use the "DuplicateFile" table to deploy the file and install it to each profile.
Please read this post from John McFadyen carefully:
http://itninja.com/question/distribution-message21&mpage=1&key=&#7766

You can use self healing to bring it to the profiles, if you have only advertised entrypoints (shortcuts, file extensions).
If this can't be guaranteed, you should use Active Setup instead.
See: http://www.appdeploy.com/messageboards/tm.asp?m=32877

Regards, Nick
Posted by: rayz_0020 15 years ago
Senior Purple Belt
0
Hey wayne, I did the same way u said it and its working fine.. just cudnt get some time to reply back.. thanks.
Santro, thanks for the reply. But i need to install the file to appdata locally for a local profile but to the %appdata%(in network path) for the roaming profiles. So cant use that...

and Nick. Thanks a lot for tat link. tat was a real gooooood read. Would have to try it yet, as this package is already completed.

Thanks guys...
[:)]
Posted by: nheim 15 years ago
10th Degree Black Belt
0
Hi Rayz,
Would have to try it yet, as this package is already completed.
The next challenge is waiting just around the corner, so keep that stuff close by. :-)
Regards, Nick
Posted by: jmcfadyen 15 years ago
5th Degree Black Belt
0
the appdata folder is in the roaming profile anyway last time i checked.

are you sure this is not "local settings\appdata" ? as this one doesnt roam ?

in that instance you can create an appsearch lookup to indentify the registry key used as the keypath to the component containing the files. When it exists you need to delete the reg key so that the files are dropped on each run regardless of presence.

This in turn creates some overhead but assures non roaming profile locations are also caught during deployments.

So which of these is the lesser evil is your call but it will solve your original requirement assuming the %appdata% folder you mentioned is the non roaming version.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ