Search found 399 matches

by mxtrinidad
Wed Nov 06, 2019 1:20 pm
Forum: PrimalScript
Topic: start-job alternate credentials directory name is invalid
Replies: 11
Views: 8991

Re: start-job alternate credentials directory name is invalid

I use the script sample provided and did some adjustments to execute against my SQLServer. The script didn't work in ISE editor. I had issues with the credential section and discover a few things. Here's what I found: 1. Try/Catch block is not needed to around a script-block, as nothing is executing...
by mxtrinidad
Mon Nov 04, 2019 10:24 am
Forum: Wish List and Feature Requests
Topic: PowerShell Studio: Windows Service Event Log Entries
Replies: 7
Views: 16278

Re: PowerShell Studio: Windows Service Event Log Entries

I had issues with that cmdlet so I ended up using custom code as it was easier for me.
But, the cmdlet is available.
:)
by mxtrinidad
Mon Nov 04, 2019 10:12 am
Forum: Wish List and Feature Requests
Topic: PowerShell Studio: Windows Service Event Log Entries
Replies: 7
Views: 16278

Re: PowerShell Studio: Windows Service Event Log Entries

This is a Microsoft PowerShell cmdlet - " The `Write-Error` cmdlet declares a non-terminating error. By default, errors are sent in the error stream to the host program to be displayed, along with output." Feel free to use their GitHub PowerShell Repository to provide feedback. To create a...
by mxtrinidad
Mon Oct 28, 2019 5:25 am
Forum: PowerShell Studio
Topic: Custom Actions Crash / Uninstaller?
Replies: 6
Views: 4082

Re: Custom Actions Crash / Uninstaller?

We'll be investigating the issue you're experiencing and get back to you.

Thanks
by mxtrinidad
Wed Oct 16, 2019 1:49 pm
Forum: PowerShell Studio
Topic: Can I get a Powershell script to execute in MSI file
Replies: 10
Views: 5679

Re: Can I get a Powershell script to execute in MSI file

No need to add another script. Just select "(No Shortcut)" in the MSI "Files/Folder - Create Shortcut to" section.
This will be enough to not to create the Shortcut on the Start Menu.
NoShortcut_01_2019-10-16_16-44-36.png
NoShortcut_01_2019-10-16_16-44-36.png (38.8 KiB) Viewed 4773 times
by mxtrinidad
Wed Oct 16, 2019 12:05 pm
Forum: PowerShell Studio
Topic: Can I get a Powershell script to execute in MSI file
Replies: 10
Views: 5679

Re: Can I get a Powershell script to execute in MSI file

If you don't want to package the PowerShell Script then you need to create a shortcut pointing to the file to execute. MSI installer will only install the files in the system with the optional ability to use "Custom Actions" to execute additional commands during the different stages of the...
by mxtrinidad
Wed Oct 16, 2019 9:00 am
Forum: PowerShell Studio
Topic: Can I get a Powershell script to execute in MSI file
Replies: 10
Views: 5679

Re: Can I get a Powershell script to execute in MSI file

Can you please provide more information on what errors are you getting?
It will help us understand what's going on wrong.

In the meantime, have you looked at the following article:
https://www.sapien.com/blog/2019/08/15/ ... xecutable/
by mxtrinidad
Wed Oct 09, 2019 12:48 pm
Forum: PowerShell Studio
Topic: Trouble Browsing POSTGRESQL Database
Replies: 5
Views: 2602

Re: Trouble Browsing POSTGRESQL Database

During our investigation, it seems the issue is related to some kind of permission issue or the Object Browser only displays data elements only. It works with a created User Database, and in Public you need to have something define a table in order for the browser to work. The Database Object Browse...
by mxtrinidad
Wed Oct 09, 2019 11:08 am
Forum: PowerShell Studio
Topic: Trouble Browsing POSTGRESQL Database
Replies: 5
Views: 2602

Re: Trouble Browsing POSTGRESQL Database

Can you please provide a screenshot of your ODBC connection?
This will help us in troubleshooting the issue you're experiencing.