A wrapper for https://gallery.technet.microsoft.com/scriptcenter/PS2EXE-GUI-Convert-e7cb69d5 - make your PowerShell scripts into executables!
- PS2EXE-GUI, from link provided above.
- Windows
- Internet Connection
- Run the exe or ps1 file
- Click "SET PS2EXE LOCATION"
- Browse to location of Markus Scholtes' /PS2EXE-GUI/ps2exe.ps1 file and select it
- Select your input .ps1 file
- Specify your output .exe file
- Select your desired icon file
- Enter your program's name under "Product Name"
- Enter your program's version under "Version"
- Notice the "No Console" radio button; choose whether or not to make all output from this compiled .exe send to a terminal (not checked) or to a graphical windows form (checked)
- Click "Compile"
- Click "OK" on window that informs you of your command
- The process is complete when a window pops up, "Done!"
Feel free to contribute, fork or bork it!