Hi,
I have converted a PowerShell script of a UI to exe using PS2exe module. In the script, I used one image and gave the location of image as $PSScriptRoot\image.png.
It was working when running the .ps1 file but after converting it to exe, the image does not appear in the UI. Is there other method for exe files?
Thanks