Product: ProfileUnity
Product Version: 5.7+
Expires on: 365 days from publish date
Updated: February 20, 2014
Problem:
ThinApps not appearing with ProfileUnity after the first logon.
Symptoms:
The thinreg was not registering the applications because it saw the thinstall folder under appdata. AppData was being redirected to a VHD and the thinstall folder was persisting.
Possible Resolution(s):
Use App Launcher to delete the thinstall folder. Since App Launcher runs before the ThinApp module, the cache is cleared.
Create App Launcher rule with following settings:
Filespec: %systemroot%\system32\cmd.exe
Arguments: /C rmdir /s /q "\\server\share\%username%\Appdata\Roaming\Thinstall\UnRegister"
Timing: During Configuration Execution
Hide Progress During Execution: Disabled
Run Asynchronously: Disabled
Example:
Note: For Arguments: “\\server\share\%username%\AppData\Roaming” must be replaced with the same path as the folder redirection path for AppData.