Search found 38 matches
- Fri Jul 28, 2017 3:53 am
- Forum: PowerShell Studio
- Topic: Packaging as Service: Findings
- Replies: 3
- Views: 1356
Packaging as Service: Findings
Product, version and build: PowerShell Studio 2017 v5.4.142 32 or 64 bit version of product:64 Operating system: Win 10 32 or 64 bit OS: 64 *** Please add details and screenshots as needed below. *** How can i react within the script to the Service Stop event? Write-Host, Write-Error and Write-Warni...
- Wed Mar 29, 2017 11:01 pm
- Forum: PowerShell Studio
- Topic: Deploy disabled after build
- Replies: 1
- Views: 887
Deploy disabled after build
Product, version and build: PowerShell Studio 2017 v5.4.136 32 or 64 bit version of product: 64 Operating system: Win10 32 or 64 bit OS:64 PowerShell Version:5.1.14393.953 After building (packaging) a Powershell Forms Project the UI elements in Deploy are disabled. Settings, build,... in installer a...
- Mon Mar 06, 2017 7:03 am
- Forum: PowerShell GUIs
- Topic: Run exe with parameter -NOGUI?
- Replies: 11
- Views: 4310
Re: Run exe with parameter -NOGUI?
Sorry!
I built this workaround 6 weeks before the Parameter Handling for exe file was updated in this Blog:
https://www.sapien.com/blog/2015/11/30/ ... able-file/
I built this workaround 6 weeks before the Parameter Handling for exe file was updated in this Blog:
https://www.sapien.com/blog/2015/11/30/ ... able-file/
- Mon Mar 06, 2017 12:26 am
- Forum: PowerShell GUIs
- Topic: Run exe with parameter -NOGUI?
- Replies: 11
- Views: 4310
Re: Run exe with parameter -NOGUI?
Compiled Exe do not work with standard powershell parameter handling! @Sapien: Would be good to add Parameter parsing code for exe-Projects by default. I use this construction: function Convert-CommandLineToDictionary { <# .SYNOPSIS Parses and converts the command line of a packaged executable into ...
- Wed Mar 01, 2017 5:31 am
- Forum: PowerShell GUIs
- Topic: Topmost not working ONLY when compiled exe
- Replies: 6
- Views: 2139
Re: Topmost not working ONLY when compiled exe
But it's working in PSS - just not topmost.
- Wed Mar 01, 2017 12:03 am
- Forum: PowerShell GUIs
- Topic: Topmost not working ONLY when compiled exe
- Replies: 6
- Views: 2139
Re: Topmost not working ONLY when compiled exe
I need to create a form object to show the messagebox as topmost. This is working ALWAYS - except when calling hte function from a powershell studio compiled Exe (That's why i posted it originally to this Forum) Paste This code in a powershell Window and see if you get a topmost messagebox: $Text = ...
- Tue Feb 28, 2017 1:37 am
- Forum: PowerShell GUIs
- Topic: Topmost not working ONLY when compiled exe
- Replies: 6
- Views: 2139
Topmost not working ONLY when compiled exe
Product, version and build: PowerShell Studio 2017 v5.4.135 (*** Please do not write "latest" as a version, specify a version number ***) 32 or 64 bit version of product: 64 Operating system: Windows Server 2012 R2 / Windows 10 32 or 64 bit OS: 64 PowerShell Version: 5.1 / 5.0 I want to show a topmo...
- Thu Feb 23, 2017 1:24 am
- Forum: PowerShell GUIs
- Topic: Async Progress Bar and compiled Forms Script
- Replies: 3
- Views: 4061
Re: Async Progress Bar and compiled Forms Script
Of course i call the function first with the title and message parameters filled. When the progress window should be closed i call it with -Closeme. The thing is that the .exe keeps open where a ps1-script closes normally. how do i completely close this kind of runspace? My workaround i to stop-proc...
- Wed Feb 22, 2017 12:50 am
- Forum: PowerShell GUIs
- Topic: Async Progress Bar and compiled Forms Script
- Replies: 3
- Views: 4061
Async Progress Bar and compiled Forms Script
Hi, I tried to create an async Progress bar: function Show-WaitDialog { <# .SYNOPSIS Shows a wait Dialog .DESCRIPTION Shows a wait dialog as foreground window. Must be closed manually! .PARAMETER Title Dialog Title .PARAMETER Message Dialog Message .PARAMETER CloseMe Closes the Dialog .EXAMPLE PS C:...
- Thu Feb 09, 2017 2:38 am
- Forum: PowerShell Studio
- Topic: [Feature Request]RootModule for new ModuelManifests
- Replies: 1
- Views: 700
[Feature Request]RootModule for new ModuelManifests
Product, version and build: PowerShell Studio 2017 v5.4.134 32 or 64 bit version of product: 64 Operating system: Win10 32 or 64 bit OS: 64 PowerShell Version: 5.1.14393.693 I created a Module and the Test-ModuleManifest shows me: WARNING: The module manifest member 'ModuleToProcess' has been deprec...