User profile Specific
I received a request to modify one of the option under the application to point it to c:\Documents and Settings\USERID\Application Data, How can i achieve this as part of the sequence?
0 Comments
[ + ] Show comments
Answers (4)
Please log in to answer
Posted by:
Eswari
12 years ago
Posted by:
vkleiner
12 years ago
Posted by:
VirtualY
12 years ago
Posted by:
vkleiner
12 years ago
Hi VirtualY,
if you want the Data outside the Virtual Enviroment (VE), copy the data with a script into the userprofile,to include the Data into the VE, exclude the path before sequencing.
The right way to do this step after sequencing is, to open the package for edit and delete the entry for %CSIDL_PERSONAL% in the exclusion list, save it again.
Open the Package for update and create the needed folders and copy the files into.
Quick and dirty:
Edit the appname.sprj file and remove the <EXCLUSION Pattern="%CSIDL_PERSONAL%" Context="VFS_EXC" Type="PSR_DataSystem"/> entry and open the package for update and copy your files into the VE.
/vkleinerde
if you want the Data outside the Virtual Enviroment (VE), copy the data with a script into the userprofile,to include the Data into the VE, exclude the path before sequencing.
The right way to do this step after sequencing is, to open the package for edit and delete the entry for %CSIDL_PERSONAL% in the exclusion list, save it again.
Open the Package for update and create the needed folders and copy the files into.
Quick and dirty:
Edit the appname.sprj file and remove the <EXCLUSION Pattern="%CSIDL_PERSONAL%" Context="VFS_EXC" Type="PSR_DataSystem"/> entry and open the package for update and copy your files into the VE.
/vkleinerde
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.