Page 1 of 1

Create exe with other files

Posted: Sat Dec 08, 2018 5:24 pm
by chexmix
I've created GUIs for Powershell scripts using xaml files and dlls. Can these be packaged as a single exe with powershell studio? If not a single exe can it create an installer with an exe and install the dependent files?

Re: Create exe with other files

Posted: Mon Dec 10, 2018 7:28 am
by davidc
The executable doesn't merge and extracted files, because the behavior is discouraged by Microsoft and antivirus software. Microsoft recommends using MSI installers. And yes, you can use the MSI installer to include all the dependent files with the executable.