User Profile
pandaysumitroy
Copper Contributor
Joined 7 years ago
User Widgets
Recent Discussions
- 1.6KViews0likes0Comments
PSF Launcher - EXE with .config file
I am trying to launch .NET exe which has .config file with the exe. How can I launch the exe using PSF launcher? I tried setting argument and working directory but that didn't help. PS - I am trying to apply FileRedirectionFixup. Application needs write permission in INSTALLDIR. Can someone help me create the config file? My Config File :- { "applications": [ { "id": "PSF", "executable": "VFS/ProgramFilesX86/HC/HCDF.exe", "workingDirectory": "VFS/ProgramFilesX86/HC/" } ], "processes": [ { "executable": ".*", "fixups": [ { "dll": "FileRedirectionFixup32.dll", "config": { "redirectedPaths": { "packageRelative": [ { "base": "VFS/ProgramFilesX86/HC/", "patterns": [ ".*\\.xml" ] } ] } } } ] } ] }1.8KViews0likes2CommentsMicrosoft Visio 2016 Standard MSIX
i tried converting Microsoft Visio 2016 standard however i am getting error. i got below error during installation. i removed missing path from appmanifest xml , i was able to install however application launch failed. Error looks like inter process communication error. Does MSIX support com/dcom for inter process communication? Any help on this? if VISIO is not supported in MSIX, can any one tell me why? Do we have any conversion guide like appv used to provide for MS office?Solved1.6KViews1like1CommentRe: [MSIX] - Packaging GIMP
alexmarin89 Thank you for the workaround, above workaround resolves the startup error however "Plug-In Broswer" is not working. You can access Plugin Browser from Help > Plugin Browser, it details list of plugin installed. i doubt whether plugin are being loaded correctly.13KViews0likes6CommentsRe: [MSIX] - Packaging GIMP
TheStingPilot For workaround you can follow below steps . You can rename or delete plugin folder from VFS [VFS\UserProgramFiles\GIMP 2\lib\gimp\2.0\plug-ins]. GIMP will load successfully after disabling plug-ins folder. On launch - go to EDIT -> Preference and specify the plugin folder.you can copy the plugin folder from working machine and it can be used to load GIMP plugin. No idea why its unable to load plugin from VFS directory. i am also stuck with the issue.13KViews1like0Comments- 2.6KViews0likes1Comment
MSIX VS MSI
i want to know the use case for MSI and MSIX. i have 100+ application in our environment. i know both can be used for enterprise deployment. can i go ahead and convert each one of the application in MSIX? What are the drawbacks of MSIX? is there any documentation as which all applications are supported in MSIX format?15KViews0likes2Comments
Recent Blog Articles
No content to show