Compile options

Ask questions about creating Graphical User Interfaces (GUI) in PowerShell and using WinForms controls.
Forum rules
Do not post any licensing information in this forum.

Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
This topic is 10 years and 10 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked
User avatar
deiandrei
Posts: 11
Last visit: Mon Jul 11, 2022 4:55 am

Compile options

Post by deiandrei »

Hi guys, can you please explain me what the different compile options mean in Powershell Studio?
When I want to package a file, I get to choose the platform:
- command line (32bit)
- command line (64bit)
- Forms (32bit)
- Forms (64bit)
- Windows (32bit)
- Windows (64bit)

I want to know what the differences are between command line, forms and Windows. No need to explain me the differences between 32bit and 64bit, just between the platform types.

Thanks!
User avatar
davidc
Posts: 5913
Last visit: Mon Jul 08, 2019 8:55 am
Been upvoted: 2 times

Re: Compile options

Post by davidc »

The product manual gives a description of the packager engines.

Commandline - Displays a command prompt when the script is running.

Forms - Doesn't display any output (specifically for GUI scripts)No command prompt displayed.

Windows - Displays output in the form of messageboxes. No command prompt displayed.

David
David
SAPIEN Technologies, Inc.
This topic is 10 years and 10 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked