Can Powershell studio be used to create a selfextracting exe

Ask your PowerShell-related questions, including questions on cmdlet development!
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 4 years and 1 month 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
micky123
Posts: 4
Last visit: Tue Mar 10, 2020 8:37 am

Can Powershell studio be used to create a selfextracting exe

Post by micky123 »

Can Powershell studio be used to create a selfextracting exe?
I mean can an exe created from a ps1 have embedded in it a folder say f1 which contains files, so that when the created exe is installed on another machine, it will extracted the embedded folder f1 to a folder say "C:\Program files" to create the folder "C:\Program files\f1" as some other packaging tools like wise package studio or does?
User avatar
brittneyr
Site Admin
Posts: 1672
Last visit: Wed Apr 17, 2024 1:24 pm
Answers: 39
Been upvoted: 31 times

Re: Can Powershell studio be used to create a selfextracting exe

Post by brittneyr »

You can create a folder when installing with an MSI and have it include the files and exe.

Is that what you mean?
Brittney
SAPIEN Technologies, Inc.
This topic is 4 years and 1 month 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