The following knowledgebase article is available on the RES support portal. It describes how to integrate your Thinapp applications in RES Powerfuse.
Q202124 HOWTO: Intergrate VMWare ThinApp applications in RES PowerFuse
1: Add respf.vbs in the root of the capture (where package.ini is located). The respf.vbs must contain this text:
Function OnFirstParentStart
WaitForProcess ExecuteVirtualProcess(GetEnvironmentVariable("pwrgrids")),0
End Function
2: Add the following folder to the root of the capture (where package.ini is located):
%Local AppData%\RES\PowerFuse
3: In the RES PowerFuse folder, add ##Attributes.ini, containing this text:
[Isolation]
DirectoryIsolationMode=Merged
4: Rebuild the package by using build.bat.
5: Distribute the executables located in the \bin folder to all computers that run RES PowerFuse.
6: Add the Thinstalled application to RES PowerFuse using the Management Console.
7: Click the Settings tab of the Properties section in the Edit application window of the Thinstalled application.
8: Select Use Generic Isolation Integration for the Thinstalled application.
