Forum Discussion
SAllzeit
Aug 25, 2022Copper Contributor
MSIX Read/Wirte Access
Hello, we currently have the following problem with MSIX and an application which brings the error that read and write permissions are needed in the VFS. In the error message the path is given un...
SAllzeit
Aug 25, 2022Copper Contributor
{
"applications": [
{
"id": "OPS",
"executable": "VFS\\ProgramFilesX86\\DOXiS4\\Capture\\Bin\\Ops.exe"
}
],
"processes": [
{
"executable": "^PsfLauncher.*",
"fixups": []
},
{
"executable": ".*",
"fixups": [
{
"dll": "FileRedirectionFixup.dll",
"config": {
"redirectedPaths": {
"packageRelative": [
{
"base": "",
"patterns": [
".*\\.[eE][xX][eE]$",
".*\\.[dD][lL][lL]$",
".*\\.[tT][lL][bB]$",
".*\\.[oO][cC][xX]$",
".*\\.[cC][oO][mM]$",
".*\\.[fF][oO][nN]$",
".*\\.[tT][tT][cC]$",
".*\\.[tT][tT][fF]$",
".*\\.[zZ][iI][pP].*"
],
"isExclusion": true
},
{
"base": "",
"patterns": [
".*"
]
}
],
"packageDriveRelative": [],
"knownFolders": [
{
"id": "FDD39AD0-238F-46AF-ADB4-6C85480369C7",
"relativePaths": [
{
"base": "",
"patterns": [
".*"
],
"isExclusion": "true"
}
]
},
{
"id": "LocalAppData",
"relativePaths": [
{
"base": "",
"patterns": [
".*"
]
}
]
},
{
"id": "RoamingAppData",
"relativePaths": [
{
"base": "",
"patterns": [
".*"
]
}
]
},
{
"id": "ProgramFilesX86",
"relativePaths": [
{
"base": "",
"patterns": [
".*"
]
}
]
},
{
"id": "ProgramFilesCommonX86",
"relativePaths": [
{
"base": "",
"patterns": [
".*"
]
}
]
},
{
"id": "ProgramFilesX64",
"relativePaths": [
{
"base": "",
"patterns": [
".*"
]
}
]
},
{
"id": "Common AppData",
"relativePaths": [
{
"base": "",
"patterns": [
".*"
]
}
]
},
{
"id": "SystemX86",
"relativePaths": [
{
"base": "",
"patterns": [
".*"
]
}
]
},
{
"id": "AppVPackageDrive",
"relativePaths": [
{
"base": "",
"patterns": [
".*"
]
}
]
},
{
"id": "AppVSystem32Logfiles",
"relativePaths": [
{
"base": "",
"patterns": [
".*"
]
}
]
},
{
"id": "AppVSystem32Catroot2",
"relativePaths": [
{
"base": "",
"patterns": [
".*"
]
}
]
},
{
"id": "Windows",
"relativePaths": [
{
"base": "",
"patterns": [
".*"
]
}
]
},
{
"id": "ProgramData",
"relativePaths": [
{
"base": "",
"patterns": [
".*"
]
}
]
}
]
}
}
}
]
}
]
}
"applications": [
{
"id": "OPS",
"executable": "VFS\\ProgramFilesX86\\DOXiS4\\Capture\\Bin\\Ops.exe"
}
],
"processes": [
{
"executable": "^PsfLauncher.*",
"fixups": []
},
{
"executable": ".*",
"fixups": [
{
"dll": "FileRedirectionFixup.dll",
"config": {
"redirectedPaths": {
"packageRelative": [
{
"base": "",
"patterns": [
".*\\.[eE][xX][eE]$",
".*\\.[dD][lL][lL]$",
".*\\.[tT][lL][bB]$",
".*\\.[oO][cC][xX]$",
".*\\.[cC][oO][mM]$",
".*\\.[fF][oO][nN]$",
".*\\.[tT][tT][cC]$",
".*\\.[tT][tT][fF]$",
".*\\.[zZ][iI][pP].*"
],
"isExclusion": true
},
{
"base": "",
"patterns": [
".*"
]
}
],
"packageDriveRelative": [],
"knownFolders": [
{
"id": "FDD39AD0-238F-46AF-ADB4-6C85480369C7",
"relativePaths": [
{
"base": "",
"patterns": [
".*"
],
"isExclusion": "true"
}
]
},
{
"id": "LocalAppData",
"relativePaths": [
{
"base": "",
"patterns": [
".*"
]
}
]
},
{
"id": "RoamingAppData",
"relativePaths": [
{
"base": "",
"patterns": [
".*"
]
}
]
},
{
"id": "ProgramFilesX86",
"relativePaths": [
{
"base": "",
"patterns": [
".*"
]
}
]
},
{
"id": "ProgramFilesCommonX86",
"relativePaths": [
{
"base": "",
"patterns": [
".*"
]
}
]
},
{
"id": "ProgramFilesX64",
"relativePaths": [
{
"base": "",
"patterns": [
".*"
]
}
]
},
{
"id": "Common AppData",
"relativePaths": [
{
"base": "",
"patterns": [
".*"
]
}
]
},
{
"id": "SystemX86",
"relativePaths": [
{
"base": "",
"patterns": [
".*"
]
}
]
},
{
"id": "AppVPackageDrive",
"relativePaths": [
{
"base": "",
"patterns": [
".*"
]
}
]
},
{
"id": "AppVSystem32Logfiles",
"relativePaths": [
{
"base": "",
"patterns": [
".*"
]
}
]
},
{
"id": "AppVSystem32Catroot2",
"relativePaths": [
{
"base": "",
"patterns": [
".*"
]
}
]
},
{
"id": "Windows",
"relativePaths": [
{
"base": "",
"patterns": [
".*"
]
}
]
},
{
"id": "ProgramData",
"relativePaths": [
{
"base": "",
"patterns": [
".*"
]
}
]
}
]
}
}
}
]
}
]
}