Search found 30 matches

by MaureenC
Wed Feb 03, 2021 12:53 pm
Forum: PowerShell Studio
Topic: How do I enable Verbose Mode?
Replies: 5
Views: 2965

Re: How do I enable Verbose Mode?

I write-verbose in several functions, I don't want to change them just for testing. I guess I'll just continue with setting a breakpoint and changing the value by hand.
Thanks
by MaureenC
Tue Feb 02, 2021 3:07 pm
Forum: PowerShell Studio
Topic: How do I enable Verbose Mode?
Replies: 5
Views: 2965

Re: How do I enable Verbose Mode?

Yes, it is set to SilentlyContinue. When you execute a powershell cmdlet you can specify a -Verbose option. I would like to simulate that in Powershell Studio without breaking in the code if I can.
by MaureenC
Tue Feb 02, 2021 12:35 pm
Forum: PowerShell Studio
Topic: How do I enable Verbose Mode?
Replies: 5
Views: 2965

How do I enable Verbose Mode?

To help you better we need some information from you. *** Please fill in the fields below. If you leave fields empty or specify 'latest' rather than the actual version your answer will be delayed as we will be forced to ask you for this information. *** Product: PowerShell Studio 2020 (64 Bit) Build...
by MaureenC
Mon Mar 23, 2020 2:12 pm
Forum: PowerShell Studio
Topic: Can build an MSI or EXE that allows user to pass a parameter?
Replies: 1
Views: 879

Can build an MSI or EXE that allows user to pass a parameter?

Product, version and build: PowerShell Studio 2020 5.7.174; I have the same question for 2019 32 or 64 bit version of product: 64 bit Operating system: Windows 10 32 or 64 bit OS: 64 bit Is there a way to create an MSI or even an EXE that will allow the user to enter a parameter? Similar to an insta...
by MaureenC
Sat Oct 26, 2019 1:33 pm
Forum: PowerShell Studio
Topic: Can I use PowerShell Studio build Installer from a command line
Replies: 3
Views: 3198

Re: Can I use PowerShell Studio build Installer from a command line

These worked great for my MSI and EXE use cases! 'C:\Program Files\SAPIEN Technologies, Inc\PowerShell Studio 2019\PSBuild.exe' /msi 'D:\demoMSI\DemoHelloWorld.ps1.psbuild' 'C:\Program Files\SAPIEN Technologies, Inc\PowerShell Studio 2019\PSBuild.exe' /package 'D:\demoEXE\DemoHelloWorld.ps1.psbuild'...
by MaureenC
Fri Oct 25, 2019 11:13 am
Forum: PowerShell Studio
Topic: Can I use PowerShell Studio build Installer from a command line
Replies: 3
Views: 3198

Re: Can I use PowerShell Studio build Installer from a command line

I will definitely try this over the weekend and let you know.

Thanks so much!
Maureen
by MaureenC
Fri Oct 25, 2019 8:57 am
Forum: PowerShell Studio
Topic: Can I use PowerShell Studio build Installer from a command line
Replies: 3
Views: 3198

Can I use PowerShell Studio build Installer from a command line

Product, version and build: PowerShell Studio 2019 version 5.6.267 (64 bit vsn) Operating system: Windows 10 64bit I'm trying to see if I can automate my devOps pipeline with PowerShell Studio. Is there a way to invoke the Settings and Build capabilities for the Deploy Installer and/or Packager feat...
by MaureenC
Thu Oct 17, 2019 3:35 pm
Forum: PowerShell Studio
Topic: Can I get a Powershell script to execute in MSI file
Replies: 10
Views: 5721

Re: Can I get a Powershell script to execute in MSI file

The Deferred setting did the trick, thanks so much.
by MaureenC
Wed Oct 16, 2019 3:19 pm
Forum: PowerShell Studio
Topic: Can I get a Powershell script to execute in MSI file
Replies: 10
Views: 5721

Re: Can I get a Powershell script to execute in MSI file

I have included the trivial Hello world scripts and a screen shot of the Custom Actions screen. The other screens had no real changes. I can build the MSI file and when I double click it I don't get Hello world in the text file. I can see my HelloWorld product in my Apps and Features, so part of it ...
by MaureenC
Wed Oct 16, 2019 12:29 pm
Forum: PowerShell Studio
Topic: Can I get a Powershell script to execute in MSI file
Replies: 10
Views: 5721

Re: Can I get a Powershell script to execute in MSI file

I was under the impression that the shortcuts got added to the Start Menu which I do not want. Can I prohibit the shortcut being added to Start Menu? I guess I could delete it in my install script, but that feels problematic. It could be I'm thinking of an older version of the tool, as I have read a...