Search found 110 matches

by ramses147
Wed Mar 11, 2020 10:55 am
Forum: Former and Future Customers - Questions
Topic: BUG BUILDING EXE WITH SCRIPT ENGINE POWERSHELL 5
Replies: 12
Views: 45203

Re: BUG BUILDING EXE WITH SCRIPT ENGINE POWERSHELL 5

I followed your instructions and with that type of compilation you chose the problem does not arise. As I said, it only occurs when you set up the publication with the ps5 engine. I sent you the screenshots of my configuration, so since you cannot run my EXE, you can surely simulate the same situati...
by ramses147
Wed Mar 11, 2020 5:05 am
Forum: Former and Future Customers - Questions
Topic: BUG BUILDING EXE WITH SCRIPT ENGINE POWERSHELL 5
Replies: 12
Views: 45203

Re: BUG BUILDING EXE WITH SCRIPT ENGINE POWERSHELL 5

I send you the screenshots and the executable so you can understand better.
by ramses147
Tue Mar 10, 2020 10:11 am
Forum: Former and Future Customers - Questions
Topic: BUG BUILDING EXE WITH SCRIPT ENGINE POWERSHELL 5
Replies: 12
Views: 45203

Re: BUG BUILDING EXE WITH SCRIPT ENGINE POWERSHELL 5

Look at my first post, you have to publish with that specific configuration otherwise you will never see that error.
Provided that you have my same version ..
I can not send exe files here in the forum so you have to test it, what you did is not good.
by ramses147
Tue Mar 10, 2020 8:58 am
Forum: Former and Future Customers - Questions
Topic: BUG BUILDING EXE WITH SCRIPT ENGINE POWERSHELL 5
Replies: 12
Views: 45203

Re: BUG BUILDING EXE WITH SCRIPT ENGINE POWERSHELL 5

Your tests are not going well.
I talked about compiling the script in EXE format and running it, that's the problem.
If you use my same version of PS studio you will see that the problem occurs.
by ramses147
Tue Mar 10, 2020 5:39 am
Forum: Former and Future Customers - Questions
Topic: BUG BUILDING EXE WITH SCRIPT ENGINE POWERSHELL 5
Replies: 12
Views: 45203

Re: BUG BUILDING EXE WITH SCRIPT ENGINE POWERSHELL 5

This a sample, but in more complex script "Preparing modules for first use." appear frequently during script execution. try build this simple code with ps5 engine configuration --------------------------- cls $startdate = (Get-Date 06/02/2020) $enddate = (Get-Date 06/02/2021) $avviso = '15...
by ramses147
Mon Mar 09, 2020 9:40 am
Forum: Former and Future Customers - Questions
Topic: BUG BUILDING EXE WITH SCRIPT ENGINE POWERSHELL 5
Replies: 12
Views: 45203

BUG BUILDING EXE WITH SCRIPT ENGINE POWERSHELL 5

I have version 5.6.162, every time I build a ps1 file in exe, by configuring Script Engines "Powershell 5", when I start the executable, on each line of write-host there is always the following writing: Script Packager - AD Users Permissions Report - TT Informatica.ps1003991.png Preparing ...
by ramses147
Sun May 12, 2019 5:55 pm
Forum: PowerShell GUIs
Topic: Create ListviewGroups Dynamically
Replies: 1
Views: 1247

Create ListviewGroups Dynamically

There is a way to create dynamic groups ? In this example I have 2 computers, each line shows the disk partition of that computer. If the computer has two lines, so 2 partitions, I would like them to be grouped in the same group as the computername. Of course I could also have 50 computers, I would ...
by ramses147
Sun May 12, 2019 10:23 am
Forum: PowerShell GUIs
Topic: Datagrid select row and display the chart
Replies: 7
Views: 2730

Re: Datagrid select row and display the chart

Sorry but the code was written in ps1, I'm still a beginner with PS Studio and I'm studying how to convert my old scripts. If you can't help me, thank you anyway.
by ramses147
Sun May 12, 2019 9:48 am
Forum: PowerShell GUIs
Topic: Datagrid select row and display the chart
Replies: 7
Views: 2730

Re: Datagrid select row and display the chart

Here the psf.