The search returned 3 results

by Cédric Morin
July 20, 2021 - 10:19
Forum: WAPT Packages
Subject: [SOLVED] Problem with run_powershell_from_file
Answers: 4
Views : 6742

Re: [SOLVED] Problem with run_powershell_from_file

Hello,

I just did some tests, and it seems to work correctly with the fix!

Thank you!
by Cédric Morin
July 8, 2021 - 11:50
Forum: WAPT Packages
Subject: [SOLVED] Problem with run_powershell_from_file
Answers: 4
Views : 6742

Re: [SOLVED] Problem with run_powershell_from_file

Hello,

I'll test this as soon as possible. I hope before the end of the month, we're quite busy at the moment!

Cedric.
by Cédric Morin
July 2, 2021 - 10:59
Forum: WAPT Packages
Subject: [SOLVED] Problem with run_powershell_from_file
Answers: 4
Views : 6742

[SOLVED] Problem with run_powershell_from_file

Hello,

I'm having a small problem with the `run_powershell_from_file` setup helper. I wrote my script in PowerShell and it doesn't seem to have any issues running.

#Script to determine if NuGet is installed and which version

Try{
$Version = (Get-PackageProvider -Name "NuGet ...