Description:
This is a known issue with the UpSlide Microsoft Office add-in. The UpSlide add-in has a dependency on the .NET Framework's Global Assembly Cache (GAC) structure, and it specifically looks for the %LOCALAPPDATA%\assembly folder during initialization.
Process:
You can use a variety of processes to address this.
For Enterprise Deployments: If you're managing this across multiple users or in a virtualized environment consider:
- Group Policy deployment to pre-create the folder structure
- Logon scripts that verify and create the folder if missing
- UpSlide MSI customization to include folder creation in the installation process
-
(Recommended) Add as a Pre-activation or potentially Post Activation script to create the folder
%LOCALAPPDATA%\assembly.-
CMD
- if not exist "%LOCALAPPDATA%\assembly" mkdir "%LOCALAPPDATA%\assembly"
-
CMD
More information on adding scripts to FlexApps can be found here:
https://docs.liquidware.com/profileunity/en-us/687/flexapp-packaging-console/add-package-scripts.htm
Product: ProfileUnity-FlexApp
Product Version: 6.8.7 R2 HF1 and later