Forum Discussion
Midhunmn
May 25, 2023Copper Contributor
Referring a path with in .ini file present in MSIX package
Hi All, I am creating an MSIX package , this package having Config files ( .ini) which Contains path referring some application specific file with in the INSTALLDIR ( VFS\PFx86\abcd\x123\). This ...
Midhunmn
May 26, 2023Copper Contributor
TIMOTHY_MANGAN Hi Tim ,
Thank you for the quick replay . Yes I am doing the PSFLauncher and config.json( Attached the the one i am using ) to pass the arguments .
So I do not needs to change the path inside the ini file and it automatically redirects to the correct location . is the Config.json file i am using is correct as i see the exe is not taking all the arguments
Please suggest
May 26, 2023
In the arguments, you list the location of the ini file using a relative path. This would be relative to the current working directory of the launched exe. The Application record in the config.json file should have a workingDirectory field that will dictate what that is. If that field is left blank, then the current working directory will be the same directory that the jade.exe.
Assuming the file is in VFS\\ProgramFilesX86\\JADE\hmlpphe\\c_bin\INIfiles, then you should add the workingDirectory:"" entry.
Assuming the file is in VFS\\ProgramFilesX86\\JADE\hmlpphe\\c_bin\INIfiles, then you should add the workingDirectory:"" entry.