banyula

Results 8 issues of banyula

I need to display the number of records being processed by Invoke-Parallel in a WinForms variable. For that I need to keep a Counter variable. I tried Boe's [synchronized hash...

Every time I create a new form a variable $base is created ![image](https://user-images.githubusercontent.com/26210287/45576248-6f561700-b844-11e8-9d16-70a3c8a838f0.png) When I try to execute I get the following PS error ![image](https://user-images.githubusercontent.com/26210287/45576274-8ac12200-b844-11e8-86ab-762bca57ba6c.png) so I have to delete...

bug

see: https://forums.universaldashboard.io/t/error-when-creating-executable-in-linux-centos-7/4416

Variabled $PSScriptRoot and $PSCommandPath are empty in all scripts that were converted to EXE. Please provide alternatives to get these values. $invocation.MyCommand.Path does not work either.

When installing a Windows Service using **appname.exe --install** how are the logon account credentials (userid and password) specified? Is there an undocumented parameter for that? Please advise. VICTOR ![image](https://user-images.githubusercontent.com/26210287/72862757-46496000-3c9c-11ea-9864-8d78757c652b.png)

Please, provide an explanation of -CheckReturnValue of cmdlet New-InstallerCustomAction SYNTAX New-InstallerCustomAction -FileId [-CheckReturnValue] [-RunOnInstall] [-RunOnUninstall] []

When using New-InstallerShortcut cmdlet, how do you specify that the application pointed by the icon will be run as administrator ![image](https://user-images.githubusercontent.com/26210287/71366827-24f83580-2571-11ea-98c3-ba917317d7a8.png)

I was able to install WindowsCompatibility 1.0 RC1 in my Linux PS 6.1 environment. My idea was to PS Remote into a Windows machine to execute a Module there. As...

enhancement