PS2EXE
PS2EXE copied to clipboard
iconFile format needed
I'm getting data is invalid when trying to associate a png or ico file with -iconFile
What are the image specs needed for the PS2EXE utility?
Thx!
Hello @iachettashawn,
internally PS2EXE calls the .Net C# compiler to compile (the command line version is csc.exe). As far as I know it has to be an .ico file, the explanation from Microsoft does not lead very far: https://learn.microsoft.com/en-uk/dotnet/csharp/language-reference/compiler-options/resources
Greetings
Markus