Search found 5 matches

by bproscia
Tue May 29, 2018 4:00 pm
Forum: PowerShell Studio
Topic: psbuild does not build a working .exe file.
Replies: 9
Views: 4561

Re: psbuild does not build a working .exe file.

David, These were exactly the steps that I needed. I was able to create the project as you described and use the psbuild command to create the .exe that ran fine. It would be neat if you guys could combine this so that I would not have to do the export step manually and use a different project file....
by bproscia
Wed May 23, 2018 9:04 am
Forum: PowerShell Studio
Topic: psbuild does not build a working .exe file.
Replies: 9
Views: 4561

Re: psbuild does not build a working .exe file.

David,

That's the step that I knew how to do; see my previous post. How do you turn the combined .ps1 file into a .exe from the psbuild command?
I cant get that part to work.

Regards,
Bob
by bproscia
Tue May 22, 2018 11:04 am
Forum: PowerShell Studio
Topic: psbuild does not build a working .exe file.
Replies: 9
Views: 4561

Re: psbuild does not build a working .exe file.

Thanks for your help so far. I'm new to Powershell Studio. I see how to export the scripts and it produced a single .ps1 file that contained all of the .ps1 files. My questions are: How would I take the combined .ps1 file to produce the .exe file that I want to deliver to our customers. What type of...
by bproscia
Thu May 17, 2018 3:53 pm
Forum: PowerShell Studio
Topic: psbuild does not build a working .exe file.
Replies: 9
Views: 4561

Re: psbuild does not build a working .exe file.

David, Thanks for the rapid response. Can you suggest a different way for me to set this up so we can build an .exe from the command line? What alternative approaches or options would you suggest? I want to be able to combine multiple .ps1 function files and create a .exe using psbuild if at all pos...
by bproscia
Thu May 17, 2018 1:52 pm
Forum: PowerShell Studio
Topic: psbuild does not build a working .exe file.
Replies: 9
Views: 4561

psbuild does not build a working .exe file.

PowerShell Studio 2018 v5.5.152 64 bit version of product: Operating system: 64 bit OS: The .exe produced by running the Packager from PowerShell Studio 2018 works correctly. When using the command line tool 'psbuild' with the /PACKAGE option the .exe produced does not work. The error displayed sugg...