Forum Discussion
Can we have multiple fixes at the same time
HeySleeping_Developer ,
Your file redirection is not working? Well, we need to make sure FRF works before moving to adding a second fixup.
First, I want to make sure you have all the dll's and exe's in your app folder. You will need
1. PSFLauncher64.exe
2. FileRedirection64.dll
3. PsfRunDll64.exe
Those three dll's are needed to have PSF run correctly.
Next, the configuration. It looks like you want all file operations under ProgramFilesX64\MyPackage\* to be redirected. PSF should redirect all file operations to that location. If you have the three binaries mentioned in step 1 but PSF does not redirect the files I'll need to dig deeper.
You are absolutely correct about two or more fixups. But, you don't need to declare two process nodes. You can put both fixups under the same process. You can remove the second "MyPackage64" executable node.
Darren_Hoehna Thank you for the help!it worked well! Apologies for late reply!