Hi all,
I created a new AppsTack and installed Pervasive 9.0 application.
all good so far.
When i start the application and makes changes in options menu, the changes are saved under the installation folder:
"C:\PVSW\bin" and not under UserProfile.
What actions i have to take in order that UEM will be able to save those changes?
Thank you
Amir
Hi Amir,
In these situations I use a post-import and pre-export tasks in the User Environment tab, to copy the files you want to keep to the User Profile on exit , and copy them to the correct folder on launch.
You then UEM the user profile as normal.
So, in my case, I created %appdata%\my folder, then included that in my import/export...
IncludeFolderTrees]
<AppData>\my folder
The pre-export task is ...
XCOPY "c:\pvsw\bin\*.???" "%appdata%\my folder\" /y (maybe play with *.??? to only grab the files that change?)
The post-import task is then ...
xcopy "%appdata%\my folder\*" "c:\pvsw\bin\" /y
Cheers,
Martin
Hi Amir,
In these situations I use a post-import and pre-export tasks in the User Environment tab, to copy the files you want to keep to the User Profile on exit , and copy them to the correct folder on launch.
You then UEM the user profile as normal.
So, in my case, I created %appdata%\my folder, then included that in my import/export...
IncludeFolderTrees]
<AppData>\my folder
The pre-export task is ...
XCOPY "c:\pvsw\bin\*.???" "%appdata%\my folder\" /y (maybe play with *.??? to only grab the files that change?)
The post-import task is then ...
xcopy "%appdata%\my folder\*" "c:\pvsw\bin\" /y
Cheers,
Martin
