MScholtes

Results 103 comments of MScholtes

Closed for no reaction - think issue is solved

Hello @ajkessel, there are two errors in your script: 1. **$MyInvocation** has different content in executables than in scripts. _"$MyInvocation.InvocationName"_ is empty in a compiled script (see remarks here: https://github.com/MScholtes/PS2EXE#script-variables)...

Hello @ajkessel, I'm sorry to say that I found no easy way to implement an "automatic" help. I will further investigate this but I guess a solution will require an...

Hello @ajkessel, I uploaded a new version of **PS2EXE** today. Executables generated with the new version have a parameter **_-?_** now that shows the help of the compiled **Powershell** script....

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...

Hello @saica1101, **Powershell 5.x** is installed on every computer with **Windows OS** and includes a compiler, what are requirements for **PS2EXE** to work. The presence of Powershell 5 is necessary...

I assume that the issue no longer exists as there is no feedback.

Hello @Taster-git, **Windows 11 21H2** is out of support from **Microsoft** for four months now. I join Microsoft in this. The other allocations are correct, Win11 22H2 is just a...

Hello, @LaponiaAmo: as stated on the readme page, virtualdesktop.exe is for Windows 10, @Taster-git: My preferred way to get the version is to start **WinVer.exe**. The build number displayed in...