VMware Horizon Community
amiros1
Contributor
Contributor
Jump to solution

Pervasive 9.0

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

1 Solution

Accepted Solutions
mellicott
Enthusiast
Enthusiast
Jump to solution

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

pastedImage_0.png

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

Horizon Client 5.4.3 Appvol Manager 2.18 Appvol Client 2.18.6 UEM 9.10

View solution in original post

1 Reply
mellicott
Enthusiast
Enthusiast
Jump to solution

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

pastedImage_0.png

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

Horizon Client 5.4.3 Appvol Manager 2.18 Appvol Client 2.18.6 UEM 9.10