From your screenshots I am not certain if you posted the wrong image or if you are looking in the wrong place.
This is the setting Olga mentioned.
Search found 8041 matches
- Mon Aug 15, 2022 11:28 am
- Forum: PowerShell Studio
- Topic: Cannot get script packager to install in C:\Program Files
- Replies: 4
- Views: 75
- Fri Aug 12, 2022 6:21 pm
- Forum: PowerShell Studio
- Topic: ExchangeOnlineManagement 2.0.4 or 2.0.5 connection Freeze
- Replies: 5
- Views: 499
Re: ExchangeOnlineManagement 2.0.4 or 2.0.5 connection Freeze
Brittney is correct and you can try that yourself. There is no problem between the Microsoft Exchange module and Microsoft Windows PowerShell, however there is an issue with the Microsoft Windows PowerShell threading model and combining it with Microsoft Windows Forms and the Microsoft Exchange modu...
- Thu Aug 11, 2022 8:43 am
- Forum: Former and Future Customers - Questions
- Topic: Members of a class in embedded C# code cannot be parsed
- Replies: 3
- Views: 794
Re: Members of a class in embedded C# code cannot be parsed
As I said there may be a way to construct the code so this can be done without running it. But that I will need to discuss with the development team.
- Wed Aug 10, 2022 8:12 pm
- Forum: Former and Future Customers - Questions
- Topic: Members of a class in embedded C# code cannot be parsed
- Replies: 3
- Views: 794
Re: Members of a class in embedded C# code cannot be parsed
I am not sure what the project team will have to say to this, but your construct will never work for intellisense in PowerShell Studio. Generally, you would embed C# code like described here: https://dandraka.com/2018/11/12/powershell-how-do-you-add-inline-c/ I have not tried this with PowerShell St...
- Tue Aug 09, 2022 1:31 pm
- Forum: Former and Future Customers - Questions
- Topic: MSI builder: set run of ps1/cmd hidden
- Replies: 12
- Views: 651
Re: MSI builder: set run of ps1/cmd hidden
I am not sure I follow. I looked up your license and you have a DevOps suite license. 1. You can start PrimalScript and package scripts there if you do not want it to interfere with whatever you have opened in PowerShell Studio 2. You can enable multiple instances in PowerShell Studio if you want to...
- Tue Aug 09, 2022 8:01 am
- Forum: Former and Future Customers - Questions
- Topic: MSI builder: set run of ps1/cmd hidden
- Replies: 12
- Views: 651
Re: MSI builder: set run of ps1/cmd hidden
For one, I did not say anything about ps2exe. That is not the SAPIEN Script packager. So I would not tell you to use that.
Secondly, from the screenshot, this looks to be something other than a current version.
So why don't we start with what SAPIEN Software and what version do you actually have?
Secondly, from the screenshot, this looks to be something other than a current version.
So why don't we start with what SAPIEN Software and what version do you actually have?
- Tue Aug 09, 2022 3:01 am
- Forum: Former and Future Customers - Questions
- Topic: MSI builder: set run of ps1/cmd hidden
- Replies: 12
- Views: 651
Re: MSI builder: set run of ps1/cmd hidden
Start-process has everything you need. https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.management/start-process?view=powershell-7.2 A packaged exe is not subject to script execution policy. You can also launch powershell.exe with -executionpolicy bypass, which is used for a c...
- Tue Aug 09, 2022 1:27 am
- Forum: Former and Future Customers - Questions
- Topic: MSI builder: set run of ps1/cmd hidden
- Replies: 12
- Views: 651
Re: MSI builder: set run of ps1/cmd hidden
That is what I was implying.
- Mon Aug 08, 2022 2:48 am
- Forum: Former and Future Customers - Questions
- Topic: MSI builder: set run of ps1/cmd hidden
- Replies: 12
- Views: 651
Re: MSI builder: set run of ps1/cmd hidden
Windows installer does not have an option to run a console process hidden as far as I know. If it is a PowerShell script, you can package it as a silent exe and use that as your custom action. As far as CMD goes, there is no direct option. Maybe you can call that from your silent exe, that should gi...
- Fri Aug 05, 2022 8:55 am
- Forum: PrimalScript
- Topic: Path to CSC.exe not found
- Replies: 3
- Views: 288
Re: Path to CSC.exe not found
Specify the path to the compiler you would like to use here: