ps2exe
1.0.14
Compiles Powershell scripts to executables. Overworking of the great script of Ingo Karstein with GUI support.
'Invoke-ps2exe script.ps1' (or 'ps2exe script.ps1') compiles to script.exe. Several control parameters available.
Or use Win-PS2EXE as a graphical front end to the compiler.
Minimum PowerShell version
3.0
Installation Options
Owners
Copyright
(c) Markus Scholtes 2024
Package Details
Author(s)
- Markus Scholtes
Tags
Compiler ps2exe Executable Win-PS2EXE
Functions
Dependencies
This module has no dependencies.
Release Notes
# 1.0.14 / 2024-09-15
- new parameter -? for compiled executables to show the help of the original Powershell script
- in GUI mode window titles are the application title (when set compiling with parameter -title)
# 1.0.13 / 2023-09-26
- now [ and ] are supported in directory name of script
- source file might be larger than 16 MB (for whoever that needs)
- new addtional parameter text field in Win-PS2EXE
# 1.0.12 / 2022-11-22
- new parameter -winFormsDPIAware to support scaling for WinForms in noConsole mode (only Windows 10 or up)
# 1.0.11 / 2021-11-21
- fixed password longer than 24 characters error
- new parameter -DPIAware to support scaling in noConsole mode
- new parameter -exitOnCancel to stop program execution on cancel in input boxes (only in noConsole mode)
# 1.0.10 / 2021-04-10
- parameter outputFile now accepts a target folder (without filename)
# 1.0.9 / 2021-02-28
- new parameter UNICODEEncoding to output as UNICODE
- changed parameter debug to prepareDebug
- finally dared to use advanced parameters
# 1.0.8 / 2020-10-24
- refactored
# 1.0.7 / 2020-08-21
- bug fix for simultanous progress bars in one pipeline
# 1.0.6 / 2020-08-10
- prompt for choice behaves like Powershell now (only for console mode)
- (limited) support for Powershell Core (starts Windows Powershell in the background)
- fixed processing of negative parameter values
- support for animated progress bars (noConsole mode only)
# 1.0.5 / 2020-07-11
- support for nested progress bars (noConsole mode only)
# 1.0.4 / 2020-04-19
- Application.EnableVisualStyles() as default for GUI applications, new parameter -noVisualStyles to prevent this
# 1.0.3 / 2020-02-15
- Ignore control keys in secure string request in console mode
# 1.0.1 / 2019-12-16
- Fixed "unlimited window width for GUI windows" issue in ps2exe.ps1 and Win-PS2EXE
# 1.0.0 / 2019-11-08
- First stable release
# 0.0.0 / 2019-09-15
- Experimental
FileList
- ps2exe.nuspec
- ps2exe.ps1
- ps2exe.psd1
- ps2exe.psm1
- Win-PS2EXE.exe
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.14 (current version) | 293,762 | 9/15/2024 |
1.0.13 | 836,295 | 9/26/2023 |
1.0.12 | 175,257 | 11/26/2022 |
1.0.11 | 71,224 | 11/21/2021 |
1.0.10 | 35,494 | 4/11/2021 |
1.0.9 | 5,196 | 2/28/2021 |
1.0.8 | 4,858 | 10/24/2020 |
1.0.7 | 662 | 8/28/2020 |
1.0.6 | 559 | 8/10/2020 |
1.0.5 | 5,910 | 7/11/2020 |
1.0.4 | 4,178 | 4/20/2020 |
1.0.3 | 1,336 | 2/17/2020 |
1.0.1 | 838 | 12/16/2019 |
1.0.0 | 543 | 11/8/2019 |
0.0.0 | 643 | 9/15/2019 |